INFO:  Picked up override from env: GIT_REPO=/home/autobuild/autobuild/Electron-Cash-019181450664f7031008c53e9999ab8892ad57e3
~/autobuild/Electron-Cash-019181450664f7031008c53e9999ab8892ad57e3 ~/autobuild/Electron-Cash-019181450664f7031008c53e9999ab8892ad57e3
INFO:  Using docker: Docker version 29.4.1, build 055a478
INFO:  Creating docker image ...
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 6.34kB done
#1 DONE 0.0s

#2 [internal] load metadata for docker.io/library/ubuntu:22.04@sha256:42ba2dfce475de1113d55602d40af18415897167d47c2045ec7b6d9746ff148f
#2 DONE 1.8s

#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s

#4 [ 1/16] FROM docker.io/library/ubuntu:22.04@sha256:42ba2dfce475de1113d55602d40af18415897167d47c2045ec7b6d9746ff148f
#4 DONE 0.0s

#5 [internal] load build context
#5 transferring context: 8.59kB done
#5 DONE 0.0s

#6 [14/16] COPY wrapper.cpp /homedir/wine/drive_c
#6 CACHED

#7 [ 4/16] RUN echo "78b185fabdb323971d13bd329fefc8038e08559aa51c4996de18db0639a51df6 /tmp/winehq.key" | sha256sum -c - &&     cat /tmp/winehq.key | gpg --dearmor -o /etc/apt/keyrings/winehq.gpg &&     echo deb [signed-by=/etc/apt/keyrings/winehq.gpg] https://dl.winehq.org/wine-builds/ubuntu/ jammy main >> /etc/apt/sources.list.d/winehq.list &&     apt-get update -q &&     apt-get install -qy         wine-devel-amd64:amd64=9.0.0~jammy-1         wine-devel-i386:i386=9.0.0~jammy-1         wine-devel:amd64=9.0.0~jammy-1         winehq-devel:amd64=9.0.0~jammy-1         cabextract=1.9-3         xvfb=2:21.1.4-2ubuntu1.7~22.04.16         winbind=2:4.15.13+dfsg-0ubuntu1.10
#7 CACHED

#8 [ 8/16] RUN echo "user:x:1001:1001::/homedir:/bin/sh" >> /etc/passwd
#8 CACHED

#9 [12/16] RUN sed -i -e 's/!result:~0,3!/10./g' "/homedir/wine"/"drive_c/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/Common7/Tools/vsdevcmd/core/winsdk.bat"
#9 CACHED

#10 [ 2/16] RUN echo deb http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse > /etc/apt/sources.list &&     echo deb http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse >> /etc/apt/sources.list &&     echo deb http://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse >> /etc/apt/sources.list &&     echo deb http://archive.ubuntu.com/ubuntu/ jammy-security main restricted universe multiverse >> /etc/apt/sources.list &&     dpkg --add-architecture i386 &&     apt-get update -q &&     apt-get install -qy         gnupg2=2.2.27-3ubuntu2.5         ca-certificates=20211016         wget=1.21.2-2ubuntu1         git=1:2.34.1-1ubuntu1.17         p7zip-full=16.02+dfsg-8         make=4.3-4.1build1         autotools-dev=20220109.1         autoconf=2.71-2         libtool=2.4.6-15build2         gettext=0.21-4ubuntu4         autopoint=0.21-4ubuntu4         mingw-w64=8.0.0-1         mingw-w64-tools=8.0.0-1         win-iconv-mingw-w64-dev=0.0.8-4
#10 CACHED

#11 [ 5/16] RUN rm -rf /var/lib/apt/lists/* &&     apt-get autoremove -y &&     apt-get clean
#11 CACHED

#12 [ 7/16] RUN mkdir -p /homedir/wine/drive_c/electroncash ; chown -R 1001:1001 /homedir
#12 CACHED

#13 [11/16] RUN wget https://aka.ms/vs/16/release/installer -O /tmp/vs_installer.opc &&     echo "0f0cc11f000593a064d419462a8467b529fed8075b21a605a40785baa3d2f611 /tmp/vs_installer.opc" | sha256sum -c - &&     7z x -oopc /tmp/vs_installer.opc && rm /tmp/vs_installer.opc &&     xvfb-run wine opc/Contents/vs_installer.exe install --quiet         --channelId VisualStudio.16.Release --channelUri "https://aka.ms/vs/16/release/channel"         --productId Microsoft.VisualStudio.Product.BuildTools         --nocache --installWhileDownloading         --add "Microsoft.VisualStudio.Workload.VCTools"         --add "Microsoft.VisualStudio.Component.VC.Tools.x86.x64"         --add "Microsoft.VisualStudio.Component.Windows10SDK.19041" &&     mkdir "/homedir/wine"/"drive_c/Program Files (x86)/Microsoft Visual Studio/Installer" &&     mv opc/Contents/vswhere.exe "/homedir/wine"/"drive_c/Program Files (x86)/Microsoft Visual Studio/Installer" &&     rm -rf opc && wineserver -w
#13 CACHED

#14 [10/16] RUN wineboot &&     /tmp/winetricks --optout -q dotnet472 &&     wineserver -w
#14 CACHED

#15 [ 3/16] COPY winehq.key /tmp
#15 CACHED

#16 [15/16] COPY wrapper_install.bat /homedir/wine/drive_c
#16 CACHED

#17 [13/16] RUN apt-get remove cabextract xvfb -y &&     apt-get autoremove -y
#17 CACHED

#18 [ 9/16] WORKDIR /homedir
#18 CACHED

#19 [ 6/16] RUN wget -q -O /tmp/winetricks https://raw.githubusercontent.com/Winetricks/winetricks/a9a556719e4fd28fc5984a963e2d666ec809f554/src/winetricks &&     chmod +x /tmp/winetricks &&     echo "8127fbe3b6c9c996258e8fc08d05ac72ef11cb1465c5fe0d13e9d28580ba99a7 /tmp/winetricks" | sha256sum -c -
#19 CACHED

#20 [16/16] RUN wine C:/wrapper_install.bat &&     wineserver -w
#20 CACHED

#21 exporting to image
#21 exporting layers done
#21 writing image sha256:670c70c51d57f85a8433b7122eb9936802dfb03b0a2df2596933d9ce2a481323 done
#21 naming to docker.io/library/ec-wine-builder-img_1001_1001 done
#21 DONE 0.0s
Cloning into 'Electron-Cash-019181450664f7031008c53e9999ab8892ad57e3'...
done.
Note: switching to '019181450664f7031008c53e9999ab8892ad57e3'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 019181450 Bumped version to 4.4.5, added RELEASE-NOTES, updated checkpoints
~/autobuild/Electron-Cash-019181450664f7031008c53e9999ab8892ad57e3/contrib/build-wine/fresh_clone/Electron-Cash-019181450664f7031008c53e9999ab8892ad57e3 ~/autobuild/Electron-Cash-019181450664f7031008c53e9999ab8892ad57e3 ~/autobuild/Electron-Cash-019181450664f7031008c53e9999ab8892ad57e3
HEAD is now at 019181450 Bumped version to 4.4.5, added RELEASE-NOTES, updated checkpoints
~/autobuild/Electron-Cash-019181450664f7031008c53e9999ab8892ad57e3 ~/autobuild/Electron-Cash-019181450664f7031008c53e9999ab8892ad57e3
~/wine/drive_c/electroncash/contrib/build-wine ~/wine/drive_c/electroncash/contrib/build-wine
~/wine/drive_c/electroncash/contrib/build-wine
INFO:  Picked up override from env: GIT_REPO=/home/autobuild/autobuild/Electron-Cash-019181450664f7031008c53e9999ab8892ad57e3
INFO:  Refreshing submodules (--recommend-shallow --depth 1)...
Submodule 'contrib/electrum-locale' (https://github.com/Electron-Cash/electrum-locale) registered for path '../electrum-locale'
Submodule 'contrib/libevent' (https://github.com/libevent/libevent.git) registered for path '../libevent'
Submodule 'contrib/openssl' (https://github.com/openssl/openssl.git) registered for path '../openssl'
Submodule 'contrib/secp256k1' (https://github.com/Electron-Cash/secp256k1.git) registered for path '../secp256k1'
Submodule 'contrib/tor' (https://github.com/EchterAgo/tor.git) registered for path '../tor'
Submodule 'contrib/zbar' (https://github.com/mchehab/zbar) registered for path '../zbar'
Submodule 'contrib/zlib' (https://github.com/madler/zlib.git) registered for path '../zlib'
Cloning into '/homedir/wine/drive_c/electroncash/contrib/electrum-locale'...
Cloning into '/homedir/wine/drive_c/electroncash/contrib/libevent'...
Cloning into '/homedir/wine/drive_c/electroncash/contrib/secp256k1'...
Cloning into '/homedir/wine/drive_c/electroncash/contrib/openssl'...
Cloning into '/homedir/wine/drive_c/electroncash/contrib/zbar'...
Cloning into '/homedir/wine/drive_c/electroncash/contrib/tor'...
Cloning into '/homedir/wine/drive_c/electroncash/contrib/zlib'...
Submodule path '../electrum-locale': checked out '89ce57ff1fa0fbd0135888014c854c142753a166'
From https://github.com/libevent/libevent
 * branch            4c908dde58ef780eeefcc9df4db3063ca62ea862 -> FETCH_HEAD
Submodule path '../libevent': checked out '4c908dde58ef780eeefcc9df4db3063ca62ea862'
From https://github.com/openssl/openssl
 * branch              e04bd3433fd84e1861bf258ea37928d9845e6a86 -> FETCH_HEAD
Submodule path '../openssl': checked out 'e04bd3433fd84e1861bf258ea37928d9845e6a86'
From https://github.com/Electron-Cash/secp256k1
 * branch            69ccf0d2f758b1a4df9cde8222459381e08fc1dc -> FETCH_HEAD
Submodule path '../secp256k1': checked out '69ccf0d2f758b1a4df9cde8222459381e08fc1dc'
From https://github.com/EchterAgo/tor
 * branch            555a3a8dd45d3d10e41324d23f9ecbee28fe70fe -> FETCH_HEAD
Submodule path '../tor': checked out '555a3a8dd45d3d10e41324d23f9ecbee28fe70fe'
From https://github.com/mchehab/zbar
 * branch            bb05ec54eec57f8397cb13fb9161372a281a1219 -> FETCH_HEAD
Submodule path '../zbar': checked out 'bb05ec54eec57f8397cb13fb9161372a281a1219'
From https://github.com/madler/zlib
 * branch            51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf -> FETCH_HEAD
Submodule path '../zlib': checked out '51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf'
HEAD is now at 019181450 Bumped version to 4.4.5, added RELEASE-NOTES, updated checkpoints
INFO:  Clearing /homedir/wine/drive_c/electroncash/contrib/build-wine/build and /homedir/wine/drive_c/electroncash/contrib/build-wine/dist...
INFO:  Building secp256k1...
~/wine/drive_c/electroncash/contrib/secp256k1 ~/wine/drive_c/electroncash/contrib/build-wine
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'.
libtoolize: copying file 'build-aux/m4/libtool.m4'
libtoolize: copying file 'build-aux/m4/ltoptions.m4'
libtoolize: copying file 'build-aux/m4/ltsugar.m4'
libtoolize: copying file 'build-aux/m4/ltversion.m4'
libtoolize: copying file 'build-aux/m4/lt~obsolete.m4'
configure.ac:28: warning: The macro `AC_PROG_CC_C89' is obsolete.
configure.ac:28: You should run autoupdate.
./lib/autoconf/c.m4:1652: AC_PROG_CC_C89 is expanded from...
configure.ac:28: the top level
configure.ac:10: installing 'build-aux/compile'
configure.ac:5: installing 'build-aux/config.guess'
configure.ac:5: installing 'build-aux/config.sub'
configure.ac:9: installing 'build-aux/install-sh'
configure.ac:9: installing 'build-aux/missing'
Makefile.am: installing 'build-aux/depcomp'
parallel-tests: installing 'build-aux/test-driver'
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to print strings... printf
checking whether make supports the include directive... yes (GNU style)
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to enable C11 features... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking dependency style of x86_64-w64-mingw32-gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... /usr/bin/x86_64-w64-mingw32-ld
checking if the linker (/usr/bin/x86_64-w64-mingw32-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-w64-mingw32-nm -B
checking the name lister (/usr/bin/x86_64-w64-mingw32-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-w64-mingw32 format... func_convert_file_nix_to_w32
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/x86_64-w64-mingw32-ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-dlltool... x86_64-w64-mingw32-dlltool
checking how to associate runtime and link libraries... func_cygming_dll_for_implib
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for archiver @FILE support... @
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse /usr/bin/x86_64-w64-mingw32-nm -B output from x86_64-w64-mingw32-gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for x86_64-w64-mingw32-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... no
checking for objdir... .libs
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/bin/x86_64-w64-mingw32-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether make supports nested variables... (cached) yes
checking for x86_64-w64-mingw32-pkg-config... /usr/bin/x86_64-w64-mingw32-pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for x86_64-w64-mingw32-ar... /usr/bin/x86_64-w64-mingw32-ar
checking for x86_64-w64-mingw32-ranlib... /usr/bin/x86_64-w64-mingw32-ranlib
checking for x86_64-w64-mingw32-strip... /usr/bin/x86_64-w64-mingw32-strip
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for gcc... gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking dependency style of x86_64-w64-mingw32-gcc... gcc3
checking if x86_64-w64-mingw32-gcc supports -std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function -Wno-long-long -Wno-overlength-strings... yes
checking if x86_64-w64-mingw32-gcc supports -fvisibility=hidden... yes
checking for __int128... yes
checking for __builtin_expect... yes
checking native compiler: gcc... ok
checking for x86_64 assembly availability... yes
checking whether byte ordering is bigendian... no
configure: Using static precomputation: yes
configure: Using assembly optimizations: x86_64
configure: Using field implementation: 64bit
configure: Using bignum implementation: no
configure: Using scalar implementation: 64bit
configure: Using endomorphism optimizations: no
configure: Building benchmarks: yes
configure: Building for coverage analysis: no
configure: Building ECDH module: yes
configure: Building ECDSA pubkey recovery module: yes
configure: Building Schnorr signature module: yes
configure: Using jni: no
configure: ******
configure: WARNING: experimental build
configure: Experimental features do not have stable APIs or properties, and may not be safe for production use.
configure: Building ECDH module: yes
configure: ******
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libsecp256k1.pc
config.status: creating src/libsecp256k1-config.h
config.status: executing depfiles commands
config.status: executing libtool commands
gcc -I. -g -O2 -Wall -Wextra -Wno-unused-function -c src/gen_context.c -o gen_context.o
  CC       src/bench_verify.o
  CC       src/bench_sign.o
  CC       src/exhaustive_tests-tests_exhaustive.o
  CC       src/bench_ecdh.o
  CC       src/bench_recover.o
gcc gen_context.o -o gen_context
./gen_context
  CC       src/libsecp256k1_la-secp256k1.lo
  CC       src/bench_internal-bench_internal.o
  CCLD     exhaustive_tests.exe
  CCLD     libsecp256k1.la
  CCLD     bench_verify.exe
  CCLD     bench_sign.exe
  CCLD     bench_ecdh.exe
  CCLD     bench_recover.exe
  CCLD     bench_internal.exe
./.libs/lt-bench_internal.c:41:5: warning: '_putenv' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
   41 | int _putenv (const char *);
      |     ^~~~~~~
./.libs/lt-bench_recover.c:41:5: warning: '_putenv' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
   41 | int _putenv (const char *);
      |     ^~~~~~~
./.libs/lt-bench_verify.c:41:5: warning: '_putenv' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
   41 | int _putenv (const char *);
      |     ^~~~~~~
./.libs/lt-bench_sign.c:41:5: warning: '_putenv' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
   41 | int _putenv (const char *);
      |     ^~~~~~~
./.libs/lt-bench_ecdh.c:41:5: warning: '_putenv' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
   41 | int _putenv (const char *);
      |     ^~~~~~~
make[1]: Entering directory '/homedir/wine/drive_c/electroncash/contrib/secp256k1'
 /usr/bin/mkdir -p '/homedir/wine/drive_c/electroncash/contrib/secp256k1/dist/lib'
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libsecp256k1.la '/homedir/wine/drive_c/electroncash/contrib/secp256k1/dist/lib'
libtool: install: /usr/bin/install -c .libs/libsecp256k1.dll.a /homedir/wine/drive_c/electroncash/contrib/secp256k1/dist/lib/libsecp256k1.dll.a
libtool: install: base_file=`basename libsecp256k1.la`
libtool: install:  dlpath=`/bin/bash 2>&1 -c '. .libs/'libsecp256k1.la'i; echo libsecp256k1-0.dll'`
libtool: install:  dldir=/homedir/wine/drive_c/electroncash/contrib/secp256k1/dist/lib/`dirname ../bin/libsecp256k1-0.dll`
libtool: install:  test -d /homedir/wine/drive_c/electroncash/contrib/secp256k1/dist/lib/../bin || mkdir -p /homedir/wine/drive_c/electroncash/contrib/secp256k1/dist/lib/../bin
libtool: install:  /usr/bin/install -c .libs/libsecp256k1-0.dll /homedir/wine/drive_c/electroncash/contrib/secp256k1/dist/lib/../bin/libsecp256k1-0.dll
libtool: install:  chmod a+x /homedir/wine/drive_c/electroncash/contrib/secp256k1/dist/lib/../bin/libsecp256k1-0.dll
libtool: install:  if test -n '' && test -n 'x86_64-w64-mingw32-strip --strip-unneeded'; then eval 'x86_64-w64-mingw32-strip --strip-unneeded /homedir/wine/drive_c/electroncash/contrib/secp256k1/dist/lib/../bin/libsecp256k1-0.dll' || exit 0; fi
libtool: install: /usr/bin/install -c .libs/libsecp256k1.lai /homedir/wine/drive_c/electroncash/contrib/secp256k1/dist/lib/libsecp256k1.la
 /usr/bin/mkdir -p '/homedir/wine/drive_c/electroncash/contrib/secp256k1/dist/include'
 /usr/bin/install -c -m 644 include/secp256k1.h include/secp256k1_ecdh.h include/secp256k1_recovery.h include/secp256k1_schnorr.h '/homedir/wine/drive_c/electroncash/contrib/secp256k1/dist/include'
 /usr/bin/mkdir -p '/homedir/wine/drive_c/electroncash/contrib/secp256k1/dist/lib/pkgconfig'
 /usr/bin/install -c -m 644 libsecp256k1.pc '/homedir/wine/drive_c/electroncash/contrib/secp256k1/dist/lib/pkgconfig'
make[1]: Leaving directory '/homedir/wine/drive_c/electroncash/contrib/secp256k1'
'/homedir/wine/drive_c/electroncash/contrib/secp256k1/dist/lib/../bin/libsecp256k1-0.dll' -> '/homedir/wine/drive_c/electroncash/contrib/../electroncash/./libsecp256k1-0.dll'
INFO:  ../bin/libsecp256k1-0.dll has been placed in the 'electroncash' folder.
~/wine/drive_c/electroncash/contrib/build-wine
INFO:  Building zbar...
~/wine/drive_c/electroncash/contrib/zbar ~/wine/drive_c/electroncash/contrib/build-wine
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: running: autopoint --force
autopoint: using AM_GNU_GETTEXT_REQUIRE_VERSION instead of AM_GNU_GETTEXT_VERSION
Copying file ABOUT-NLS
Copying file config/gettext.m4
Copying file config/host-cpu-c-abi.m4
Copying file config/iconv.m4
Copying file config/intlmacosx.m4
Copying file config/lib-ld.m4
Copying file config/lib-link.m4
Copying file config/lib-prefix.m4
Copying file config/nls.m4
Copying file config/po.m4
Copying file config/progtest.m4
Copying file po/Makefile.in.in
Copying file po/Makevars.template
Copying file po/Rules-quot
Copying file po/boldquot.sed
Copying file po/en@boldquot.header
Copying file po/en@quot.header
Copying file po/insert-header.sin
Copying file po/quot.sed
Copying file po/remove-potcdate.sin
autoreconf: running: aclocal --force -I config
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'.
libtoolize: copying file 'config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'config'.
libtoolize: copying file 'config/libtool.m4'
libtoolize: copying file 'config/ltoptions.m4'
libtoolize: copying file 'config/ltsugar.m4'
libtoolize: copying file 'config/ltversion.m4'
libtoolize: copying file 'config/lt~obsolete.m4'
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force -I config
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:14: installing 'config/compile'
configure.ac:14: installing 'config/config.guess'
configure.ac:14: installing 'config/config.sub'
configure.ac:9: installing 'config/install-sh'
configure.ac:9: installing 'config/missing'
Makefile.am: installing 'config/depcomp'
autoreconf: Leaving directory '.'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking how to print strings... printf
checking whether make supports the include directive... yes (GNU style)
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to enable C11 features... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking dependency style of x86_64-w64-mingw32-gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... /usr/bin/x86_64-w64-mingw32-ld
checking if the linker (/usr/bin/x86_64-w64-mingw32-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-w64-mingw32-nm -B
checking the name lister (/usr/bin/x86_64-w64-mingw32-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-w64-mingw32 format... func_convert_file_nix_to_w32
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/x86_64-w64-mingw32-ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-dlltool... x86_64-w64-mingw32-dlltool
checking how to associate runtime and link libraries... func_cygming_dll_for_implib
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for archiver @FILE support... @
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse /usr/bin/x86_64-w64-mingw32-nm -B output from x86_64-w64-mingw32-gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for x86_64-w64-mingw32-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for sys/param.h... yes
checking for dlfcn.h... no
checking for x86_64-w64-mingw32-as... x86_64-w64-mingw32-as
checking for x86_64-w64-mingw32-dlltool... (cached) x86_64-w64-mingw32-dlltool
checking for x86_64-w64-mingw32-objdump... (cached) x86_64-w64-mingw32-objdump
checking for objdir... .libs
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/bin/x86_64-w64-mingw32-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for x86_64-w64-mingw32-windres... x86_64-w64-mingw32-windres
checking whether make supports nested variables... (cached) yes
checking for size_t... yes
checking for working alloca.h... no
checking for alloca... yes
checking for error_at_line... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for arpa/inet.h... no
checking for malloc.h... yes
checking for mntent.h... no
checking for netdb.h... no
checking for netinet/in.h... no
checking for shadow.h... no
checking for sys/file.h... yes
checking for sys/mount.h... no
checking for sys/param.h... (cached) yes
checking for sys/socket.h... no
checking for sys/statfs.h... no
checking for sys/statvfs.h... no
checking for sys/vfs.h... no
checking for unistd.h... (cached) yes
checking for values.h... no
checking for x86_64-w64-mingw32-gcc... (cached) x86_64-w64-mingw32-gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether x86_64-w64-mingw32-gcc accepts -g... (cached) yes
checking for x86_64-w64-mingw32-gcc option to enable C11 features... (cached) none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... (cached) yes
checking dependency style of x86_64-w64-mingw32-gcc... (cached) gcc3
checking for x86_64-w64-mingw32-g++... x86_64-w64-mingw32-g++
checking whether the compiler supports GNU C++... yes
checking whether x86_64-w64-mingw32-g++ accepts -g... yes
checking for x86_64-w64-mingw32-g++ option to enable C++11 features... none needed
checking dependency style of x86_64-w64-mingw32-g++... gcc3
checking how to run the C++ preprocessor... x86_64-w64-mingw32-g++ -E
checking for ld used by x86_64-w64-mingw32-g++... /usr/bin/x86_64-w64-mingw32-ld
checking if the linker (/usr/bin/x86_64-w64-mingw32-ld) is GNU ld... yes
checking whether the x86_64-w64-mingw32-g++ linker (/usr/bin/x86_64-w64-mingw32-ld) supports shared libraries... yes
checking for x86_64-w64-mingw32-g++ option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-g++ PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-g++ static flag -static works... yes
checking if x86_64-w64-mingw32-g++ supports -c -o file.o... yes
checking if x86_64-w64-mingw32-g++ supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-g++ linker (/usr/bin/x86_64-w64-mingw32-ld) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking for x86_64-w64-mingw32-pkg-config... /usr/bin/x86_64-w64-mingw32-pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether to build EAN symbologies... no
checking whether to build DataBar symbology... no
checking whether to build Code 128 symbology... no
checking whether to build Code 93 symbology... no
checking whether to build Code 39 symbology... no
checking whether to build Codabar symbology... no
checking whether to build Interleaved 2 of 5 symbology... no
checking whether to build QR Code... yes
checking whether to build SQ Code... no
checking whether to build PDF417 symbology (incomplete)... no
checking for library containing clock_gettime... -lpthread
checking for ld... /usr/bin/x86_64-w64-mingw32-ld
checking if the linker (/usr/bin/x86_64-w64-mingw32-ld) is GNU ld... yes
checking for shared library run path origin... done
checking 32-bit host C ABI... no
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for ELF binary format... no
checking for the common suffixes of directories in the library search path... lib,lib,lib64
checking for iconv... yes
checking for working iconv... guessing yes
checking how to link with libiconv... -liconv
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyPreferredLanguages... no
checking for GNU gettext in libc... no
checking for iconv... (cached) yes
checking for working iconv... (cached) guessing yes
checking how to link with libiconv... -liconv
checking for GNU gettext in libintl... no
checking whether to use NLS... no
checking for poll.h... no
configure: WARNING: libv4l not detected. Install it to support more cameras!
checking for X... disabled
checking for X11/extensions/XShm.h... no
checking for X11/extensions/Xvlib.h... no
configure: image scanning disabled -- zbarimg will *not* be built
checking for javac... no
checking for jikes... no
checking for ecj... no
checking for gcj... no
checking for javah... no
checking for jar... no
checking for java... no
checking whether to enable assertions... yes
checking for errno.h... yes
checking for fcntl.h... yes
checking for features.h... no
checking for inttypes.h... (cached) yes
checking for float.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/ioctl.h... no
checking for sys/time.h... yes
checking for sys/times.h... no
checking for sys/ipc.h... no
checking for sys/shm.h... no
checking for sys/mman.h... no
checking for sys/mkdev.h... no
checking for sys/sysmacros.h... no
checking for _Bool... yes
checking for stdbool.h that conforms to C99... yes
checking for int32_t... yes
checking for uint32_t... yes
checking for uint8_t... yes
checking for uintptr_t... yes
checking for uid_t in sys/types.h... no
checking for int32_t... (cached) yes
checking for int64_t... yes
checking for off_t... yes
checking for size_t... (cached) yes
checking for uint16_t... yes
checking for uint32_t... (cached) yes
checking for uint64_t... yes
checking for uint8_t... (cached) yes
checking for struct stat.st_rdev... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for getpagesize... yes
checking for working mmap... no
checking for alarm... yes
checking for clock_gettime... yes
checking for floor... yes
checking for getcwd... yes
checking for gettimeofday... yes
checking for localeconv... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for modf... yes
checking for munmap... no
checking for pow... yes
checking for select... no
checking for setenv... no
checking for sqrt... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for malloc... yes
checking for realloc... yes
Generating config files
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gtk/Makefile
config.status: creating java/Makefile
config.status: creating po/Makefile.in
config.status: creating zbar/Makefile
config.status: creating zbar.pc
config.status: creating zbar-gtk.pc
config.status: creating doc/doxygen.conf
config.status: creating test/test_examples.sh
config.status: creating test/check_dbus.sh
config.status: creating include/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing doc/version.xml commands
writing new doc/version.xml
config.status: executing doc/reldate.xml commands
writing new doc/reldate.xml

please verify that the detected configuration matches your expectations:
------------------------------------------------------------------------
VfW driver             --with-directshow=no
pthreads               --enable-pthread=no
doc                    --enable-doc=no
v4l                    --enable-video=no
jpeg                   --with-jpeg=no
Python                 --with-python=no 
GTK                    --with-gtk=no       
GObject introspection  --with-gir=no
Qt                     --with-qt=no         
Java                   --with-java=no
ImageMagick            --with-imagemagick=no
Enabled codes:         qrcode
Disabled codes:        ean databar code128 code93 code39 codabar i25 sqcode pdf417

        => zbarcam video scanner will *NOT* be built
        => libv4l will *NOT* be used
        => JPEG image conversions will *NOT* be supported
        => the zbarimg file scanner will *NOT* be built
        => GTK support will *NOT* be built
        => the Qt widget will *NOT* be built
        => the Java interface will *NOT* be built
        => the Java unit test will *NOT* be enabled
make  all-recursive
make[1]: Entering directory '/homedir/wine/drive_c/electroncash/contrib/zbar'
Making all in zbar
make[2]: Entering directory '/homedir/wine/drive_c/electroncash/contrib/zbar/zbar'
  CC       libzbar_la-error.lo
  CC       libzbar_la-symbol.lo
  CC       libzbar_la-config.lo
  CC       libzbar_la-convert.lo
  CC       libzbar_la-image.lo
  CC       libzbar_la-processor.lo
  CC       libzbar_la-refcnt.lo
  CC       libzbar_la-window.lo
  CC       libzbar_la-video.lo
  CC       libzbar_la-scanner.lo
  CC       libzbar_la-img_scanner.lo
  CC       libzbar_la-decoder.lo
  CC       libzbar_la-misc.lo
  CC       processor/libzbar_la-win.lo
/bin/bash ../libtool --tag=RC   \
--mode=compile x86_64-w64-mingw32-windres -DHAVE_CONFIG_H -I. -I../include  \
-I../include  -o libzbar-rc.lo libzbar.rc
  CC       processor/libzbar_la-lock.lo
  CC       decoder/libzbar_la-qr_finder.lo
  CC       qrcode/libzbar_la-qrdec.lo
  CC       qrcode/libzbar_la-rs.lo
  CC       qrcode/libzbar_la-qrdectxt.lo
  CC       qrcode/libzbar_la-isaac.lo
  CC       qrcode/libzbar_la-bch15_5.lo
  CC       qrcode/libzbar_la-binarize.lo
  CC       video/libzbar_la-null.lo
  CC       qrcode/libzbar_la-util.lo
  CC       window/libzbar_la-win.lo
  CC       window/libzbar_la-dib.lo
libtool: compile:  x86_64-w64-mingw32-windres -DHAVE_CONFIG_H -I. -I../include -I../include libzbar.rc  -o .libs/libzbar-rc.o
In file included from ./processor.h:26,
                 from processor/lock.c:25:
../include/config.h:423: warning: "_WIN32_WINNT" redefined
  423 | #define _WIN32_WINNT 0x0500
      | 
In file included from /usr/share/mingw-w64/include/corecrt.h:10,
                 from /usr/share/mingw-w64/include/crtdefs.h:10,
                 from /usr/share/mingw-w64/include/assert.h:15,
                 from processor/lock.c:24:
/usr/share/mingw-w64/include/_mingw.h:233: note: this is the location of the previous definition
  233 | #define _WIN32_WINNT 0x502
      | 
decoder.c: In function ‘zbar_decoder_reset’:
decoder.c:116:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  116 |     memset(dcode, 0, (long)&dcode->buf_alloc - (long)dcode);
      |                      ^
decoder.c:116:48: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  116 |     memset(dcode, 0, (long)&dcode->buf_alloc - (long)dcode);
      |                                                ^
In file included from ./window.h:26,
                 from window/win.c:26:
../include/config.h:423: warning: "_WIN32_WINNT" redefined
  423 | #define _WIN32_WINNT 0x0500
      | 
In file included from /usr/share/mingw-w64/include/corecrt.h:10,
                 from /usr/share/mingw-w64/include/crtdefs.h:10,
                 from /usr/share/mingw-w64/include/ctype.h:9,
                 from window/win.c:24:
/usr/share/mingw-w64/include/_mingw.h:233: note: this is the location of the previous definition
  233 | #define _WIN32_WINNT 0x502
      | 
In file included from ./image.h:26,
                 from qrcode/binarize.c:10:
../include/config.h:423: warning: "_WIN32_WINNT" redefined
  423 | #define _WIN32_WINNT 0x0500
      | 
In file included from /usr/share/mingw-w64/include/corecrt.h:10,
                 from /usr/share/mingw-w64/include/crtdefs.h:10,
                 from /usr/share/mingw-w64/include/math.h:13,
                 from qrcode/binarize.c:7:
/usr/share/mingw-w64/include/_mingw.h:233: note: this is the location of the previous definition
  233 | #define _WIN32_WINNT 0x502
      | 
In file included from ./processor.h:26,
                 from processor/win.c:29:
../include/config.h:423: warning: "_WIN32_WINNT" redefined
  423 | #define _WIN32_WINNT 0x0500
      | 
In file included from /usr/share/mingw-w64/include/corecrt.h:10,
                 from /usr/share/mingw-w64/include/crtdefs.h:10,
                 from /usr/share/mingw-w64/include/assert.h:15,
                 from processor/win.c:24:
/usr/share/mingw-w64/include/_mingw.h:233: note: this is the location of the previous definition
  233 | #define _WIN32_WINNT 0x502
      | 
processor/win.c: In function ‘_zbar_processor_open’:
processor/win.c:282:47: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  282 |     proc->display = CreateWindowEx(EXT_STYLE, (LPCTSTR)(long)wca, "ZBar",
      |                                               ^
processor/win.c: In function ‘_zbar_processor_close’:
processor/win.c:297:18: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  297 |  UnregisterClass((LPCTSTR)(long)proc->state->registeredClass, 0);
      |                  ^
qrcode/qrdectxt.c: In function ‘qr_code_data_list_extract_text’:
qrcode/qrdectxt.c:302:27: warning: passing argument 2 of ‘iconv’ from incompatible pointer type [-Wincompatible-pointer-types]
  302 |            iconv(utf8_cd, &in, &inleft, &out,
      |                           ^~~
      |                           |
      |                           char **
In file included from qrcode/qrdectxt.c:12:
/usr/x86_64-w64-mingw32/include/iconv.h:17:48: note: expected ‘const char **’ but argument is of type ‘char **’
   17 | size_t iconv(iconv_t cd, WINICONV_CONST char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft);
qrcode/qrdectxt.c:352:36: warning: passing argument 2 of ‘iconv’ from incompatible pointer type [-Wincompatible-pointer-types]
  352 |          err = iconv(enc_list[ei], &in,
      |                                    ^~~
      |                                    |
      |                                    char **
In file included from qrcode/qrdectxt.c:12:
/usr/x86_64-w64-mingw32/include/iconv.h:17:48: note: expected ‘const char **’ but argument is of type ‘char **’
   17 | size_t iconv(iconv_t cd, WINICONV_CONST char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft);
qrcode/qrdectxt.c:374:25: warning: passing argument 2 of ‘iconv’ from incompatible pointer type [-Wincompatible-pointer-types]
  374 |           iconv(eci_cd, &in, &inleft, &out,
      |                         ^~~
      |                         |
      |                         char **
In file included from qrcode/qrdectxt.c:12:
/usr/x86_64-w64-mingw32/include/iconv.h:17:48: note: expected ‘const char **’ but argument is of type ‘char **’
   17 | size_t iconv(iconv_t cd, WINICONV_CONST char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft);
  CCLD     libzbar.la
make[2]: Leaving directory '/homedir/wine/drive_c/electroncash/contrib/zbar/zbar'
Making all in .
make[2]: Entering directory '/homedir/wine/drive_c/electroncash/contrib/zbar'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/homedir/wine/drive_c/electroncash/contrib/zbar'
make[1]: Leaving directory '/homedir/wine/drive_c/electroncash/contrib/zbar'
make  install-recursive
make[1]: Entering directory '/homedir/wine/drive_c/electroncash/contrib/zbar'
Making install in zbar
make[2]: Entering directory '/homedir/wine/drive_c/electroncash/contrib/zbar/zbar'
make[3]: Entering directory '/homedir/wine/drive_c/electroncash/contrib/zbar/zbar'
 /usr/bin/mkdir -p '/homedir/wine/drive_c/electroncash/contrib/zbar/dist/lib'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libzbar.la '/homedir/wine/drive_c/electroncash/contrib/zbar/dist/lib'
libtool: install: /usr/bin/install -c .libs/libzbar.dll.a /homedir/wine/drive_c/electroncash/contrib/zbar/dist/lib/libzbar.dll.a
libtool: install: base_file=`basename libzbar.la`
libtool: install:  dlpath=`/bin/bash 2>&1 -c '. .libs/'libzbar.la'i; echo libzbar-0.dll'`
libtool: install:  dldir=/homedir/wine/drive_c/electroncash/contrib/zbar/dist/lib/`dirname ../bin/libzbar-0.dll`
libtool: install:  test -d /homedir/wine/drive_c/electroncash/contrib/zbar/dist/lib/../bin || mkdir -p /homedir/wine/drive_c/electroncash/contrib/zbar/dist/lib/../bin
libtool: install:  /usr/bin/install -c .libs/libzbar-0.dll /homedir/wine/drive_c/electroncash/contrib/zbar/dist/lib/../bin/libzbar-0.dll
libtool: install:  chmod a+x /homedir/wine/drive_c/electroncash/contrib/zbar/dist/lib/../bin/libzbar-0.dll
libtool: install:  if test -n '' && test -n 'x86_64-w64-mingw32-strip --strip-unneeded'; then eval 'x86_64-w64-mingw32-strip --strip-unneeded /homedir/wine/drive_c/electroncash/contrib/zbar/dist/lib/../bin/libzbar-0.dll' || exit 0; fi
libtool: install: /usr/bin/install -c .libs/libzbar.lai /homedir/wine/drive_c/electroncash/contrib/zbar/dist/lib/libzbar.la
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/homedir/wine/drive_c/electroncash/contrib/zbar/zbar'
make[2]: Leaving directory '/homedir/wine/drive_c/electroncash/contrib/zbar/zbar'
Making install in .
make[2]: Entering directory '/homedir/wine/drive_c/electroncash/contrib/zbar'
make[3]: Entering directory '/homedir/wine/drive_c/electroncash/contrib/zbar'
 /usr/bin/mkdir -p '/homedir/wine/drive_c/electroncash/contrib/zbar/dist/bin'
 /usr/bin/mkdir -p '/homedir/wine/drive_c/electroncash/contrib/zbar/dist/share/doc/zbar'
 /usr/bin/install -c -m 644 COPYING HACKING.md INSTALL.md LICENSE.md NEWS.md README.md TODO.md README-windows.md '/homedir/wine/drive_c/electroncash/contrib/zbar/dist/share/doc/zbar'
 /usr/bin/mkdir -p '/homedir/wine/drive_c/electroncash/contrib/zbar/dist/include'
 /usr/bin/install -c -m 644 include/zbar.h '/homedir/wine/drive_c/electroncash/contrib/zbar/dist/include'
 /usr/bin/mkdir -p '/homedir/wine/drive_c/electroncash/contrib/zbar/dist/lib/pkgconfig'
 /usr/bin/install -c -m 644 zbar.pc '/homedir/wine/drive_c/electroncash/contrib/zbar/dist/lib/pkgconfig'
 /usr/bin/mkdir -p '/homedir/wine/drive_c/electroncash/contrib/zbar/dist/share/zbar'
 /usr/bin/install -c -m 644 ./python/test/barcode.png ./examples/scan_image.cpp ./examples/scan_image.vcproj '/homedir/wine/drive_c/electroncash/contrib/zbar/dist/share/zbar'
 /usr/bin/mkdir -p '/homedir/wine/drive_c/electroncash/contrib/zbar/dist/include/zbar'
 /usr/bin/install -c -m 644 include/zbar/Scanner.h include/zbar/Decoder.h include/zbar/Exception.h include/zbar/Symbol.h include/zbar/Image.h include/zbar/ImageScanner.h include/zbar/Video.h include/zbar/Window.h include/zbar/Processor.h '/homedir/wine/drive_c/electroncash/contrib/zbar/dist/include/zbar'
make[3]: Leaving directory '/homedir/wine/drive_c/electroncash/contrib/zbar'
make[2]: Leaving directory '/homedir/wine/drive_c/electroncash/contrib/zbar'
make[1]: Leaving directory '/homedir/wine/drive_c/electroncash/contrib/zbar'
'/homedir/wine/drive_c/electroncash/contrib/zbar/dist/lib/../bin/libzbar-0.dll' -> '/homedir/wine/drive_c/electroncash/contrib/../electroncash/./libzbar-0.dll'
INFO:  ../bin/libzbar-0.dll has been placed in the 'electroncash' folder.
~/wine/drive_c/electroncash/contrib/build-wine
INFO:  Building openssl...
~/wine/drive_c/electroncash/contrib/openssl ~/wine/drive_c/electroncash/contrib/build-wine
Configuring OpenSSL version 1.1.1w (0x1010117fL) for mingw64
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 <https://github.com/openssl/openssl/issues>  ***
***   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
make depend && make _all
make[1]: Entering directory '/homedir/wine/drive_c/electroncash/contrib/openssl'
make[1]: Leaving directory '/homedir/wine/drive_c/electroncash/contrib/openssl'
make[1]: Entering directory '/homedir/wine/drive_c/electroncash/contrib/openssl'
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/app_rand.d.tmp -MT apps/app_rand.o -c -o apps/app_rand.o apps/app_rand.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/apps.d.tmp -MT apps/apps.o -c -o apps/apps.o apps/apps.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/bf_prefix.d.tmp -MT apps/bf_prefix.o -c -o apps/bf_prefix.o apps/bf_prefix.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/opt.d.tmp -MT apps/opt.o -c -o apps/opt.o apps/opt.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/s_cb.d.tmp -MT apps/s_cb.o -c -o apps/s_cb.o apps/s_cb.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/s_socket.d.tmp -MT apps/s_socket.o -c -o apps/s_socket.o apps/s_socket.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/win32_init.d.tmp -MT apps/win32_init.o -c -o apps/win32_init.o apps/win32_init.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/aes/aes_cbc.d.tmp -MT crypto/aes/aes_cbc.o -c -o crypto/aes/aes_cbc.o crypto/aes/aes_cbc.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/aes/aes_cfb.d.tmp -MT crypto/aes/aes_cfb.o -c -o crypto/aes/aes_cfb.o crypto/aes/aes_cfb.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/aes/aes_core.d.tmp -MT crypto/aes/aes_core.o -c -o crypto/aes/aes_core.o crypto/aes/aes_core.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/aes/aes_ecb.d.tmp -MT crypto/aes/aes_ecb.o -c -o crypto/aes/aes_ecb.o crypto/aes/aes_ecb.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/aes/aes_ige.d.tmp -MT crypto/aes/aes_ige.o -c -o crypto/aes/aes_ige.o crypto/aes/aes_ige.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/aes/aes_misc.d.tmp -MT crypto/aes/aes_misc.o -c -o crypto/aes/aes_misc.o crypto/aes/aes_misc.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/aes/aes_ofb.d.tmp -MT crypto/aes/aes_ofb.o -c -o crypto/aes/aes_ofb.o crypto/aes/aes_ofb.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/aes/aes_wrap.d.tmp -MT crypto/aes/aes_wrap.o -c -o crypto/aes/aes_wrap.o crypto/aes/aes_wrap.c
CC="x86_64-w64-mingw32-gcc" /usr/bin/perl crypto/aes/asm/aesni-mb-x86_64.pl mingw64 crypto/aes/aesni-mb-x86_64.s
CC="x86_64-w64-mingw32-gcc" /usr/bin/perl crypto/aes/asm/aesni-sha1-x86_64.pl mingw64 crypto/aes/aesni-sha1-x86_64.s
CC="x86_64-w64-mingw32-gcc" /usr/bin/perl crypto/aes/asm/aesni-sha256-x86_64.pl mingw64 crypto/aes/aesni-sha256-x86_64.s
CC="x86_64-w64-mingw32-gcc" /usr/bin/perl crypto/aes/asm/aesni-x86_64.pl mingw64 crypto/aes/aesni-x86_64.s
CC="x86_64-w64-mingw32-gcc" /usr/bin/perl crypto/aes/asm/vpaes-x86_64.pl mingw64 crypto/aes/vpaes-x86_64.s
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/a_bitstr.d.tmp -MT crypto/asn1/a_bitstr.o -c -o crypto/asn1/a_bitstr.o crypto/asn1/a_bitstr.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/a_d2i_fp.d.tmp -MT crypto/asn1/a_d2i_fp.o -c -o crypto/asn1/a_d2i_fp.o crypto/asn1/a_d2i_fp.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/a_digest.d.tmp -MT crypto/asn1/a_digest.o -c -o crypto/asn1/a_digest.o crypto/asn1/a_digest.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/a_dup.d.tmp -MT crypto/asn1/a_dup.o -c -o crypto/asn1/a_dup.o crypto/asn1/a_dup.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/a_gentm.d.tmp -MT crypto/asn1/a_gentm.o -c -o crypto/asn1/a_gentm.o crypto/asn1/a_gentm.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/a_i2d_fp.d.tmp -MT crypto/asn1/a_i2d_fp.o -c -o crypto/asn1/a_i2d_fp.o crypto/asn1/a_i2d_fp.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/a_int.d.tmp -MT crypto/asn1/a_int.o -c -o crypto/asn1/a_int.o crypto/asn1/a_int.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/a_mbstr.d.tmp -MT crypto/asn1/a_mbstr.o -c -o crypto/asn1/a_mbstr.o crypto/asn1/a_mbstr.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/a_object.d.tmp -MT crypto/asn1/a_object.o -c -o crypto/asn1/a_object.o crypto/asn1/a_object.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/a_octet.d.tmp -MT crypto/asn1/a_octet.o -c -o crypto/asn1/a_octet.o crypto/asn1/a_octet.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/a_print.d.tmp -MT crypto/asn1/a_print.o -c -o crypto/asn1/a_print.o crypto/asn1/a_print.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/a_sign.d.tmp -MT crypto/asn1/a_sign.o -c -o crypto/asn1/a_sign.o crypto/asn1/a_sign.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/a_strex.d.tmp -MT crypto/asn1/a_strex.o -c -o crypto/asn1/a_strex.o crypto/asn1/a_strex.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/a_strnid.d.tmp -MT crypto/asn1/a_strnid.o -c -o crypto/asn1/a_strnid.o crypto/asn1/a_strnid.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/a_time.d.tmp -MT crypto/asn1/a_time.o -c -o crypto/asn1/a_time.o crypto/asn1/a_time.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/a_type.d.tmp -MT crypto/asn1/a_type.o -c -o crypto/asn1/a_type.o crypto/asn1/a_type.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/a_utctm.d.tmp -MT crypto/asn1/a_utctm.o -c -o crypto/asn1/a_utctm.o crypto/asn1/a_utctm.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/a_utf8.d.tmp -MT crypto/asn1/a_utf8.o -c -o crypto/asn1/a_utf8.o crypto/asn1/a_utf8.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/a_verify.d.tmp -MT crypto/asn1/a_verify.o -c -o crypto/asn1/a_verify.o crypto/asn1/a_verify.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/ameth_lib.d.tmp -MT crypto/asn1/ameth_lib.o -c -o crypto/asn1/ameth_lib.o crypto/asn1/ameth_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/asn1_err.d.tmp -MT crypto/asn1/asn1_err.o -c -o crypto/asn1/asn1_err.o crypto/asn1/asn1_err.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/asn1_gen.d.tmp -MT crypto/asn1/asn1_gen.o -c -o crypto/asn1/asn1_gen.o crypto/asn1/asn1_gen.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/asn1_item_list.d.tmp -MT crypto/asn1/asn1_item_list.o -c -o crypto/asn1/asn1_item_list.o crypto/asn1/asn1_item_list.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/asn1_lib.d.tmp -MT crypto/asn1/asn1_lib.o -c -o crypto/asn1/asn1_lib.o crypto/asn1/asn1_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/asn1_par.d.tmp -MT crypto/asn1/asn1_par.o -c -o crypto/asn1/asn1_par.o crypto/asn1/asn1_par.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/asn_mime.d.tmp -MT crypto/asn1/asn_mime.o -c -o crypto/asn1/asn_mime.o crypto/asn1/asn_mime.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/asn_moid.d.tmp -MT crypto/asn1/asn_moid.o -c -o crypto/asn1/asn_moid.o crypto/asn1/asn_moid.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/asn_mstbl.d.tmp -MT crypto/asn1/asn_mstbl.o -c -o crypto/asn1/asn_mstbl.o crypto/asn1/asn_mstbl.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/asn_pack.d.tmp -MT crypto/asn1/asn_pack.o -c -o crypto/asn1/asn_pack.o crypto/asn1/asn_pack.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/bio_asn1.d.tmp -MT crypto/asn1/bio_asn1.o -c -o crypto/asn1/bio_asn1.o crypto/asn1/bio_asn1.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/bio_ndef.d.tmp -MT crypto/asn1/bio_ndef.o -c -o crypto/asn1/bio_ndef.o crypto/asn1/bio_ndef.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/d2i_pr.d.tmp -MT crypto/asn1/d2i_pr.o -c -o crypto/asn1/d2i_pr.o crypto/asn1/d2i_pr.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/d2i_pu.d.tmp -MT crypto/asn1/d2i_pu.o -c -o crypto/asn1/d2i_pu.o crypto/asn1/d2i_pu.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/evp_asn1.d.tmp -MT crypto/asn1/evp_asn1.o -c -o crypto/asn1/evp_asn1.o crypto/asn1/evp_asn1.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/f_int.d.tmp -MT crypto/asn1/f_int.o -c -o crypto/asn1/f_int.o crypto/asn1/f_int.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/f_string.d.tmp -MT crypto/asn1/f_string.o -c -o crypto/asn1/f_string.o crypto/asn1/f_string.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/i2d_pr.d.tmp -MT crypto/asn1/i2d_pr.o -c -o crypto/asn1/i2d_pr.o crypto/asn1/i2d_pr.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/i2d_pu.d.tmp -MT crypto/asn1/i2d_pu.o -c -o crypto/asn1/i2d_pu.o crypto/asn1/i2d_pu.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/n_pkey.d.tmp -MT crypto/asn1/n_pkey.o -c -o crypto/asn1/n_pkey.o crypto/asn1/n_pkey.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/nsseq.d.tmp -MT crypto/asn1/nsseq.o -c -o crypto/asn1/nsseq.o crypto/asn1/nsseq.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/p5_pbe.d.tmp -MT crypto/asn1/p5_pbe.o -c -o crypto/asn1/p5_pbe.o crypto/asn1/p5_pbe.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/p5_pbev2.d.tmp -MT crypto/asn1/p5_pbev2.o -c -o crypto/asn1/p5_pbev2.o crypto/asn1/p5_pbev2.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/p5_scrypt.d.tmp -MT crypto/asn1/p5_scrypt.o -c -o crypto/asn1/p5_scrypt.o crypto/asn1/p5_scrypt.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/p8_pkey.d.tmp -MT crypto/asn1/p8_pkey.o -c -o crypto/asn1/p8_pkey.o crypto/asn1/p8_pkey.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/t_bitst.d.tmp -MT crypto/asn1/t_bitst.o -c -o crypto/asn1/t_bitst.o crypto/asn1/t_bitst.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/t_pkey.d.tmp -MT crypto/asn1/t_pkey.o -c -o crypto/asn1/t_pkey.o crypto/asn1/t_pkey.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/t_spki.d.tmp -MT crypto/asn1/t_spki.o -c -o crypto/asn1/t_spki.o crypto/asn1/t_spki.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/tasn_dec.d.tmp -MT crypto/asn1/tasn_dec.o -c -o crypto/asn1/tasn_dec.o crypto/asn1/tasn_dec.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/tasn_enc.d.tmp -MT crypto/asn1/tasn_enc.o -c -o crypto/asn1/tasn_enc.o crypto/asn1/tasn_enc.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/tasn_fre.d.tmp -MT crypto/asn1/tasn_fre.o -c -o crypto/asn1/tasn_fre.o crypto/asn1/tasn_fre.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/tasn_new.d.tmp -MT crypto/asn1/tasn_new.o -c -o crypto/asn1/tasn_new.o crypto/asn1/tasn_new.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/tasn_prn.d.tmp -MT crypto/asn1/tasn_prn.o -c -o crypto/asn1/tasn_prn.o crypto/asn1/tasn_prn.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/tasn_scn.d.tmp -MT crypto/asn1/tasn_scn.o -c -o crypto/asn1/tasn_scn.o crypto/asn1/tasn_scn.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/tasn_typ.d.tmp -MT crypto/asn1/tasn_typ.o -c -o crypto/asn1/tasn_typ.o crypto/asn1/tasn_typ.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/tasn_utl.d.tmp -MT crypto/asn1/tasn_utl.o -c -o crypto/asn1/tasn_utl.o crypto/asn1/tasn_utl.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/x_algor.d.tmp -MT crypto/asn1/x_algor.o -c -o crypto/asn1/x_algor.o crypto/asn1/x_algor.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/x_bignum.d.tmp -MT crypto/asn1/x_bignum.o -c -o crypto/asn1/x_bignum.o crypto/asn1/x_bignum.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/x_info.d.tmp -MT crypto/asn1/x_info.o -c -o crypto/asn1/x_info.o crypto/asn1/x_info.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/x_int64.d.tmp -MT crypto/asn1/x_int64.o -c -o crypto/asn1/x_int64.o crypto/asn1/x_int64.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/x_long.d.tmp -MT crypto/asn1/x_long.o -c -o crypto/asn1/x_long.o crypto/asn1/x_long.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/x_pkey.d.tmp -MT crypto/asn1/x_pkey.o -c -o crypto/asn1/x_pkey.o crypto/asn1/x_pkey.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/x_sig.d.tmp -MT crypto/asn1/x_sig.o -c -o crypto/asn1/x_sig.o crypto/asn1/x_sig.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/x_spki.d.tmp -MT crypto/asn1/x_spki.o -c -o crypto/asn1/x_spki.o crypto/asn1/x_spki.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/asn1/x_val.d.tmp -MT crypto/asn1/x_val.o -c -o crypto/asn1/x_val.o crypto/asn1/x_val.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/async/arch/async_null.d.tmp -MT crypto/async/arch/async_null.o -c -o crypto/async/arch/async_null.o crypto/async/arch/async_null.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/async/arch/async_posix.d.tmp -MT crypto/async/arch/async_posix.o -c -o crypto/async/arch/async_posix.o crypto/async/arch/async_posix.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/async/arch/async_win.d.tmp -MT crypto/async/arch/async_win.o -c -o crypto/async/arch/async_win.o crypto/async/arch/async_win.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/async/async.d.tmp -MT crypto/async/async.o -c -o crypto/async/async.o crypto/async/async.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/async/async_err.d.tmp -MT crypto/async/async_err.o -c -o crypto/async/async_err.o crypto/async/async_err.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/async/async_wait.d.tmp -MT crypto/async/async_wait.o -c -o crypto/async/async_wait.o crypto/async/async_wait.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bio/b_addr.d.tmp -MT crypto/bio/b_addr.o -c -o crypto/bio/b_addr.o crypto/bio/b_addr.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bio/b_dump.d.tmp -MT crypto/bio/b_dump.o -c -o crypto/bio/b_dump.o crypto/bio/b_dump.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bio/b_print.d.tmp -MT crypto/bio/b_print.o -c -o crypto/bio/b_print.o crypto/bio/b_print.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bio/b_sock.d.tmp -MT crypto/bio/b_sock.o -c -o crypto/bio/b_sock.o crypto/bio/b_sock.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bio/b_sock2.d.tmp -MT crypto/bio/b_sock2.o -c -o crypto/bio/b_sock2.o crypto/bio/b_sock2.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bio/bf_buff.d.tmp -MT crypto/bio/bf_buff.o -c -o crypto/bio/bf_buff.o crypto/bio/bf_buff.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bio/bf_lbuf.d.tmp -MT crypto/bio/bf_lbuf.o -c -o crypto/bio/bf_lbuf.o crypto/bio/bf_lbuf.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bio/bf_nbio.d.tmp -MT crypto/bio/bf_nbio.o -c -o crypto/bio/bf_nbio.o crypto/bio/bf_nbio.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bio/bf_null.d.tmp -MT crypto/bio/bf_null.o -c -o crypto/bio/bf_null.o crypto/bio/bf_null.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bio/bio_cb.d.tmp -MT crypto/bio/bio_cb.o -c -o crypto/bio/bio_cb.o crypto/bio/bio_cb.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bio/bio_err.d.tmp -MT crypto/bio/bio_err.o -c -o crypto/bio/bio_err.o crypto/bio/bio_err.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bio/bio_lib.d.tmp -MT crypto/bio/bio_lib.o -c -o crypto/bio/bio_lib.o crypto/bio/bio_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bio/bio_meth.d.tmp -MT crypto/bio/bio_meth.o -c -o crypto/bio/bio_meth.o crypto/bio/bio_meth.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bio/bss_acpt.d.tmp -MT crypto/bio/bss_acpt.o -c -o crypto/bio/bss_acpt.o crypto/bio/bss_acpt.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bio/bss_bio.d.tmp -MT crypto/bio/bss_bio.o -c -o crypto/bio/bss_bio.o crypto/bio/bss_bio.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bio/bss_conn.d.tmp -MT crypto/bio/bss_conn.o -c -o crypto/bio/bss_conn.o crypto/bio/bss_conn.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bio/bss_dgram.d.tmp -MT crypto/bio/bss_dgram.o -c -o crypto/bio/bss_dgram.o crypto/bio/bss_dgram.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bio/bss_fd.d.tmp -MT crypto/bio/bss_fd.o -c -o crypto/bio/bss_fd.o crypto/bio/bss_fd.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bio/bss_file.d.tmp -MT crypto/bio/bss_file.o -c -o crypto/bio/bss_file.o crypto/bio/bss_file.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bio/bss_log.d.tmp -MT crypto/bio/bss_log.o -c -o crypto/bio/bss_log.o crypto/bio/bss_log.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bio/bss_mem.d.tmp -MT crypto/bio/bss_mem.o -c -o crypto/bio/bss_mem.o crypto/bio/bss_mem.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bio/bss_null.d.tmp -MT crypto/bio/bss_null.o -c -o crypto/bio/bss_null.o crypto/bio/bss_null.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bio/bss_sock.d.tmp -MT crypto/bio/bss_sock.o -c -o crypto/bio/bss_sock.o crypto/bio/bss_sock.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/asm/x86_64-gcc.d.tmp -MT crypto/bn/asm/x86_64-gcc.o -c -o crypto/bn/asm/x86_64-gcc.o crypto/bn/asm/x86_64-gcc.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/bn_add.d.tmp -MT crypto/bn/bn_add.o -c -o crypto/bn/bn_add.o crypto/bn/bn_add.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/bn_blind.d.tmp -MT crypto/bn/bn_blind.o -c -o crypto/bn/bn_blind.o crypto/bn/bn_blind.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/bn_const.d.tmp -MT crypto/bn/bn_const.o -c -o crypto/bn/bn_const.o crypto/bn/bn_const.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/bn_ctx.d.tmp -MT crypto/bn/bn_ctx.o -c -o crypto/bn/bn_ctx.o crypto/bn/bn_ctx.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/bn_depr.d.tmp -MT crypto/bn/bn_depr.o -c -o crypto/bn/bn_depr.o crypto/bn/bn_depr.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/bn_dh.d.tmp -MT crypto/bn/bn_dh.o -c -o crypto/bn/bn_dh.o crypto/bn/bn_dh.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/bn_div.d.tmp -MT crypto/bn/bn_div.o -c -o crypto/bn/bn_div.o crypto/bn/bn_div.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/bn_err.d.tmp -MT crypto/bn/bn_err.o -c -o crypto/bn/bn_err.o crypto/bn/bn_err.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Icrypto -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/bn_exp.d.tmp -MT crypto/bn/bn_exp.o -c -o crypto/bn/bn_exp.o crypto/bn/bn_exp.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/bn_exp2.d.tmp -MT crypto/bn/bn_exp2.o -c -o crypto/bn/bn_exp2.o crypto/bn/bn_exp2.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/bn_gcd.d.tmp -MT crypto/bn/bn_gcd.o -c -o crypto/bn/bn_gcd.o crypto/bn/bn_gcd.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/bn_gf2m.d.tmp -MT crypto/bn/bn_gf2m.o -c -o crypto/bn/bn_gf2m.o crypto/bn/bn_gf2m.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/bn_intern.d.tmp -MT crypto/bn/bn_intern.o -c -o crypto/bn/bn_intern.o crypto/bn/bn_intern.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/bn_kron.d.tmp -MT crypto/bn/bn_kron.o -c -o crypto/bn/bn_kron.o crypto/bn/bn_kron.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/bn_lib.d.tmp -MT crypto/bn/bn_lib.o -c -o crypto/bn/bn_lib.o crypto/bn/bn_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/bn_mod.d.tmp -MT crypto/bn/bn_mod.o -c -o crypto/bn/bn_mod.o crypto/bn/bn_mod.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/bn_mont.d.tmp -MT crypto/bn/bn_mont.o -c -o crypto/bn/bn_mont.o crypto/bn/bn_mont.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/bn_mpi.d.tmp -MT crypto/bn/bn_mpi.o -c -o crypto/bn/bn_mpi.o crypto/bn/bn_mpi.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/bn_mul.d.tmp -MT crypto/bn/bn_mul.o -c -o crypto/bn/bn_mul.o crypto/bn/bn_mul.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/bn_nist.d.tmp -MT crypto/bn/bn_nist.o -c -o crypto/bn/bn_nist.o crypto/bn/bn_nist.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/bn_prime.d.tmp -MT crypto/bn/bn_prime.o -c -o crypto/bn/bn_prime.o crypto/bn/bn_prime.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/bn_print.d.tmp -MT crypto/bn/bn_print.o -c -o crypto/bn/bn_print.o crypto/bn/bn_print.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/bn_rand.d.tmp -MT crypto/bn/bn_rand.o -c -o crypto/bn/bn_rand.o crypto/bn/bn_rand.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/bn_recp.d.tmp -MT crypto/bn/bn_recp.o -c -o crypto/bn/bn_recp.o crypto/bn/bn_recp.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/bn_shift.d.tmp -MT crypto/bn/bn_shift.o -c -o crypto/bn/bn_shift.o crypto/bn/bn_shift.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/bn_sqr.d.tmp -MT crypto/bn/bn_sqr.o -c -o crypto/bn/bn_sqr.o crypto/bn/bn_sqr.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/bn_sqrt.d.tmp -MT crypto/bn/bn_sqrt.o -c -o crypto/bn/bn_sqrt.o crypto/bn/bn_sqrt.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/bn_srp.d.tmp -MT crypto/bn/bn_srp.o -c -o crypto/bn/bn_srp.o crypto/bn/bn_srp.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/bn_word.d.tmp -MT crypto/bn/bn_word.o -c -o crypto/bn/bn_word.o crypto/bn/bn_word.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/bn_x931p.d.tmp -MT crypto/bn/bn_x931p.o -c -o crypto/bn/bn_x931p.o crypto/bn/bn_x931p.c
CC="x86_64-w64-mingw32-gcc" /usr/bin/perl crypto/bn/asm/rsaz-avx2.pl mingw64 crypto/bn/rsaz-avx2.s
CC="x86_64-w64-mingw32-gcc" /usr/bin/perl crypto/bn/asm/rsaz-x86_64.pl mingw64 crypto/bn/rsaz-x86_64.s
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/bn/rsaz_exp.d.tmp -MT crypto/bn/rsaz_exp.o -c -o crypto/bn/rsaz_exp.o crypto/bn/rsaz_exp.c
CC="x86_64-w64-mingw32-gcc" /usr/bin/perl crypto/bn/asm/x86_64-gf2m.pl mingw64 crypto/bn/x86_64-gf2m.s
CC="x86_64-w64-mingw32-gcc" /usr/bin/perl crypto/bn/asm/x86_64-mont.pl mingw64 crypto/bn/x86_64-mont.s
CC="x86_64-w64-mingw32-gcc" /usr/bin/perl crypto/bn/asm/x86_64-mont5.pl mingw64 crypto/bn/x86_64-mont5.s
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/buffer/buf_err.d.tmp -MT crypto/buffer/buf_err.o -c -o crypto/buffer/buf_err.o crypto/buffer/buf_err.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/buffer/buffer.d.tmp -MT crypto/buffer/buffer.o -c -o crypto/buffer/buffer.o crypto/buffer/buffer.c
CC="x86_64-w64-mingw32-gcc" /usr/bin/perl crypto/chacha/asm/chacha-x86_64.pl mingw64 crypto/chacha/chacha-x86_64.s
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/cms/cms_asn1.d.tmp -MT crypto/cms/cms_asn1.o -c -o crypto/cms/cms_asn1.o crypto/cms/cms_asn1.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/cms/cms_att.d.tmp -MT crypto/cms/cms_att.o -c -o crypto/cms/cms_att.o crypto/cms/cms_att.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/cms/cms_cd.d.tmp -MT crypto/cms/cms_cd.o -c -o crypto/cms/cms_cd.o crypto/cms/cms_cd.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/cms/cms_dd.d.tmp -MT crypto/cms/cms_dd.o -c -o crypto/cms/cms_dd.o crypto/cms/cms_dd.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/cms/cms_enc.d.tmp -MT crypto/cms/cms_enc.o -c -o crypto/cms/cms_enc.o crypto/cms/cms_enc.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/cms/cms_env.d.tmp -MT crypto/cms/cms_env.o -c -o crypto/cms/cms_env.o crypto/cms/cms_env.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/cms/cms_err.d.tmp -MT crypto/cms/cms_err.o -c -o crypto/cms/cms_err.o crypto/cms/cms_err.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/cms/cms_ess.d.tmp -MT crypto/cms/cms_ess.o -c -o crypto/cms/cms_ess.o crypto/cms/cms_ess.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/cms/cms_io.d.tmp -MT crypto/cms/cms_io.o -c -o crypto/cms/cms_io.o crypto/cms/cms_io.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/cms/cms_kari.d.tmp -MT crypto/cms/cms_kari.o -c -o crypto/cms/cms_kari.o crypto/cms/cms_kari.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/cms/cms_lib.d.tmp -MT crypto/cms/cms_lib.o -c -o crypto/cms/cms_lib.o crypto/cms/cms_lib.c
apps/s_socket.c: In function 'init_client':
apps/s_socket.c:126:25: warning: overflow in conversion from 'long long unsigned int' to 'int' changes value from '18446744073709551615' to '-1' [-Woverflow]
  126 |                 *sock = INVALID_SOCKET;
      |                         ^~~~~~~~~~~~~~
apps/s_socket.c:152:21: warning: overflow in conversion from 'long long unsigned int' to 'int' changes value from '18446744073709551615' to '-1' [-Woverflow]
  152 |             *sock = INVALID_SOCKET;
      |                     ^~~~~~~~~~~~~~
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/cms/cms_pwri.d.tmp -MT crypto/cms/cms_pwri.o -c -o crypto/cms/cms_pwri.o crypto/cms/cms_pwri.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/cms/cms_sd.d.tmp -MT crypto/cms/cms_sd.o -c -o crypto/cms/cms_sd.o crypto/cms/cms_sd.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/cms/cms_smime.d.tmp -MT crypto/cms/cms_smime.o -c -o crypto/cms/cms_smime.o crypto/cms/cms_smime.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/comp/c_zlib.d.tmp -MT crypto/comp/c_zlib.o -c -o crypto/comp/c_zlib.o crypto/comp/c_zlib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/comp/comp_err.d.tmp -MT crypto/comp/comp_err.o -c -o crypto/comp/comp_err.o crypto/comp/comp_err.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/comp/comp_lib.d.tmp -MT crypto/comp/comp_lib.o -c -o crypto/comp/comp_lib.o crypto/comp/comp_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/conf/conf_api.d.tmp -MT crypto/conf/conf_api.o -c -o crypto/conf/conf_api.o crypto/conf/conf_api.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/conf/conf_def.d.tmp -MT crypto/conf/conf_def.o -c -o crypto/conf/conf_def.o crypto/conf/conf_def.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/conf/conf_err.d.tmp -MT crypto/conf/conf_err.o -c -o crypto/conf/conf_err.o crypto/conf/conf_err.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/conf/conf_lib.d.tmp -MT crypto/conf/conf_lib.o -c -o crypto/conf/conf_lib.o crypto/conf/conf_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/conf/conf_mall.d.tmp -MT crypto/conf/conf_mall.o -c -o crypto/conf/conf_mall.o crypto/conf/conf_mall.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/conf/conf_mod.d.tmp -MT crypto/conf/conf_mod.o -c -o crypto/conf/conf_mod.o crypto/conf/conf_mod.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/conf/conf_sap.d.tmp -MT crypto/conf/conf_sap.o -c -o crypto/conf/conf_sap.o crypto/conf/conf_sap.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/conf/conf_ssl.d.tmp -MT crypto/conf/conf_ssl.o -c -o crypto/conf/conf_ssl.o crypto/conf/conf_ssl.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/cpt_err.d.tmp -MT crypto/cpt_err.o -c -o crypto/cpt_err.o crypto/cpt_err.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/cryptlib.d.tmp -MT crypto/cryptlib.o -c -o crypto/cryptlib.o crypto/cryptlib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ct/ct_b64.d.tmp -MT crypto/ct/ct_b64.o -c -o crypto/ct/ct_b64.o crypto/ct/ct_b64.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ct/ct_err.d.tmp -MT crypto/ct/ct_err.o -c -o crypto/ct/ct_err.o crypto/ct/ct_err.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ct/ct_log.d.tmp -MT crypto/ct/ct_log.o -c -o crypto/ct/ct_log.o crypto/ct/ct_log.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ct/ct_oct.d.tmp -MT crypto/ct/ct_oct.o -c -o crypto/ct/ct_oct.o crypto/ct/ct_oct.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ct/ct_policy.d.tmp -MT crypto/ct/ct_policy.o -c -o crypto/ct/ct_policy.o crypto/ct/ct_policy.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ct/ct_prn.d.tmp -MT crypto/ct/ct_prn.o -c -o crypto/ct/ct_prn.o crypto/ct/ct_prn.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ct/ct_sct.d.tmp -MT crypto/ct/ct_sct.o -c -o crypto/ct/ct_sct.o crypto/ct/ct_sct.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ct/ct_sct_ctx.d.tmp -MT crypto/ct/ct_sct_ctx.o -c -o crypto/ct/ct_sct_ctx.o crypto/ct/ct_sct_ctx.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ct/ct_vfy.d.tmp -MT crypto/ct/ct_vfy.o -c -o crypto/ct/ct_vfy.o crypto/ct/ct_vfy.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ct/ct_x509v3.d.tmp -MT crypto/ct/ct_x509v3.o -c -o crypto/ct/ct_x509v3.o crypto/ct/ct_x509v3.c
crypto/bio/b_sock.c: In function 'BIO_get_accept_socket':
crypto/bio/b_sock.c:202:13: warning: overflow in conversion from 'long long unsigned int' to 'int' changes value from '18446744073709551615' to '-1' [-Woverflow]
  202 |     int s = INVALID_SOCKET;
      |             ^~~~~~~~~~~~~~
crypto/bio/b_sock.c:207:16: warning: overflow in conversion from 'long long unsigned int' to 'int' changes value from '18446744073709551615' to '-1' [-Woverflow]
  207 |         return INVALID_SOCKET;
      |                ^~~~~~~~~~~~~~
crypto/bio/b_sock.c:210:16: warning: overflow in conversion from 'long long unsigned int' to 'int' changes value from '18446744073709551615' to '-1' [-Woverflow]
  210 |         return INVALID_SOCKET;
      |                ^~~~~~~~~~~~~~
crypto/bio/b_sock.c:217:13: warning: overflow in conversion from 'long long unsigned int' to 'int' changes value from '18446744073709551615' to '-1' [-Woverflow]
  217 |         s = INVALID_SOCKET;
      |             ^~~~~~~~~~~~~~
crypto/bio/b_sock.c:224:13: warning: overflow in conversion from 'long long unsigned int' to 'int' changes value from '18446744073709551615' to '-1' [-Woverflow]
  224 |         s = INVALID_SOCKET;
      |             ^~~~~~~~~~~~~~
crypto/bio/b_sock2.c: In function 'BIO_socket':
crypto/bio/b_sock2.c:45:16: warning: overflow in conversion from 'long long unsigned int' to 'int' changes value from '18446744073709551615' to '-1' [-Woverflow]
   45 |         return INVALID_SOCKET;
      |                ^~~~~~~~~~~~~~
crypto/bio/b_sock2.c:51:16: warning: overflow in conversion from 'long long unsigned int' to 'int' changes value from '18446744073709551615' to '-1' [-Woverflow]
   51 |         return INVALID_SOCKET;
      |                ^~~~~~~~~~~~~~
crypto/bio/b_sock2.c: In function 'BIO_accept_ex':
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:302:16: warning: overflow in conversion from 'long long unsigned int' to 'int' changes value from '18446744073709551615' to '-1' [-Woverflow]
  302 |         return INVALID_SOCKET;
      |                ^~~~~~~~~~~~~~
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ctype.d.tmp -MT crypto/ctype.o -c -o crypto/ctype.o crypto/ctype.c
/usr/bin/perl util/mkbuildinf.pl "x86_64-w64-mingw32-gcc -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG" "mingw64" > crypto/buildinf.h
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/dh/dh_ameth.d.tmp -MT crypto/dh/dh_ameth.o -c -o crypto/dh/dh_ameth.o crypto/dh/dh_ameth.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/dh/dh_asn1.d.tmp -MT crypto/dh/dh_asn1.o -c -o crypto/dh/dh_asn1.o crypto/dh/dh_asn1.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/dh/dh_check.d.tmp -MT crypto/dh/dh_check.o -c -o crypto/dh/dh_check.o crypto/dh/dh_check.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/dh/dh_depr.d.tmp -MT crypto/dh/dh_depr.o -c -o crypto/dh/dh_depr.o crypto/dh/dh_depr.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/dh/dh_err.d.tmp -MT crypto/dh/dh_err.o -c -o crypto/dh/dh_err.o crypto/dh/dh_err.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/dh/dh_gen.d.tmp -MT crypto/dh/dh_gen.o -c -o crypto/dh/dh_gen.o crypto/dh/dh_gen.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/dh/dh_kdf.d.tmp -MT crypto/dh/dh_kdf.o -c -o crypto/dh/dh_kdf.o crypto/dh/dh_kdf.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/dh/dh_key.d.tmp -MT crypto/dh/dh_key.o -c -o crypto/dh/dh_key.o crypto/dh/dh_key.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/dh/dh_lib.d.tmp -MT crypto/dh/dh_lib.o -c -o crypto/dh/dh_lib.o crypto/dh/dh_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/dh/dh_meth.d.tmp -MT crypto/dh/dh_meth.o -c -o crypto/dh/dh_meth.o crypto/dh/dh_meth.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/dh/dh_pmeth.d.tmp -MT crypto/dh/dh_pmeth.o -c -o crypto/dh/dh_pmeth.o crypto/dh/dh_pmeth.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/dh/dh_prn.d.tmp -MT crypto/dh/dh_prn.o -c -o crypto/dh/dh_prn.o crypto/dh/dh_prn.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/dh/dh_rfc5114.d.tmp -MT crypto/dh/dh_rfc5114.o -c -o crypto/dh/dh_rfc5114.o crypto/dh/dh_rfc5114.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/dh/dh_rfc7919.d.tmp -MT crypto/dh/dh_rfc7919.o -c -o crypto/dh/dh_rfc7919.o crypto/dh/dh_rfc7919.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/dso/dso_dl.d.tmp -MT crypto/dso/dso_dl.o -c -o crypto/dso/dso_dl.o crypto/dso/dso_dl.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/dso/dso_dlfcn.d.tmp -MT crypto/dso/dso_dlfcn.o -c -o crypto/dso/dso_dlfcn.o crypto/dso/dso_dlfcn.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/dso/dso_err.d.tmp -MT crypto/dso/dso_err.o -c -o crypto/dso/dso_err.o crypto/dso/dso_err.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/dso/dso_lib.d.tmp -MT crypto/dso/dso_lib.o -c -o crypto/dso/dso_lib.o crypto/dso/dso_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/dso/dso_openssl.d.tmp -MT crypto/dso/dso_openssl.o -c -o crypto/dso/dso_openssl.o crypto/dso/dso_openssl.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/dso/dso_vms.d.tmp -MT crypto/dso/dso_vms.o -c -o crypto/dso/dso_vms.o crypto/dso/dso_vms.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/dso/dso_win32.d.tmp -MT crypto/dso/dso_win32.o -c -o crypto/dso/dso_win32.o crypto/dso/dso_win32.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ebcdic.d.tmp -MT crypto/ebcdic.o -c -o crypto/ebcdic.o crypto/ebcdic.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/curve25519.d.tmp -MT crypto/ec/curve25519.o -c -o crypto/ec/curve25519.o crypto/ec/curve25519.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/curve448/arch_32/f_impl.d.tmp -MT crypto/ec/curve448/arch_32/f_impl.o -c -o crypto/ec/curve448/arch_32/f_impl.o crypto/ec/curve448/arch_32/f_impl.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/curve448/curve448.d.tmp -MT crypto/ec/curve448/curve448.o -c -o crypto/ec/curve448/curve448.o crypto/ec/curve448/curve448.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/curve448/curve448_tables.d.tmp -MT crypto/ec/curve448/curve448_tables.o -c -o crypto/ec/curve448/curve448_tables.o crypto/ec/curve448/curve448_tables.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/curve448/eddsa.d.tmp -MT crypto/ec/curve448/eddsa.o -c -o crypto/ec/curve448/eddsa.o crypto/ec/curve448/eddsa.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/curve448/f_generic.d.tmp -MT crypto/ec/curve448/f_generic.o -c -o crypto/ec/curve448/f_generic.o crypto/ec/curve448/f_generic.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/curve448/scalar.d.tmp -MT crypto/ec/curve448/scalar.o -c -o crypto/ec/curve448/scalar.o crypto/ec/curve448/scalar.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/ec2_oct.d.tmp -MT crypto/ec/ec2_oct.o -c -o crypto/ec/ec2_oct.o crypto/ec/ec2_oct.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/ec2_smpl.d.tmp -MT crypto/ec/ec2_smpl.o -c -o crypto/ec/ec2_smpl.o crypto/ec/ec2_smpl.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/ec_ameth.d.tmp -MT crypto/ec/ec_ameth.o -c -o crypto/ec/ec_ameth.o crypto/ec/ec_ameth.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/ec_asn1.d.tmp -MT crypto/ec/ec_asn1.o -c -o crypto/ec/ec_asn1.o crypto/ec/ec_asn1.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/ec_check.d.tmp -MT crypto/ec/ec_check.o -c -o crypto/ec/ec_check.o crypto/ec/ec_check.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/ec_curve.d.tmp -MT crypto/ec/ec_curve.o -c -o crypto/ec/ec_curve.o crypto/ec/ec_curve.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/ec_cvt.d.tmp -MT crypto/ec/ec_cvt.o -c -o crypto/ec/ec_cvt.o crypto/ec/ec_cvt.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/ec_err.d.tmp -MT crypto/ec/ec_err.o -c -o crypto/ec/ec_err.o crypto/ec/ec_err.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/ec_key.d.tmp -MT crypto/ec/ec_key.o -c -o crypto/ec/ec_key.o crypto/ec/ec_key.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/ec_kmeth.d.tmp -MT crypto/ec/ec_kmeth.o -c -o crypto/ec/ec_kmeth.o crypto/ec/ec_kmeth.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/ec_lib.d.tmp -MT crypto/ec/ec_lib.o -c -o crypto/ec/ec_lib.o crypto/ec/ec_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/ec_mult.d.tmp -MT crypto/ec/ec_mult.o -c -o crypto/ec/ec_mult.o crypto/ec/ec_mult.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/ec_oct.d.tmp -MT crypto/ec/ec_oct.o -c -o crypto/ec/ec_oct.o crypto/ec/ec_oct.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/ec_pmeth.d.tmp -MT crypto/ec/ec_pmeth.o -c -o crypto/ec/ec_pmeth.o crypto/ec/ec_pmeth.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/ec_print.d.tmp -MT crypto/ec/ec_print.o -c -o crypto/ec/ec_print.o crypto/ec/ec_print.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/ecdh_kdf.d.tmp -MT crypto/ec/ecdh_kdf.o -c -o crypto/ec/ecdh_kdf.o crypto/ec/ecdh_kdf.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/ecdh_ossl.d.tmp -MT crypto/ec/ecdh_ossl.o -c -o crypto/ec/ecdh_ossl.o crypto/ec/ecdh_ossl.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/ecdsa_ossl.d.tmp -MT crypto/ec/ecdsa_ossl.o -c -o crypto/ec/ecdsa_ossl.o crypto/ec/ecdsa_ossl.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/ecdsa_sign.d.tmp -MT crypto/ec/ecdsa_sign.o -c -o crypto/ec/ecdsa_sign.o crypto/ec/ecdsa_sign.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/ecdsa_vrf.d.tmp -MT crypto/ec/ecdsa_vrf.o -c -o crypto/ec/ecdsa_vrf.o crypto/ec/ecdsa_vrf.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/eck_prn.d.tmp -MT crypto/ec/eck_prn.o -c -o crypto/ec/eck_prn.o crypto/ec/eck_prn.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/ecp_mont.d.tmp -MT crypto/ec/ecp_mont.o -c -o crypto/ec/ecp_mont.o crypto/ec/ecp_mont.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/ecp_nist.d.tmp -MT crypto/ec/ecp_nist.o -c -o crypto/ec/ecp_nist.o crypto/ec/ecp_nist.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/ecp_nistp224.d.tmp -MT crypto/ec/ecp_nistp224.o -c -o crypto/ec/ecp_nistp224.o crypto/ec/ecp_nistp224.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/ecp_nistp256.d.tmp -MT crypto/ec/ecp_nistp256.o -c -o crypto/ec/ecp_nistp256.o crypto/ec/ecp_nistp256.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/ecp_nistp521.d.tmp -MT crypto/ec/ecp_nistp521.o -c -o crypto/ec/ecp_nistp521.o crypto/ec/ecp_nistp521.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/ecp_nistputil.d.tmp -MT crypto/ec/ecp_nistputil.o -c -o crypto/ec/ecp_nistputil.o crypto/ec/ecp_nistputil.c
CC="x86_64-w64-mingw32-gcc" /usr/bin/perl crypto/ec/asm/ecp_nistz256-x86_64.pl mingw64 crypto/ec/ecp_nistz256-x86_64.s
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/ecp_nistz256.d.tmp -MT crypto/ec/ecp_nistz256.o -c -o crypto/ec/ecp_nistz256.o crypto/ec/ecp_nistz256.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/ecp_oct.d.tmp -MT crypto/ec/ecp_oct.o -c -o crypto/ec/ecp_oct.o crypto/ec/ecp_oct.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/ecp_smpl.d.tmp -MT crypto/ec/ecp_smpl.o -c -o crypto/ec/ecp_smpl.o crypto/ec/ecp_smpl.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ec/ecx_meth.d.tmp -MT crypto/ec/ecx_meth.o -c -o crypto/ec/ecx_meth.o crypto/ec/ecx_meth.c
CC="x86_64-w64-mingw32-gcc" /usr/bin/perl crypto/ec/asm/x25519-x86_64.pl mingw64 crypto/ec/x25519-x86_64.s
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/engine/eng_all.d.tmp -MT crypto/engine/eng_all.o -c -o crypto/engine/eng_all.o crypto/engine/eng_all.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/engine/eng_cnf.d.tmp -MT crypto/engine/eng_cnf.o -c -o crypto/engine/eng_cnf.o crypto/engine/eng_cnf.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/engine/eng_ctrl.d.tmp -MT crypto/engine/eng_ctrl.o -c -o crypto/engine/eng_ctrl.o crypto/engine/eng_ctrl.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/engine/eng_dyn.d.tmp -MT crypto/engine/eng_dyn.o -c -o crypto/engine/eng_dyn.o crypto/engine/eng_dyn.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/engine/eng_err.d.tmp -MT crypto/engine/eng_err.o -c -o crypto/engine/eng_err.o crypto/engine/eng_err.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/engine/eng_fat.d.tmp -MT crypto/engine/eng_fat.o -c -o crypto/engine/eng_fat.o crypto/engine/eng_fat.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/engine/eng_init.d.tmp -MT crypto/engine/eng_init.o -c -o crypto/engine/eng_init.o crypto/engine/eng_init.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/engine/eng_lib.d.tmp -MT crypto/engine/eng_lib.o -c -o crypto/engine/eng_lib.o crypto/engine/eng_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/engine/eng_list.d.tmp -MT crypto/engine/eng_list.o -c -o crypto/engine/eng_list.o crypto/engine/eng_list.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/engine/eng_openssl.d.tmp -MT crypto/engine/eng_openssl.o -c -o crypto/engine/eng_openssl.o crypto/engine/eng_openssl.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/engine/eng_pkey.d.tmp -MT crypto/engine/eng_pkey.o -c -o crypto/engine/eng_pkey.o crypto/engine/eng_pkey.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/engine/eng_rdrand.d.tmp -MT crypto/engine/eng_rdrand.o -c -o crypto/engine/eng_rdrand.o crypto/engine/eng_rdrand.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/engine/eng_table.d.tmp -MT crypto/engine/eng_table.o -c -o crypto/engine/eng_table.o crypto/engine/eng_table.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/engine/tb_asnmth.d.tmp -MT crypto/engine/tb_asnmth.o -c -o crypto/engine/tb_asnmth.o crypto/engine/tb_asnmth.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/engine/tb_cipher.d.tmp -MT crypto/engine/tb_cipher.o -c -o crypto/engine/tb_cipher.o crypto/engine/tb_cipher.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/engine/tb_dh.d.tmp -MT crypto/engine/tb_dh.o -c -o crypto/engine/tb_dh.o crypto/engine/tb_dh.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/engine/tb_digest.d.tmp -MT crypto/engine/tb_digest.o -c -o crypto/engine/tb_digest.o crypto/engine/tb_digest.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/engine/tb_dsa.d.tmp -MT crypto/engine/tb_dsa.o -c -o crypto/engine/tb_dsa.o crypto/engine/tb_dsa.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/engine/tb_eckey.d.tmp -MT crypto/engine/tb_eckey.o -c -o crypto/engine/tb_eckey.o crypto/engine/tb_eckey.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/engine/tb_pkmeth.d.tmp -MT crypto/engine/tb_pkmeth.o -c -o crypto/engine/tb_pkmeth.o crypto/engine/tb_pkmeth.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/engine/tb_rand.d.tmp -MT crypto/engine/tb_rand.o -c -o crypto/engine/tb_rand.o crypto/engine/tb_rand.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/engine/tb_rsa.d.tmp -MT crypto/engine/tb_rsa.o -c -o crypto/engine/tb_rsa.o crypto/engine/tb_rsa.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/err/err.d.tmp -MT crypto/err/err.o -c -o crypto/err/err.o crypto/err/err.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/err/err_all.d.tmp -MT crypto/err/err_all.o -c -o crypto/err/err_all.o crypto/err/err_all.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/err/err_prn.d.tmp -MT crypto/err/err_prn.o -c -o crypto/err/err_prn.o crypto/err/err_prn.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/bio_b64.d.tmp -MT crypto/evp/bio_b64.o -c -o crypto/evp/bio_b64.o crypto/evp/bio_b64.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/bio_enc.d.tmp -MT crypto/evp/bio_enc.o -c -o crypto/evp/bio_enc.o crypto/evp/bio_enc.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/bio_md.d.tmp -MT crypto/evp/bio_md.o -c -o crypto/evp/bio_md.o crypto/evp/bio_md.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/bio_ok.d.tmp -MT crypto/evp/bio_ok.o -c -o crypto/evp/bio_ok.o crypto/evp/bio_ok.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/c_allc.d.tmp -MT crypto/evp/c_allc.o -c -o crypto/evp/c_allc.o crypto/evp/c_allc.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/c_alld.d.tmp -MT crypto/evp/c_alld.o -c -o crypto/evp/c_alld.o crypto/evp/c_alld.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/cmeth_lib.d.tmp -MT crypto/evp/cmeth_lib.o -c -o crypto/evp/cmeth_lib.o crypto/evp/cmeth_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/digest.d.tmp -MT crypto/evp/digest.o -c -o crypto/evp/digest.o crypto/evp/digest.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Icrypto -Icrypto/modes -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/e_aes.d.tmp -MT crypto/evp/e_aes.o -c -o crypto/evp/e_aes.o crypto/evp/e_aes.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Icrypto/modes -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/e_aes_cbc_hmac_sha1.d.tmp -MT crypto/evp/e_aes_cbc_hmac_sha1.o -c -o crypto/evp/e_aes_cbc_hmac_sha1.o crypto/evp/e_aes_cbc_hmac_sha1.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Icrypto/modes -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/e_aes_cbc_hmac_sha256.d.tmp -MT crypto/evp/e_aes_cbc_hmac_sha256.o -c -o crypto/evp/e_aes_cbc_hmac_sha256.o crypto/evp/e_aes_cbc_hmac_sha256.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Icrypto -Icrypto/modes -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/e_aria.d.tmp -MT crypto/evp/e_aria.o -c -o crypto/evp/e_aria.o crypto/evp/e_aria.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/e_bf.d.tmp -MT crypto/evp/e_bf.o -c -o crypto/evp/e_bf.o crypto/evp/e_bf.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Icrypto -Icrypto/modes -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/e_camellia.d.tmp -MT crypto/evp/e_camellia.o -c -o crypto/evp/e_camellia.o crypto/evp/e_camellia.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/e_cast.d.tmp -MT crypto/evp/e_cast.o -c -o crypto/evp/e_cast.o crypto/evp/e_cast.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/e_chacha20_poly1305.d.tmp -MT crypto/evp/e_chacha20_poly1305.o -c -o crypto/evp/e_chacha20_poly1305.o crypto/evp/e_chacha20_poly1305.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Icrypto -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/e_des.d.tmp -MT crypto/evp/e_des.o -c -o crypto/evp/e_des.o crypto/evp/e_des.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Icrypto -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/e_des3.d.tmp -MT crypto/evp/e_des3.o -c -o crypto/evp/e_des3.o crypto/evp/e_des3.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/e_idea.d.tmp -MT crypto/evp/e_idea.o -c -o crypto/evp/e_idea.o crypto/evp/e_idea.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/e_null.d.tmp -MT crypto/evp/e_null.o -c -o crypto/evp/e_null.o crypto/evp/e_null.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/e_old.d.tmp -MT crypto/evp/e_old.o -c -o crypto/evp/e_old.o crypto/evp/e_old.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/e_rc2.d.tmp -MT crypto/evp/e_rc2.o -c -o crypto/evp/e_rc2.o crypto/evp/e_rc2.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/e_rc4.d.tmp -MT crypto/evp/e_rc4.o -c -o crypto/evp/e_rc4.o crypto/evp/e_rc4.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/e_rc4_hmac_md5.d.tmp -MT crypto/evp/e_rc4_hmac_md5.o -c -o crypto/evp/e_rc4_hmac_md5.o crypto/evp/e_rc4_hmac_md5.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/e_rc5.d.tmp -MT crypto/evp/e_rc5.o -c -o crypto/evp/e_rc5.o crypto/evp/e_rc5.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/e_seed.d.tmp -MT crypto/evp/e_seed.o -c -o crypto/evp/e_seed.o crypto/evp/e_seed.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Icrypto -Icrypto/modes -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/e_sm4.d.tmp -MT crypto/evp/e_sm4.o -c -o crypto/evp/e_sm4.o crypto/evp/e_sm4.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/e_xcbc_d.d.tmp -MT crypto/evp/e_xcbc_d.o -c -o crypto/evp/e_xcbc_d.o crypto/evp/e_xcbc_d.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/encode.d.tmp -MT crypto/evp/encode.o -c -o crypto/evp/encode.o crypto/evp/encode.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/evp_cnf.d.tmp -MT crypto/evp/evp_cnf.o -c -o crypto/evp/evp_cnf.o crypto/evp/evp_cnf.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/evp_enc.d.tmp -MT crypto/evp/evp_enc.o -c -o crypto/evp/evp_enc.o crypto/evp/evp_enc.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/evp_err.d.tmp -MT crypto/evp/evp_err.o -c -o crypto/evp/evp_err.o crypto/evp/evp_err.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/evp_key.d.tmp -MT crypto/evp/evp_key.o -c -o crypto/evp/evp_key.o crypto/evp/evp_key.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/evp_lib.d.tmp -MT crypto/evp/evp_lib.o -c -o crypto/evp/evp_lib.o crypto/evp/evp_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/evp_pbe.d.tmp -MT crypto/evp/evp_pbe.o -c -o crypto/evp/evp_pbe.o crypto/evp/evp_pbe.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/evp_pkey.d.tmp -MT crypto/evp/evp_pkey.o -c -o crypto/evp/evp_pkey.o crypto/evp/evp_pkey.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/m_md2.d.tmp -MT crypto/evp/m_md2.o -c -o crypto/evp/m_md2.o crypto/evp/m_md2.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/m_md4.d.tmp -MT crypto/evp/m_md4.o -c -o crypto/evp/m_md4.o crypto/evp/m_md4.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/m_md5.d.tmp -MT crypto/evp/m_md5.o -c -o crypto/evp/m_md5.o crypto/evp/m_md5.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/m_md5_sha1.d.tmp -MT crypto/evp/m_md5_sha1.o -c -o crypto/evp/m_md5_sha1.o crypto/evp/m_md5_sha1.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/m_mdc2.d.tmp -MT crypto/evp/m_mdc2.o -c -o crypto/evp/m_mdc2.o crypto/evp/m_mdc2.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/m_null.d.tmp -MT crypto/evp/m_null.o -c -o crypto/evp/m_null.o crypto/evp/m_null.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/m_ripemd.d.tmp -MT crypto/evp/m_ripemd.o -c -o crypto/evp/m_ripemd.o crypto/evp/m_ripemd.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/m_sha1.d.tmp -MT crypto/evp/m_sha1.o -c -o crypto/evp/m_sha1.o crypto/evp/m_sha1.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Icrypto -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/m_sha3.d.tmp -MT crypto/evp/m_sha3.o -c -o crypto/evp/m_sha3.o crypto/evp/m_sha3.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/m_sigver.d.tmp -MT crypto/evp/m_sigver.o -c -o crypto/evp/m_sigver.o crypto/evp/m_sigver.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/m_wp.d.tmp -MT crypto/evp/m_wp.o -c -o crypto/evp/m_wp.o crypto/evp/m_wp.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/names.d.tmp -MT crypto/evp/names.o -c -o crypto/evp/names.o crypto/evp/names.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/p5_crpt.d.tmp -MT crypto/evp/p5_crpt.o -c -o crypto/evp/p5_crpt.o crypto/evp/p5_crpt.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/p5_crpt2.d.tmp -MT crypto/evp/p5_crpt2.o -c -o crypto/evp/p5_crpt2.o crypto/evp/p5_crpt2.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/p_dec.d.tmp -MT crypto/evp/p_dec.o -c -o crypto/evp/p_dec.o crypto/evp/p_dec.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/p_enc.d.tmp -MT crypto/evp/p_enc.o -c -o crypto/evp/p_enc.o crypto/evp/p_enc.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/p_lib.d.tmp -MT crypto/evp/p_lib.o -c -o crypto/evp/p_lib.o crypto/evp/p_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/p_open.d.tmp -MT crypto/evp/p_open.o -c -o crypto/evp/p_open.o crypto/evp/p_open.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/p_seal.d.tmp -MT crypto/evp/p_seal.o -c -o crypto/evp/p_seal.o crypto/evp/p_seal.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/p_sign.d.tmp -MT crypto/evp/p_sign.o -c -o crypto/evp/p_sign.o crypto/evp/p_sign.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/p_verify.d.tmp -MT crypto/evp/p_verify.o -c -o crypto/evp/p_verify.o crypto/evp/p_verify.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/pbe_scrypt.d.tmp -MT crypto/evp/pbe_scrypt.o -c -o crypto/evp/pbe_scrypt.o crypto/evp/pbe_scrypt.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/pmeth_fn.d.tmp -MT crypto/evp/pmeth_fn.o -c -o crypto/evp/pmeth_fn.o crypto/evp/pmeth_fn.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/pmeth_gn.d.tmp -MT crypto/evp/pmeth_gn.o -c -o crypto/evp/pmeth_gn.o crypto/evp/pmeth_gn.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/evp/pmeth_lib.d.tmp -MT crypto/evp/pmeth_lib.o -c -o crypto/evp/pmeth_lib.o crypto/evp/pmeth_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ex_data.d.tmp -MT crypto/ex_data.o -c -o crypto/ex_data.o crypto/ex_data.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/getenv.d.tmp -MT crypto/getenv.o -c -o crypto/getenv.o crypto/getenv.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/hmac/hm_ameth.d.tmp -MT crypto/hmac/hm_ameth.o -c -o crypto/hmac/hm_ameth.o crypto/hmac/hm_ameth.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/hmac/hm_pmeth.d.tmp -MT crypto/hmac/hm_pmeth.o -c -o crypto/hmac/hm_pmeth.o crypto/hmac/hm_pmeth.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/hmac/hmac.d.tmp -MT crypto/hmac/hmac.o -c -o crypto/hmac/hmac.o crypto/hmac/hmac.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/init.d.tmp -MT crypto/init.o -c -o crypto/init.o crypto/init.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/kdf/hkdf.d.tmp -MT crypto/kdf/hkdf.o -c -o crypto/kdf/hkdf.o crypto/kdf/hkdf.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/kdf/kdf_err.d.tmp -MT crypto/kdf/kdf_err.o -c -o crypto/kdf/kdf_err.o crypto/kdf/kdf_err.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/kdf/scrypt.d.tmp -MT crypto/kdf/scrypt.o -c -o crypto/kdf/scrypt.o crypto/kdf/scrypt.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/kdf/tls1_prf.d.tmp -MT crypto/kdf/tls1_prf.o -c -o crypto/kdf/tls1_prf.o crypto/kdf/tls1_prf.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/lhash/lh_stats.d.tmp -MT crypto/lhash/lh_stats.o -c -o crypto/lhash/lh_stats.o crypto/lhash/lh_stats.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/lhash/lhash.d.tmp -MT crypto/lhash/lhash.o -c -o crypto/lhash/lhash.o crypto/lhash/lhash.c
CC="x86_64-w64-mingw32-gcc" /usr/bin/perl crypto/md5/asm/md5-x86_64.pl mingw64 crypto/md5/md5-x86_64.s
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/md5/md5_dgst.d.tmp -MT crypto/md5/md5_dgst.o -c -o crypto/md5/md5_dgst.o crypto/md5/md5_dgst.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/md5/md5_one.d.tmp -MT crypto/md5/md5_one.o -c -o crypto/md5/md5_one.o crypto/md5/md5_one.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/mem.d.tmp -MT crypto/mem.o -c -o crypto/mem.o crypto/mem.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/mem_dbg.d.tmp -MT crypto/mem_dbg.o -c -o crypto/mem_dbg.o crypto/mem_dbg.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/mem_sec.d.tmp -MT crypto/mem_sec.o -c -o crypto/mem_sec.o crypto/mem_sec.c
CC="x86_64-w64-mingw32-gcc" /usr/bin/perl crypto/modes/asm/aesni-gcm-x86_64.pl mingw64 crypto/modes/aesni-gcm-x86_64.s
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/modes/cbc128.d.tmp -MT crypto/modes/cbc128.o -c -o crypto/modes/cbc128.o crypto/modes/cbc128.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/modes/ccm128.d.tmp -MT crypto/modes/ccm128.o -c -o crypto/modes/ccm128.o crypto/modes/ccm128.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/modes/cfb128.d.tmp -MT crypto/modes/cfb128.o -c -o crypto/modes/cfb128.o crypto/modes/cfb128.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/modes/ctr128.d.tmp -MT crypto/modes/ctr128.o -c -o crypto/modes/ctr128.o crypto/modes/ctr128.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/modes/cts128.d.tmp -MT crypto/modes/cts128.o -c -o crypto/modes/cts128.o crypto/modes/cts128.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Icrypto -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/modes/gcm128.d.tmp -MT crypto/modes/gcm128.o -c -o crypto/modes/gcm128.o crypto/modes/gcm128.c
CC="x86_64-w64-mingw32-gcc" /usr/bin/perl crypto/modes/asm/ghash-x86_64.pl mingw64 crypto/modes/ghash-x86_64.s
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/modes/ocb128.d.tmp -MT crypto/modes/ocb128.o -c -o crypto/modes/ocb128.o crypto/modes/ocb128.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/modes/ofb128.d.tmp -MT crypto/modes/ofb128.o -c -o crypto/modes/ofb128.o crypto/modes/ofb128.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/modes/wrap128.d.tmp -MT crypto/modes/wrap128.o -c -o crypto/modes/wrap128.o crypto/modes/wrap128.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/modes/xts128.d.tmp -MT crypto/modes/xts128.o -c -o crypto/modes/xts128.o crypto/modes/xts128.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/o_dir.d.tmp -MT crypto/o_dir.o -c -o crypto/o_dir.o crypto/o_dir.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/o_fips.d.tmp -MT crypto/o_fips.o -c -o crypto/o_fips.o crypto/o_fips.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/o_fopen.d.tmp -MT crypto/o_fopen.o -c -o crypto/o_fopen.o crypto/o_fopen.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/o_init.d.tmp -MT crypto/o_init.o -c -o crypto/o_init.o crypto/o_init.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/o_str.d.tmp -MT crypto/o_str.o -c -o crypto/o_str.o crypto/o_str.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/o_time.d.tmp -MT crypto/o_time.o -c -o crypto/o_time.o crypto/o_time.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/objects/o_names.d.tmp -MT crypto/objects/o_names.o -c -o crypto/objects/o_names.o crypto/objects/o_names.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/objects/obj_dat.d.tmp -MT crypto/objects/obj_dat.o -c -o crypto/objects/obj_dat.o crypto/objects/obj_dat.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/objects/obj_err.d.tmp -MT crypto/objects/obj_err.o -c -o crypto/objects/obj_err.o crypto/objects/obj_err.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/objects/obj_lib.d.tmp -MT crypto/objects/obj_lib.o -c -o crypto/objects/obj_lib.o crypto/objects/obj_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/objects/obj_xref.d.tmp -MT crypto/objects/obj_xref.o -c -o crypto/objects/obj_xref.o crypto/objects/obj_xref.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ocsp/ocsp_asn.d.tmp -MT crypto/ocsp/ocsp_asn.o -c -o crypto/ocsp/ocsp_asn.o crypto/ocsp/ocsp_asn.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ocsp/ocsp_cl.d.tmp -MT crypto/ocsp/ocsp_cl.o -c -o crypto/ocsp/ocsp_cl.o crypto/ocsp/ocsp_cl.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ocsp/ocsp_err.d.tmp -MT crypto/ocsp/ocsp_err.o -c -o crypto/ocsp/ocsp_err.o crypto/ocsp/ocsp_err.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ocsp/ocsp_ext.d.tmp -MT crypto/ocsp/ocsp_ext.o -c -o crypto/ocsp/ocsp_ext.o crypto/ocsp/ocsp_ext.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ocsp/ocsp_ht.d.tmp -MT crypto/ocsp/ocsp_ht.o -c -o crypto/ocsp/ocsp_ht.o crypto/ocsp/ocsp_ht.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ocsp/ocsp_lib.d.tmp -MT crypto/ocsp/ocsp_lib.o -c -o crypto/ocsp/ocsp_lib.o crypto/ocsp/ocsp_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ocsp/ocsp_prn.d.tmp -MT crypto/ocsp/ocsp_prn.o -c -o crypto/ocsp/ocsp_prn.o crypto/ocsp/ocsp_prn.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ocsp/ocsp_srv.d.tmp -MT crypto/ocsp/ocsp_srv.o -c -o crypto/ocsp/ocsp_srv.o crypto/ocsp/ocsp_srv.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ocsp/ocsp_vfy.d.tmp -MT crypto/ocsp/ocsp_vfy.o -c -o crypto/ocsp/ocsp_vfy.o crypto/ocsp/ocsp_vfy.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ocsp/v3_ocsp.d.tmp -MT crypto/ocsp/v3_ocsp.o -c -o crypto/ocsp/v3_ocsp.o crypto/ocsp/v3_ocsp.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pem/pem_all.d.tmp -MT crypto/pem/pem_all.o -c -o crypto/pem/pem_all.o crypto/pem/pem_all.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pem/pem_err.d.tmp -MT crypto/pem/pem_err.o -c -o crypto/pem/pem_err.o crypto/pem/pem_err.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pem/pem_info.d.tmp -MT crypto/pem/pem_info.o -c -o crypto/pem/pem_info.o crypto/pem/pem_info.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pem/pem_lib.d.tmp -MT crypto/pem/pem_lib.o -c -o crypto/pem/pem_lib.o crypto/pem/pem_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pem/pem_oth.d.tmp -MT crypto/pem/pem_oth.o -c -o crypto/pem/pem_oth.o crypto/pem/pem_oth.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pem/pem_pk8.d.tmp -MT crypto/pem/pem_pk8.o -c -o crypto/pem/pem_pk8.o crypto/pem/pem_pk8.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pem/pem_pkey.d.tmp -MT crypto/pem/pem_pkey.o -c -o crypto/pem/pem_pkey.o crypto/pem/pem_pkey.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pem/pem_sign.d.tmp -MT crypto/pem/pem_sign.o -c -o crypto/pem/pem_sign.o crypto/pem/pem_sign.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pem/pem_x509.d.tmp -MT crypto/pem/pem_x509.o -c -o crypto/pem/pem_x509.o crypto/pem/pem_x509.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pem/pem_xaux.d.tmp -MT crypto/pem/pem_xaux.o -c -o crypto/pem/pem_xaux.o crypto/pem/pem_xaux.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pem/pvkfmt.d.tmp -MT crypto/pem/pvkfmt.o -c -o crypto/pem/pvkfmt.o crypto/pem/pvkfmt.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pkcs12/p12_add.d.tmp -MT crypto/pkcs12/p12_add.o -c -o crypto/pkcs12/p12_add.o crypto/pkcs12/p12_add.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pkcs12/p12_asn.d.tmp -MT crypto/pkcs12/p12_asn.o -c -o crypto/pkcs12/p12_asn.o crypto/pkcs12/p12_asn.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pkcs12/p12_attr.d.tmp -MT crypto/pkcs12/p12_attr.o -c -o crypto/pkcs12/p12_attr.o crypto/pkcs12/p12_attr.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pkcs12/p12_crpt.d.tmp -MT crypto/pkcs12/p12_crpt.o -c -o crypto/pkcs12/p12_crpt.o crypto/pkcs12/p12_crpt.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pkcs12/p12_crt.d.tmp -MT crypto/pkcs12/p12_crt.o -c -o crypto/pkcs12/p12_crt.o crypto/pkcs12/p12_crt.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pkcs12/p12_decr.d.tmp -MT crypto/pkcs12/p12_decr.o -c -o crypto/pkcs12/p12_decr.o crypto/pkcs12/p12_decr.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pkcs12/p12_init.d.tmp -MT crypto/pkcs12/p12_init.o -c -o crypto/pkcs12/p12_init.o crypto/pkcs12/p12_init.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pkcs12/p12_key.d.tmp -MT crypto/pkcs12/p12_key.o -c -o crypto/pkcs12/p12_key.o crypto/pkcs12/p12_key.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pkcs12/p12_kiss.d.tmp -MT crypto/pkcs12/p12_kiss.o -c -o crypto/pkcs12/p12_kiss.o crypto/pkcs12/p12_kiss.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pkcs12/p12_mutl.d.tmp -MT crypto/pkcs12/p12_mutl.o -c -o crypto/pkcs12/p12_mutl.o crypto/pkcs12/p12_mutl.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pkcs12/p12_npas.d.tmp -MT crypto/pkcs12/p12_npas.o -c -o crypto/pkcs12/p12_npas.o crypto/pkcs12/p12_npas.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pkcs12/p12_p8d.d.tmp -MT crypto/pkcs12/p12_p8d.o -c -o crypto/pkcs12/p12_p8d.o crypto/pkcs12/p12_p8d.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pkcs12/p12_p8e.d.tmp -MT crypto/pkcs12/p12_p8e.o -c -o crypto/pkcs12/p12_p8e.o crypto/pkcs12/p12_p8e.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pkcs12/p12_sbag.d.tmp -MT crypto/pkcs12/p12_sbag.o -c -o crypto/pkcs12/p12_sbag.o crypto/pkcs12/p12_sbag.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pkcs12/p12_utl.d.tmp -MT crypto/pkcs12/p12_utl.o -c -o crypto/pkcs12/p12_utl.o crypto/pkcs12/p12_utl.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pkcs12/pk12err.d.tmp -MT crypto/pkcs12/pk12err.o -c -o crypto/pkcs12/pk12err.o crypto/pkcs12/pk12err.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pkcs7/bio_pk7.d.tmp -MT crypto/pkcs7/bio_pk7.o -c -o crypto/pkcs7/bio_pk7.o crypto/pkcs7/bio_pk7.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pkcs7/pk7_asn1.d.tmp -MT crypto/pkcs7/pk7_asn1.o -c -o crypto/pkcs7/pk7_asn1.o crypto/pkcs7/pk7_asn1.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pkcs7/pk7_attr.d.tmp -MT crypto/pkcs7/pk7_attr.o -c -o crypto/pkcs7/pk7_attr.o crypto/pkcs7/pk7_attr.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pkcs7/pk7_doit.d.tmp -MT crypto/pkcs7/pk7_doit.o -c -o crypto/pkcs7/pk7_doit.o crypto/pkcs7/pk7_doit.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pkcs7/pk7_lib.d.tmp -MT crypto/pkcs7/pk7_lib.o -c -o crypto/pkcs7/pk7_lib.o crypto/pkcs7/pk7_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pkcs7/pk7_mime.d.tmp -MT crypto/pkcs7/pk7_mime.o -c -o crypto/pkcs7/pk7_mime.o crypto/pkcs7/pk7_mime.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pkcs7/pk7_smime.d.tmp -MT crypto/pkcs7/pk7_smime.o -c -o crypto/pkcs7/pk7_smime.o crypto/pkcs7/pk7_smime.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/pkcs7/pkcs7err.d.tmp -MT crypto/pkcs7/pkcs7err.o -c -o crypto/pkcs7/pkcs7err.o crypto/pkcs7/pkcs7err.c
CC="x86_64-w64-mingw32-gcc" /usr/bin/perl crypto/poly1305/asm/poly1305-x86_64.pl mingw64 crypto/poly1305/poly1305-x86_64.s
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/poly1305/poly1305.d.tmp -MT crypto/poly1305/poly1305.o -c -o crypto/poly1305/poly1305.o crypto/poly1305/poly1305.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/poly1305/poly1305_ameth.d.tmp -MT crypto/poly1305/poly1305_ameth.o -c -o crypto/poly1305/poly1305_ameth.o crypto/poly1305/poly1305_ameth.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/poly1305/poly1305_pmeth.d.tmp -MT crypto/poly1305/poly1305_pmeth.o -c -o crypto/poly1305/poly1305_pmeth.o crypto/poly1305/poly1305_pmeth.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Icrypto/modes -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rand/drbg_ctr.d.tmp -MT crypto/rand/drbg_ctr.o -c -o crypto/rand/drbg_ctr.o crypto/rand/drbg_ctr.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rand/drbg_lib.d.tmp -MT crypto/rand/drbg_lib.o -c -o crypto/rand/drbg_lib.o crypto/rand/drbg_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rand/rand_egd.d.tmp -MT crypto/rand/rand_egd.o -c -o crypto/rand/rand_egd.o crypto/rand/rand_egd.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rand/rand_err.d.tmp -MT crypto/rand/rand_err.o -c -o crypto/rand/rand_err.o crypto/rand/rand_err.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rand/rand_lib.d.tmp -MT crypto/rand/rand_lib.o -c -o crypto/rand/rand_lib.o crypto/rand/rand_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rand/rand_unix.d.tmp -MT crypto/rand/rand_unix.o -c -o crypto/rand/rand_unix.o crypto/rand/rand_unix.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rand/rand_vms.d.tmp -MT crypto/rand/rand_vms.o -c -o crypto/rand/rand_vms.o crypto/rand/rand_vms.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rand/rand_win.d.tmp -MT crypto/rand/rand_win.o -c -o crypto/rand/rand_win.o crypto/rand/rand_win.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rand/randfile.d.tmp -MT crypto/rand/randfile.o -c -o crypto/rand/randfile.o crypto/rand/randfile.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rsa/rsa_ameth.d.tmp -MT crypto/rsa/rsa_ameth.o -c -o crypto/rsa/rsa_ameth.o crypto/rsa/rsa_ameth.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rsa/rsa_asn1.d.tmp -MT crypto/rsa/rsa_asn1.o -c -o crypto/rsa/rsa_asn1.o crypto/rsa/rsa_asn1.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rsa/rsa_chk.d.tmp -MT crypto/rsa/rsa_chk.o -c -o crypto/rsa/rsa_chk.o crypto/rsa/rsa_chk.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rsa/rsa_crpt.d.tmp -MT crypto/rsa/rsa_crpt.o -c -o crypto/rsa/rsa_crpt.o crypto/rsa/rsa_crpt.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rsa/rsa_depr.d.tmp -MT crypto/rsa/rsa_depr.o -c -o crypto/rsa/rsa_depr.o crypto/rsa/rsa_depr.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rsa/rsa_err.d.tmp -MT crypto/rsa/rsa_err.o -c -o crypto/rsa/rsa_err.o crypto/rsa/rsa_err.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rsa/rsa_gen.d.tmp -MT crypto/rsa/rsa_gen.o -c -o crypto/rsa/rsa_gen.o crypto/rsa/rsa_gen.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rsa/rsa_lib.d.tmp -MT crypto/rsa/rsa_lib.o -c -o crypto/rsa/rsa_lib.o crypto/rsa/rsa_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rsa/rsa_meth.d.tmp -MT crypto/rsa/rsa_meth.o -c -o crypto/rsa/rsa_meth.o crypto/rsa/rsa_meth.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rsa/rsa_mp.d.tmp -MT crypto/rsa/rsa_mp.o -c -o crypto/rsa/rsa_mp.o crypto/rsa/rsa_mp.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rsa/rsa_none.d.tmp -MT crypto/rsa/rsa_none.o -c -o crypto/rsa/rsa_none.o crypto/rsa/rsa_none.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rsa/rsa_oaep.d.tmp -MT crypto/rsa/rsa_oaep.o -c -o crypto/rsa/rsa_oaep.o crypto/rsa/rsa_oaep.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rsa/rsa_ossl.d.tmp -MT crypto/rsa/rsa_ossl.o -c -o crypto/rsa/rsa_ossl.o crypto/rsa/rsa_ossl.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rsa/rsa_pk1.d.tmp -MT crypto/rsa/rsa_pk1.o -c -o crypto/rsa/rsa_pk1.o crypto/rsa/rsa_pk1.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rsa/rsa_pmeth.d.tmp -MT crypto/rsa/rsa_pmeth.o -c -o crypto/rsa/rsa_pmeth.o crypto/rsa/rsa_pmeth.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rsa/rsa_prn.d.tmp -MT crypto/rsa/rsa_prn.o -c -o crypto/rsa/rsa_prn.o crypto/rsa/rsa_prn.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rsa/rsa_pss.d.tmp -MT crypto/rsa/rsa_pss.o -c -o crypto/rsa/rsa_pss.o crypto/rsa/rsa_pss.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rsa/rsa_saos.d.tmp -MT crypto/rsa/rsa_saos.o -c -o crypto/rsa/rsa_saos.o crypto/rsa/rsa_saos.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rsa/rsa_sign.d.tmp -MT crypto/rsa/rsa_sign.o -c -o crypto/rsa/rsa_sign.o crypto/rsa/rsa_sign.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rsa/rsa_ssl.d.tmp -MT crypto/rsa/rsa_ssl.o -c -o crypto/rsa/rsa_ssl.o crypto/rsa/rsa_ssl.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rsa/rsa_x931.d.tmp -MT crypto/rsa/rsa_x931.o -c -o crypto/rsa/rsa_x931.o crypto/rsa/rsa_x931.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/rsa/rsa_x931g.d.tmp -MT crypto/rsa/rsa_x931g.o -c -o crypto/rsa/rsa_x931g.o crypto/rsa/rsa_x931g.c
CC="x86_64-w64-mingw32-gcc" /usr/bin/perl crypto/sha/asm/keccak1600-x86_64.pl mingw64 crypto/sha/keccak1600-x86_64.s
CC="x86_64-w64-mingw32-gcc" /usr/bin/perl crypto/sha/asm/sha1-mb-x86_64.pl mingw64 crypto/sha/sha1-mb-x86_64.s
CC="x86_64-w64-mingw32-gcc" /usr/bin/perl crypto/sha/asm/sha1-x86_64.pl mingw64 crypto/sha/sha1-x86_64.s
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/sha/sha1_one.d.tmp -MT crypto/sha/sha1_one.o -c -o crypto/sha/sha1_one.o crypto/sha/sha1_one.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/sha/sha1dgst.d.tmp -MT crypto/sha/sha1dgst.o -c -o crypto/sha/sha1dgst.o crypto/sha/sha1dgst.c
CC="x86_64-w64-mingw32-gcc" /usr/bin/perl crypto/sha/asm/sha256-mb-x86_64.pl mingw64 crypto/sha/sha256-mb-x86_64.s
CC="x86_64-w64-mingw32-gcc" /usr/bin/perl crypto/sha/asm/sha512-x86_64.pl mingw64 crypto/sha/sha256-x86_64.s
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/sha/sha256.d.tmp -MT crypto/sha/sha256.o -c -o crypto/sha/sha256.o crypto/sha/sha256.c
CC="x86_64-w64-mingw32-gcc" /usr/bin/perl crypto/sha/asm/sha512-x86_64.pl mingw64 crypto/sha/sha512-x86_64.s
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/sha/sha512.d.tmp -MT crypto/sha/sha512.o -c -o crypto/sha/sha512.o crypto/sha/sha512.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/srp/srp_lib.d.tmp -MT crypto/srp/srp_lib.o -c -o crypto/srp/srp_lib.o crypto/srp/srp_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/srp/srp_vfy.d.tmp -MT crypto/srp/srp_vfy.o -c -o crypto/srp/srp_vfy.o crypto/srp/srp_vfy.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/stack/stack.d.tmp -MT crypto/stack/stack.o -c -o crypto/stack/stack.o crypto/stack/stack.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/store/loader_file.d.tmp -MT crypto/store/loader_file.o -c -o crypto/store/loader_file.o crypto/store/loader_file.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/store/store_err.d.tmp -MT crypto/store/store_err.o -c -o crypto/store/store_err.o crypto/store/store_err.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/store/store_init.d.tmp -MT crypto/store/store_init.o -c -o crypto/store/store_init.o crypto/store/store_init.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/store/store_lib.d.tmp -MT crypto/store/store_lib.o -c -o crypto/store/store_lib.o crypto/store/store_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/store/store_register.d.tmp -MT crypto/store/store_register.o -c -o crypto/store/store_register.o crypto/store/store_register.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/store/store_strings.d.tmp -MT crypto/store/store_strings.o -c -o crypto/store/store_strings.o crypto/store/store_strings.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/threads_none.d.tmp -MT crypto/threads_none.o -c -o crypto/threads_none.o crypto/threads_none.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/threads_pthread.d.tmp -MT crypto/threads_pthread.o -c -o crypto/threads_pthread.o crypto/threads_pthread.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/threads_win.d.tmp -MT crypto/threads_win.o -c -o crypto/threads_win.o crypto/threads_win.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ts/ts_asn1.d.tmp -MT crypto/ts/ts_asn1.o -c -o crypto/ts/ts_asn1.o crypto/ts/ts_asn1.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ts/ts_conf.d.tmp -MT crypto/ts/ts_conf.o -c -o crypto/ts/ts_conf.o crypto/ts/ts_conf.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ts/ts_err.d.tmp -MT crypto/ts/ts_err.o -c -o crypto/ts/ts_err.o crypto/ts/ts_err.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ts/ts_lib.d.tmp -MT crypto/ts/ts_lib.o -c -o crypto/ts/ts_lib.o crypto/ts/ts_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ts/ts_req_print.d.tmp -MT crypto/ts/ts_req_print.o -c -o crypto/ts/ts_req_print.o crypto/ts/ts_req_print.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ts/ts_req_utils.d.tmp -MT crypto/ts/ts_req_utils.o -c -o crypto/ts/ts_req_utils.o crypto/ts/ts_req_utils.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ts/ts_rsp_print.d.tmp -MT crypto/ts/ts_rsp_print.o -c -o crypto/ts/ts_rsp_print.o crypto/ts/ts_rsp_print.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ts/ts_rsp_sign.d.tmp -MT crypto/ts/ts_rsp_sign.o -c -o crypto/ts/ts_rsp_sign.o crypto/ts/ts_rsp_sign.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ts/ts_rsp_utils.d.tmp -MT crypto/ts/ts_rsp_utils.o -c -o crypto/ts/ts_rsp_utils.o crypto/ts/ts_rsp_utils.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ts/ts_rsp_verify.d.tmp -MT crypto/ts/ts_rsp_verify.o -c -o crypto/ts/ts_rsp_verify.o crypto/ts/ts_rsp_verify.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ts/ts_verify_ctx.d.tmp -MT crypto/ts/ts_verify_ctx.o -c -o crypto/ts/ts_verify_ctx.o crypto/ts/ts_verify_ctx.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/txt_db/txt_db.d.tmp -MT crypto/txt_db/txt_db.o -c -o crypto/txt_db/txt_db.o crypto/txt_db/txt_db.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ui/ui_err.d.tmp -MT crypto/ui/ui_err.o -c -o crypto/ui/ui_err.o crypto/ui/ui_err.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ui/ui_lib.d.tmp -MT crypto/ui/ui_lib.o -c -o crypto/ui/ui_lib.o crypto/ui/ui_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ui/ui_null.d.tmp -MT crypto/ui/ui_null.o -c -o crypto/ui/ui_null.o crypto/ui/ui_null.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ui/ui_openssl.d.tmp -MT crypto/ui/ui_openssl.o -c -o crypto/ui/ui_openssl.o crypto/ui/ui_openssl.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/ui/ui_util.d.tmp -MT crypto/ui/ui_util.o -c -o crypto/ui/ui_util.o crypto/ui/ui_util.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/uid.d.tmp -MT crypto/uid.o -c -o crypto/uid.o crypto/uid.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/by_dir.d.tmp -MT crypto/x509/by_dir.o -c -o crypto/x509/by_dir.o crypto/x509/by_dir.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/by_file.d.tmp -MT crypto/x509/by_file.o -c -o crypto/x509/by_file.o crypto/x509/by_file.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/t_crl.d.tmp -MT crypto/x509/t_crl.o -c -o crypto/x509/t_crl.o crypto/x509/t_crl.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/t_req.d.tmp -MT crypto/x509/t_req.o -c -o crypto/x509/t_req.o crypto/x509/t_req.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/t_x509.d.tmp -MT crypto/x509/t_x509.o -c -o crypto/x509/t_x509.o crypto/x509/t_x509.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x509_att.d.tmp -MT crypto/x509/x509_att.o -c -o crypto/x509/x509_att.o crypto/x509/x509_att.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x509_cmp.d.tmp -MT crypto/x509/x509_cmp.o -c -o crypto/x509/x509_cmp.o crypto/x509/x509_cmp.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x509_d2.d.tmp -MT crypto/x509/x509_d2.o -c -o crypto/x509/x509_d2.o crypto/x509/x509_d2.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x509_def.d.tmp -MT crypto/x509/x509_def.o -c -o crypto/x509/x509_def.o crypto/x509/x509_def.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x509_err.d.tmp -MT crypto/x509/x509_err.o -c -o crypto/x509/x509_err.o crypto/x509/x509_err.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x509_ext.d.tmp -MT crypto/x509/x509_ext.o -c -o crypto/x509/x509_ext.o crypto/x509/x509_ext.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x509_lu.d.tmp -MT crypto/x509/x509_lu.o -c -o crypto/x509/x509_lu.o crypto/x509/x509_lu.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x509_meth.d.tmp -MT crypto/x509/x509_meth.o -c -o crypto/x509/x509_meth.o crypto/x509/x509_meth.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x509_obj.d.tmp -MT crypto/x509/x509_obj.o -c -o crypto/x509/x509_obj.o crypto/x509/x509_obj.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x509_r2x.d.tmp -MT crypto/x509/x509_r2x.o -c -o crypto/x509/x509_r2x.o crypto/x509/x509_r2x.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x509_req.d.tmp -MT crypto/x509/x509_req.o -c -o crypto/x509/x509_req.o crypto/x509/x509_req.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x509_set.d.tmp -MT crypto/x509/x509_set.o -c -o crypto/x509/x509_set.o crypto/x509/x509_set.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x509_trs.d.tmp -MT crypto/x509/x509_trs.o -c -o crypto/x509/x509_trs.o crypto/x509/x509_trs.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x509_txt.d.tmp -MT crypto/x509/x509_txt.o -c -o crypto/x509/x509_txt.o crypto/x509/x509_txt.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x509_v3.d.tmp -MT crypto/x509/x509_v3.o -c -o crypto/x509/x509_v3.o crypto/x509/x509_v3.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x509_vfy.d.tmp -MT crypto/x509/x509_vfy.o -c -o crypto/x509/x509_vfy.o crypto/x509/x509_vfy.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x509_vpm.d.tmp -MT crypto/x509/x509_vpm.o -c -o crypto/x509/x509_vpm.o crypto/x509/x509_vpm.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x509cset.d.tmp -MT crypto/x509/x509cset.o -c -o crypto/x509/x509cset.o crypto/x509/x509cset.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x509name.d.tmp -MT crypto/x509/x509name.o -c -o crypto/x509/x509name.o crypto/x509/x509name.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x509rset.d.tmp -MT crypto/x509/x509rset.o -c -o crypto/x509/x509rset.o crypto/x509/x509rset.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x509spki.d.tmp -MT crypto/x509/x509spki.o -c -o crypto/x509/x509spki.o crypto/x509/x509spki.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x509type.d.tmp -MT crypto/x509/x509type.o -c -o crypto/x509/x509type.o crypto/x509/x509type.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x_all.d.tmp -MT crypto/x509/x_all.o -c -o crypto/x509/x_all.o crypto/x509/x_all.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x_attrib.d.tmp -MT crypto/x509/x_attrib.o -c -o crypto/x509/x_attrib.o crypto/x509/x_attrib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x_crl.d.tmp -MT crypto/x509/x_crl.o -c -o crypto/x509/x_crl.o crypto/x509/x_crl.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x_exten.d.tmp -MT crypto/x509/x_exten.o -c -o crypto/x509/x_exten.o crypto/x509/x_exten.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x_name.d.tmp -MT crypto/x509/x_name.o -c -o crypto/x509/x_name.o crypto/x509/x_name.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x_pubkey.d.tmp -MT crypto/x509/x_pubkey.o -c -o crypto/x509/x_pubkey.o crypto/x509/x_pubkey.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x_req.d.tmp -MT crypto/x509/x_req.o -c -o crypto/x509/x_req.o crypto/x509/x_req.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x_x509.d.tmp -MT crypto/x509/x_x509.o -c -o crypto/x509/x_x509.o crypto/x509/x_x509.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509/x_x509a.d.tmp -MT crypto/x509/x_x509a.o -c -o crypto/x509/x_x509a.o crypto/x509/x_x509a.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/pcy_cache.d.tmp -MT crypto/x509v3/pcy_cache.o -c -o crypto/x509v3/pcy_cache.o crypto/x509v3/pcy_cache.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/pcy_data.d.tmp -MT crypto/x509v3/pcy_data.o -c -o crypto/x509v3/pcy_data.o crypto/x509v3/pcy_data.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/pcy_lib.d.tmp -MT crypto/x509v3/pcy_lib.o -c -o crypto/x509v3/pcy_lib.o crypto/x509v3/pcy_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/pcy_map.d.tmp -MT crypto/x509v3/pcy_map.o -c -o crypto/x509v3/pcy_map.o crypto/x509v3/pcy_map.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/pcy_node.d.tmp -MT crypto/x509v3/pcy_node.o -c -o crypto/x509v3/pcy_node.o crypto/x509v3/pcy_node.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/pcy_tree.d.tmp -MT crypto/x509v3/pcy_tree.o -c -o crypto/x509v3/pcy_tree.o crypto/x509v3/pcy_tree.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3_addr.d.tmp -MT crypto/x509v3/v3_addr.o -c -o crypto/x509v3/v3_addr.o crypto/x509v3/v3_addr.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3_admis.d.tmp -MT crypto/x509v3/v3_admis.o -c -o crypto/x509v3/v3_admis.o crypto/x509v3/v3_admis.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3_akey.d.tmp -MT crypto/x509v3/v3_akey.o -c -o crypto/x509v3/v3_akey.o crypto/x509v3/v3_akey.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3_akeya.d.tmp -MT crypto/x509v3/v3_akeya.o -c -o crypto/x509v3/v3_akeya.o crypto/x509v3/v3_akeya.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3_alt.d.tmp -MT crypto/x509v3/v3_alt.o -c -o crypto/x509v3/v3_alt.o crypto/x509v3/v3_alt.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3_asid.d.tmp -MT crypto/x509v3/v3_asid.o -c -o crypto/x509v3/v3_asid.o crypto/x509v3/v3_asid.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3_bcons.d.tmp -MT crypto/x509v3/v3_bcons.o -c -o crypto/x509v3/v3_bcons.o crypto/x509v3/v3_bcons.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3_bitst.d.tmp -MT crypto/x509v3/v3_bitst.o -c -o crypto/x509v3/v3_bitst.o crypto/x509v3/v3_bitst.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3_conf.d.tmp -MT crypto/x509v3/v3_conf.o -c -o crypto/x509v3/v3_conf.o crypto/x509v3/v3_conf.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3_cpols.d.tmp -MT crypto/x509v3/v3_cpols.o -c -o crypto/x509v3/v3_cpols.o crypto/x509v3/v3_cpols.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3_crld.d.tmp -MT crypto/x509v3/v3_crld.o -c -o crypto/x509v3/v3_crld.o crypto/x509v3/v3_crld.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3_enum.d.tmp -MT crypto/x509v3/v3_enum.o -c -o crypto/x509v3/v3_enum.o crypto/x509v3/v3_enum.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3_extku.d.tmp -MT crypto/x509v3/v3_extku.o -c -o crypto/x509v3/v3_extku.o crypto/x509v3/v3_extku.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3_genn.d.tmp -MT crypto/x509v3/v3_genn.o -c -o crypto/x509v3/v3_genn.o crypto/x509v3/v3_genn.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3_ia5.d.tmp -MT crypto/x509v3/v3_ia5.o -c -o crypto/x509v3/v3_ia5.o crypto/x509v3/v3_ia5.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3_info.d.tmp -MT crypto/x509v3/v3_info.o -c -o crypto/x509v3/v3_info.o crypto/x509v3/v3_info.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3_int.d.tmp -MT crypto/x509v3/v3_int.o -c -o crypto/x509v3/v3_int.o crypto/x509v3/v3_int.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3_lib.d.tmp -MT crypto/x509v3/v3_lib.o -c -o crypto/x509v3/v3_lib.o crypto/x509v3/v3_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3_ncons.d.tmp -MT crypto/x509v3/v3_ncons.o -c -o crypto/x509v3/v3_ncons.o crypto/x509v3/v3_ncons.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3_pci.d.tmp -MT crypto/x509v3/v3_pci.o -c -o crypto/x509v3/v3_pci.o crypto/x509v3/v3_pci.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3_pcia.d.tmp -MT crypto/x509v3/v3_pcia.o -c -o crypto/x509v3/v3_pcia.o crypto/x509v3/v3_pcia.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3_pcons.d.tmp -MT crypto/x509v3/v3_pcons.o -c -o crypto/x509v3/v3_pcons.o crypto/x509v3/v3_pcons.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3_pku.d.tmp -MT crypto/x509v3/v3_pku.o -c -o crypto/x509v3/v3_pku.o crypto/x509v3/v3_pku.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3_pmaps.d.tmp -MT crypto/x509v3/v3_pmaps.o -c -o crypto/x509v3/v3_pmaps.o crypto/x509v3/v3_pmaps.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3_prn.d.tmp -MT crypto/x509v3/v3_prn.o -c -o crypto/x509v3/v3_prn.o crypto/x509v3/v3_prn.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3_purp.d.tmp -MT crypto/x509v3/v3_purp.o -c -o crypto/x509v3/v3_purp.o crypto/x509v3/v3_purp.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3_skey.d.tmp -MT crypto/x509v3/v3_skey.o -c -o crypto/x509v3/v3_skey.o crypto/x509v3/v3_skey.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3_sxnet.d.tmp -MT crypto/x509v3/v3_sxnet.o -c -o crypto/x509v3/v3_sxnet.o crypto/x509v3/v3_sxnet.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3_tlsf.d.tmp -MT crypto/x509v3/v3_tlsf.o -c -o crypto/x509v3/v3_tlsf.o crypto/x509v3/v3_tlsf.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3_utl.d.tmp -MT crypto/x509v3/v3_utl.o -c -o crypto/x509v3/v3_utl.o crypto/x509v3/v3_utl.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/x509v3/v3err.d.tmp -MT crypto/x509v3/v3err.o -c -o crypto/x509v3/v3err.o crypto/x509v3/v3err.c
CC="x86_64-w64-mingw32-gcc" /usr/bin/perl crypto/x86_64cpuid.pl mingw64 crypto/x86_64cpuid.s
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/bio_ssl.d.tmp -MT ssl/bio_ssl.o -c -o ssl/bio_ssl.o ssl/bio_ssl.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/d1_lib.d.tmp -MT ssl/d1_lib.o -c -o ssl/d1_lib.o ssl/d1_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/d1_msg.d.tmp -MT ssl/d1_msg.o -c -o ssl/d1_msg.o ssl/d1_msg.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/d1_srtp.d.tmp -MT ssl/d1_srtp.o -c -o ssl/d1_srtp.o ssl/d1_srtp.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/methods.d.tmp -MT ssl/methods.o -c -o ssl/methods.o ssl/methods.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/packet.d.tmp -MT ssl/packet.o -c -o ssl/packet.o ssl/packet.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/pqueue.d.tmp -MT ssl/pqueue.o -c -o ssl/pqueue.o ssl/pqueue.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/record/dtls1_bitmap.d.tmp -MT ssl/record/dtls1_bitmap.o -c -o ssl/record/dtls1_bitmap.o ssl/record/dtls1_bitmap.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/record/rec_layer_d1.d.tmp -MT ssl/record/rec_layer_d1.o -c -o ssl/record/rec_layer_d1.o ssl/record/rec_layer_d1.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/record/rec_layer_s3.d.tmp -MT ssl/record/rec_layer_s3.o -c -o ssl/record/rec_layer_s3.o ssl/record/rec_layer_s3.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/record/ssl3_buffer.d.tmp -MT ssl/record/ssl3_buffer.o -c -o ssl/record/ssl3_buffer.o ssl/record/ssl3_buffer.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/record/ssl3_record.d.tmp -MT ssl/record/ssl3_record.o -c -o ssl/record/ssl3_record.o ssl/record/ssl3_record.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/record/ssl3_record_tls13.d.tmp -MT ssl/record/ssl3_record_tls13.o -c -o ssl/record/ssl3_record_tls13.o ssl/record/ssl3_record_tls13.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/s3_cbc.d.tmp -MT ssl/s3_cbc.o -c -o ssl/s3_cbc.o ssl/s3_cbc.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/s3_enc.d.tmp -MT ssl/s3_enc.o -c -o ssl/s3_enc.o ssl/s3_enc.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/s3_lib.d.tmp -MT ssl/s3_lib.o -c -o ssl/s3_lib.o ssl/s3_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/s3_msg.d.tmp -MT ssl/s3_msg.o -c -o ssl/s3_msg.o ssl/s3_msg.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/ssl_asn1.d.tmp -MT ssl/ssl_asn1.o -c -o ssl/ssl_asn1.o ssl/ssl_asn1.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/ssl_cert.d.tmp -MT ssl/ssl_cert.o -c -o ssl/ssl_cert.o ssl/ssl_cert.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/ssl_ciph.d.tmp -MT ssl/ssl_ciph.o -c -o ssl/ssl_ciph.o ssl/ssl_ciph.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/ssl_conf.d.tmp -MT ssl/ssl_conf.o -c -o ssl/ssl_conf.o ssl/ssl_conf.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/ssl_err.d.tmp -MT ssl/ssl_err.o -c -o ssl/ssl_err.o ssl/ssl_err.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/ssl_init.d.tmp -MT ssl/ssl_init.o -c -o ssl/ssl_init.o ssl/ssl_init.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/ssl_lib.d.tmp -MT ssl/ssl_lib.o -c -o ssl/ssl_lib.o ssl/ssl_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/ssl_mcnf.d.tmp -MT ssl/ssl_mcnf.o -c -o ssl/ssl_mcnf.o ssl/ssl_mcnf.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/ssl_rsa.d.tmp -MT ssl/ssl_rsa.o -c -o ssl/ssl_rsa.o ssl/ssl_rsa.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/ssl_sess.d.tmp -MT ssl/ssl_sess.o -c -o ssl/ssl_sess.o ssl/ssl_sess.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/ssl_stat.d.tmp -MT ssl/ssl_stat.o -c -o ssl/ssl_stat.o ssl/ssl_stat.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/ssl_txt.d.tmp -MT ssl/ssl_txt.o -c -o ssl/ssl_txt.o ssl/ssl_txt.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/ssl_utst.d.tmp -MT ssl/ssl_utst.o -c -o ssl/ssl_utst.o ssl/ssl_utst.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/statem/extensions.d.tmp -MT ssl/statem/extensions.o -c -o ssl/statem/extensions.o ssl/statem/extensions.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/statem/extensions_clnt.d.tmp -MT ssl/statem/extensions_clnt.o -c -o ssl/statem/extensions_clnt.o ssl/statem/extensions_clnt.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/statem/extensions_cust.d.tmp -MT ssl/statem/extensions_cust.o -c -o ssl/statem/extensions_cust.o ssl/statem/extensions_cust.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/statem/extensions_srvr.d.tmp -MT ssl/statem/extensions_srvr.o -c -o ssl/statem/extensions_srvr.o ssl/statem/extensions_srvr.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/statem/statem.d.tmp -MT ssl/statem/statem.o -c -o ssl/statem/statem.o ssl/statem/statem.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/statem/statem_clnt.d.tmp -MT ssl/statem/statem_clnt.o -c -o ssl/statem/statem_clnt.o ssl/statem/statem_clnt.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/statem/statem_dtls.d.tmp -MT ssl/statem/statem_dtls.o -c -o ssl/statem/statem_dtls.o ssl/statem/statem_dtls.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/statem/statem_lib.d.tmp -MT ssl/statem/statem_lib.o -c -o ssl/statem/statem_lib.o ssl/statem/statem_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/statem/statem_srvr.d.tmp -MT ssl/statem/statem_srvr.o -c -o ssl/statem/statem_srvr.o ssl/statem/statem_srvr.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/t1_enc.d.tmp -MT ssl/t1_enc.o -c -o ssl/t1_enc.o ssl/t1_enc.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/t1_lib.d.tmp -MT ssl/t1_lib.o -c -o ssl/t1_lib.o ssl/t1_lib.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/t1_trce.d.tmp -MT ssl/t1_trce.o -c -o ssl/t1_trce.o ssl/t1_trce.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/tls13_enc.d.tmp -MT ssl/tls13_enc.o -c -o ssl/tls13_enc.o ssl/tls13_enc.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF ssl/tls_srp.d.tmp -MT ssl/tls_srp.o -c -o ssl/tls_srp.o ssl/tls_srp.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/testutil/basic_output.d.tmp -MT test/testutil/basic_output.o -c -o test/testutil/basic_output.o test/testutil/basic_output.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/testutil/cb.d.tmp -MT test/testutil/cb.o -c -o test/testutil/cb.o test/testutil/cb.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/testutil/driver.d.tmp -MT test/testutil/driver.o -c -o test/testutil/driver.o test/testutil/driver.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/testutil/format_output.d.tmp -MT test/testutil/format_output.o -c -o test/testutil/format_output.o test/testutil/format_output.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/testutil/main.d.tmp -MT test/testutil/main.o -c -o test/testutil/main.o test/testutil/main.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/testutil/output_helpers.d.tmp -MT test/testutil/output_helpers.o -c -o test/testutil/output_helpers.o test/testutil/output_helpers.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/testutil/random.d.tmp -MT test/testutil/random.o -c -o test/testutil/random.o test/testutil/random.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/testutil/stanza.d.tmp -MT test/testutil/stanza.o -c -o test/testutil/stanza.o test/testutil/stanza.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/testutil/tap_bio.d.tmp -MT test/testutil/tap_bio.o -c -o test/testutil/tap_bio.o test/testutil/tap_bio.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/testutil/test_cleanup.d.tmp -MT test/testutil/test_cleanup.o -c -o test/testutil/test_cleanup.o test/testutil/test_cleanup.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/testutil/tests.d.tmp -MT test/testutil/tests.o -c -o test/testutil/tests.o test/testutil/tests.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/dllmain.d.tmp -MT crypto/dllmain.o -c -o crypto/dllmain.o crypto/dllmain.c
/usr/bin/perl util/mkrc.pl libcrypto > libcrypto.rc
/usr/bin/perl util/mkdef.pl crypto 32 > libcrypto.def
/usr/bin/perl util/mkrc.pl libssl > libssl.rc
/usr/bin/perl util/mkdef.pl ssl 32 > libssl.def
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DPADLOCK_ASM -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF engines/e_capi.d.tmp -MT engines/e_capi.o -c -o engines/e_capi.o engines/e_capi.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DPADLOCK_ASM -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF engines/e_dasync.d.tmp -MT engines/e_dasync.o -c -o engines/e_dasync.o engines/e_dasync.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DPADLOCK_ASM -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF engines/e_ossltest.d.tmp -MT engines/e_ossltest.o -c -o engines/e_ossltest.o engines/e_ossltest.c
CC="x86_64-w64-mingw32-gcc" /usr/bin/perl engines/asm/e_padlock-x86_64.pl mingw64 engines/e_padlock-x86_64.s
test/testutil/tests.c: In function 'test_size_t_eq':
test/testutil/tests.c:196:27: warning: unknown conversion type character 'z' in format [-Wformat=]
  196 |                           "[" fmt "] compared to [" fmt "]",            \
      |                           ^~~
test/testutil/tests.c:202:5: note: in expansion of macro 'DEFINE_COMPARISON'
  202 |     DEFINE_COMPARISON(type, name, eq, ==, fmt)                          \
      |     ^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
  215 | DEFINE_COMPARISONS(size_t, size_t, "%zu")
      | ^~~~~~~~~~~~~~~~~~
test/testutil/tests.c:196:27: warning: unknown conversion type character 'z' in format [-Wformat=]
  196 |                           "[" fmt "] compared to [" fmt "]",            \
      |                           ^~~
test/testutil/tests.c:202:5: note: in expansion of macro 'DEFINE_COMPARISON'
  202 |     DEFINE_COMPARISON(type, name, eq, ==, fmt)                          \
      |     ^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
  215 | DEFINE_COMPARISONS(size_t, size_t, "%zu")
      | ^~~~~~~~~~~~~~~~~~
test/testutil/tests.c:196:27: warning: too many arguments for format [-Wformat-extra-args]
  196 |                           "[" fmt "] compared to [" fmt "]",            \
      |                           ^~~
test/testutil/tests.c:202:5: note: in expansion of macro 'DEFINE_COMPARISON'
  202 |     DEFINE_COMPARISON(type, name, eq, ==, fmt)                          \
      |     ^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
  215 | DEFINE_COMPARISONS(size_t, size_t, "%zu")
      | ^~~~~~~~~~~~~~~~~~
test/testutil/tests.c: In function 'test_size_t_ne':
test/testutil/tests.c:196:27: warning: unknown conversion type character 'z' in format [-Wformat=]
  196 |                           "[" fmt "] compared to [" fmt "]",            \
      |                           ^~~
test/testutil/tests.c:203:5: note: in expansion of macro 'DEFINE_COMPARISON'
  203 |     DEFINE_COMPARISON(type, name, ne, !=, fmt)                          \
      |     ^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
  215 | DEFINE_COMPARISONS(size_t, size_t, "%zu")
      | ^~~~~~~~~~~~~~~~~~
test/testutil/tests.c:196:27: warning: unknown conversion type character 'z' in format [-Wformat=]
  196 |                           "[" fmt "] compared to [" fmt "]",            \
      |                           ^~~
test/testutil/tests.c:203:5: note: in expansion of macro 'DEFINE_COMPARISON'
  203 |     DEFINE_COMPARISON(type, name, ne, !=, fmt)                          \
      |     ^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
  215 | DEFINE_COMPARISONS(size_t, size_t, "%zu")
      | ^~~~~~~~~~~~~~~~~~
test/testutil/tests.c:196:27: warning: too many arguments for format [-Wformat-extra-args]
  196 |                           "[" fmt "] compared to [" fmt "]",            \
      |                           ^~~
test/testutil/tests.c:203:5: note: in expansion of macro 'DEFINE_COMPARISON'
  203 |     DEFINE_COMPARISON(type, name, ne, !=, fmt)                          \
      |     ^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
  215 | DEFINE_COMPARISONS(size_t, size_t, "%zu")
      | ^~~~~~~~~~~~~~~~~~
test/testutil/tests.c: In function 'test_size_t_lt':
test/testutil/tests.c:196:27: warning: unknown conversion type character 'z' in format [-Wformat=]
  196 |                           "[" fmt "] compared to [" fmt "]",            \
      |                           ^~~
test/testutil/tests.c:204:5: note: in expansion of macro 'DEFINE_COMPARISON'
  204 |     DEFINE_COMPARISON(type, name, lt, <, fmt)                           \
      |     ^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
  215 | DEFINE_COMPARISONS(size_t, size_t, "%zu")
      | ^~~~~~~~~~~~~~~~~~
test/testutil/tests.c:196:27: warning: unknown conversion type character 'z' in format [-Wformat=]
  196 |                           "[" fmt "] compared to [" fmt "]",            \
      |                           ^~~
test/testutil/tests.c:204:5: note: in expansion of macro 'DEFINE_COMPARISON'
  204 |     DEFINE_COMPARISON(type, name, lt, <, fmt)                           \
      |     ^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
  215 | DEFINE_COMPARISONS(size_t, size_t, "%zu")
      | ^~~~~~~~~~~~~~~~~~
test/testutil/tests.c:196:27: warning: too many arguments for format [-Wformat-extra-args]
  196 |                           "[" fmt "] compared to [" fmt "]",            \
      |                           ^~~
test/testutil/tests.c:204:5: note: in expansion of macro 'DEFINE_COMPARISON'
  204 |     DEFINE_COMPARISON(type, name, lt, <, fmt)                           \
      |     ^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
  215 | DEFINE_COMPARISONS(size_t, size_t, "%zu")
      | ^~~~~~~~~~~~~~~~~~
test/testutil/tests.c: In function 'test_size_t_le':
test/testutil/tests.c:196:27: warning: unknown conversion type character 'z' in format [-Wformat=]
  196 |                           "[" fmt "] compared to [" fmt "]",            \
      |                           ^~~
test/testutil/tests.c:205:5: note: in expansion of macro 'DEFINE_COMPARISON'
  205 |     DEFINE_COMPARISON(type, name, le, <=, fmt)                          \
      |     ^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
  215 | DEFINE_COMPARISONS(size_t, size_t, "%zu")
      | ^~~~~~~~~~~~~~~~~~
test/testutil/tests.c:196:27: warning: unknown conversion type character 'z' in format [-Wformat=]
  196 |                           "[" fmt "] compared to [" fmt "]",            \
      |                           ^~~
test/testutil/tests.c:205:5: note: in expansion of macro 'DEFINE_COMPARISON'
  205 |     DEFINE_COMPARISON(type, name, le, <=, fmt)                          \
      |     ^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
  215 | DEFINE_COMPARISONS(size_t, size_t, "%zu")
      | ^~~~~~~~~~~~~~~~~~
test/testutil/tests.c:196:27: warning: too many arguments for format [-Wformat-extra-args]
  196 |                           "[" fmt "] compared to [" fmt "]",            \
      |                           ^~~
test/testutil/tests.c:205:5: note: in expansion of macro 'DEFINE_COMPARISON'
  205 |     DEFINE_COMPARISON(type, name, le, <=, fmt)                          \
      |     ^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
  215 | DEFINE_COMPARISONS(size_t, size_t, "%zu")
      | ^~~~~~~~~~~~~~~~~~
test/testutil/tests.c: In function 'test_size_t_gt':
test/testutil/tests.c:196:27: warning: unknown conversion type character 'z' in format [-Wformat=]
  196 |                           "[" fmt "] compared to [" fmt "]",            \
      |                           ^~~
test/testutil/tests.c:206:5: note: in expansion of macro 'DEFINE_COMPARISON'
  206 |     DEFINE_COMPARISON(type, name, gt, >, fmt)                           \
      |     ^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
  215 | DEFINE_COMPARISONS(size_t, size_t, "%zu")
      | ^~~~~~~~~~~~~~~~~~
test/testutil/tests.c:196:27: warning: unknown conversion type character 'z' in format [-Wformat=]
  196 |                           "[" fmt "] compared to [" fmt "]",            \
      |                           ^~~
test/testutil/tests.c:206:5: note: in expansion of macro 'DEFINE_COMPARISON'
  206 |     DEFINE_COMPARISON(type, name, gt, >, fmt)                           \
      |     ^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
  215 | DEFINE_COMPARISONS(size_t, size_t, "%zu")
      | ^~~~~~~~~~~~~~~~~~
test/testutil/tests.c:196:27: warning: too many arguments for format [-Wformat-extra-args]
  196 |                           "[" fmt "] compared to [" fmt "]",            \
      |                           ^~~
test/testutil/tests.c:206:5: note: in expansion of macro 'DEFINE_COMPARISON'
  206 |     DEFINE_COMPARISON(type, name, gt, >, fmt)                           \
      |     ^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
  215 | DEFINE_COMPARISONS(size_t, size_t, "%zu")
      | ^~~~~~~~~~~~~~~~~~
test/testutil/tests.c: In function 'test_size_t_ge':
test/testutil/tests.c:196:27: warning: unknown conversion type character 'z' in format [-Wformat=]
  196 |                           "[" fmt "] compared to [" fmt "]",            \
      |                           ^~~
test/testutil/tests.c:207:5: note: in expansion of macro 'DEFINE_COMPARISON'
  207 |     DEFINE_COMPARISON(type, name, ge, >=, fmt)
      |     ^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
  215 | DEFINE_COMPARISONS(size_t, size_t, "%zu")
      | ^~~~~~~~~~~~~~~~~~
test/testutil/tests.c:196:27: warning: unknown conversion type character 'z' in format [-Wformat=]
  196 |                           "[" fmt "] compared to [" fmt "]",            \
      |                           ^~~
test/testutil/tests.c:207:5: note: in expansion of macro 'DEFINE_COMPARISON'
  207 |     DEFINE_COMPARISON(type, name, ge, >=, fmt)
      |     ^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
  215 | DEFINE_COMPARISONS(size_t, size_t, "%zu")
      | ^~~~~~~~~~~~~~~~~~
test/testutil/tests.c:196:27: warning: too many arguments for format [-Wformat-extra-args]
  196 |                           "[" fmt "] compared to [" fmt "]",            \
      |                           ^~~
test/testutil/tests.c:207:5: note: in expansion of macro 'DEFINE_COMPARISON'
  207 |     DEFINE_COMPARISON(type, name, ge, >=, fmt)
      |     ^~~~~~~~~~~~~~~~~
test/testutil/tests.c:215:1: note: in expansion of macro 'DEFINE_COMPARISONS'
  215 | DEFINE_COMPARISONS(size_t, size_t, "%zu")
      | ^~~~~~~~~~~~~~~~~~
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DPADLOCK_ASM -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF engines/e_padlock.d.tmp -MT engines/e_padlock.o -c -o engines/e_padlock.o engines/e_padlock.c
/usr/bin/perl apps/progs.pl apps/openssl > apps/progs.h
/usr/bin/perl util/mkrc.pl openssl > apps/openssl.rc
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF fuzz/asn1.d.tmp -MT fuzz/asn1.o -c -o fuzz/asn1.o fuzz/asn1.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF fuzz/test-corpus.d.tmp -MT fuzz/test-corpus.o -c -o fuzz/test-corpus.o fuzz/test-corpus.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF fuzz/asn1parse.d.tmp -MT fuzz/asn1parse.o -c -o fuzz/asn1parse.o fuzz/asn1parse.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF fuzz/bignum.d.tmp -MT fuzz/bignum.o -c -o fuzz/bignum.o fuzz/bignum.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF fuzz/bndiv.d.tmp -MT fuzz/bndiv.o -c -o fuzz/bndiv.o fuzz/bndiv.c
fuzz/test-corpus.c:26: warning: "PATH_MAX" redefined
   26 | # define PATH_MAX _MAX_PATH
      | 
In file included from /usr/lib/gcc/x86_64-w64-mingw32/10-win32/include-fixed/limits.h:195,
                 from /usr/lib/gcc/x86_64-w64-mingw32/10-win32/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc/x86_64-w64-mingw32/10-win32/include-fixed/limits.h:34,
                 from /usr/share/mingw-w64/include/stdlib.h:11,
                 from fuzz/test-corpus.c:18:
/usr/share/mingw-w64/include/limits.h:20: note: this is the location of the previous definition
   20 | #define PATH_MAX 260
      | 
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF fuzz/client.d.tmp -MT fuzz/client.o -c -o fuzz/client.o fuzz/client.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF fuzz/cms.d.tmp -MT fuzz/cms.o -c -o fuzz/cms.o fuzz/cms.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF fuzz/conf.d.tmp -MT fuzz/conf.o -c -o fuzz/conf.o fuzz/conf.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF fuzz/crl.d.tmp -MT fuzz/crl.o -c -o fuzz/crl.o fuzz/crl.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF fuzz/ct.d.tmp -MT fuzz/ct.o -c -o fuzz/ct.o fuzz/ct.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF fuzz/server.d.tmp -MT fuzz/server.o -c -o fuzz/server.o fuzz/server.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF fuzz/x509.d.tmp -MT fuzz/x509.o -c -o fuzz/x509.o fuzz/x509.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/aborttest.d.tmp -MT test/aborttest.o -c -o test/aborttest.o test/aborttest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/afalgtest.d.tmp -MT test/afalgtest.o -c -o test/afalgtest.o test/afalgtest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/asynciotest.d.tmp -MT test/asynciotest.o -c -o test/asynciotest.o test/asynciotest.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/ssltestlib.d.tmp -MT test/ssltestlib.o -c -o test/ssltestlib.o test/ssltestlib.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/asynctest.d.tmp -MT test/asynctest.o -c -o test/asynctest.o test/asynctest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/bftest.d.tmp -MT test/bftest.o -c -o test/bftest.o test/bftest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/bioprinttest.d.tmp -MT test/bioprinttest.o -c -o test/bioprinttest.o test/bioprinttest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/bntest.d.tmp -MT test/bntest.o -c -o test/bntest.o test/bntest.c
/usr/bin/perl test/generate_buildtest.pl aes > test/buildtest_aes.c
/usr/bin/perl test/generate_buildtest.pl asn1 > test/buildtest_asn1.c
/usr/bin/perl test/generate_buildtest.pl asn1t > test/buildtest_asn1t.c
/usr/bin/perl test/generate_buildtest.pl async > test/buildtest_async.c
/usr/bin/perl test/generate_buildtest.pl bio > test/buildtest_bio.c
/usr/bin/perl test/generate_buildtest.pl blowfish > test/buildtest_blowfish.c
/usr/bin/perl test/generate_buildtest.pl bn > test/buildtest_bn.c
test/asn1_internal_test.c: In function 'test_tbl_standard':
test/asn1_internal_test.c:50:46: warning: unknown conversion type character 'z' in format [-Wformat=]
   50 |         TEST_note("asn1 tbl_standard: Index %zu, NID %d, Name=%s",
      |                                              ^
test/asn1_internal_test.c:50:55: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=]
   50 |         TEST_note("asn1 tbl_standard: Index %zu, NID %d, Name=%s",
      |                                                      ~^
      |                                                       |
      |                                                       int
      |                                                      %I64d
   51 |                   i, tmp->nid, OBJ_nid2ln(tmp->nid));
      |                   ~                                    
      |                   |
      |                   size_t {aka long long unsigned int}
test/asn1_internal_test.c:50:64: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'int' [-Wformat=]
   50 |         TEST_note("asn1 tbl_standard: Index %zu, NID %d, Name=%s",
      |                                                               ~^
      |                                                                |
      |                                                                char *
      |                                                               %d
   51 |                   i, tmp->nid, OBJ_nid2ln(tmp->nid));
      |                      ~~~~~~~~                                   
      |                         |
      |                         int
test/asn1_internal_test.c:50:19: warning: too many arguments for format [-Wformat-extra-args]
   50 |         TEST_note("asn1 tbl_standard: Index %zu, NID %d, Name=%s",
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test/asn1_internal_test.c: In function 'test_standard_methods':
test/asn1_internal_test.c:90:54: warning: unknown conversion type character 'z' in format [-Wformat=]
   90 |             TEST_note("asn1 standard methods: Index %zu, pkey ID %d, Name=%s",
      |                                                      ^
test/asn1_internal_test.c:90:67: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=]
   90 |             TEST_note("asn1 standard methods: Index %zu, pkey ID %d, Name=%s",
      |                                                                  ~^
      |                                                                   |
      |                                                                   int
      |                                                                  %I64d
   91 |                       i, (*tmp)->pkey_id, OBJ_nid2sn((*tmp)->pkey_id));
      |                       ~                                            
      |                       |
      |                       size_t {aka long long unsigned int}
test/asn1_internal_test.c:90:76: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'int' [-Wformat=]
   90 |             TEST_note("asn1 standard methods: Index %zu, pkey ID %d, Name=%s",
      |                                                                           ~^
      |                                                                            |
      |                                                                            char *
      |                                                                           %d
   91 |                       i, (*tmp)->pkey_id, OBJ_nid2sn((*tmp)->pkey_id));
      |                          ~~~~~~~~~~~~~~~                                    
      |                                |
      |                                int
test/asn1_internal_test.c:90:23: warning: too many arguments for format [-Wformat-extra-args]
   90 |             TEST_note("asn1 standard methods: Index %zu, pkey ID %d, Name=%s",
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test/asn1_internal_test.c:104:50: warning: unknown conversion type character 'z' in format [-Wformat=]
  104 |         TEST_note("asn1 standard methods: Index %zu, pkey ID %d, Name=%s",
      |                                                  ^
test/asn1_internal_test.c:104:63: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t' {aka 'long long unsigned int'} [-Wformat=]
  104 |         TEST_note("asn1 standard methods: Index %zu, pkey ID %d, Name=%s",
      |                                                              ~^
      |                                                               |
      |                                                               int
      |                                                              %I64d
  105 |                   i, (*tmp)->pkey_id, OBJ_nid2sn((*tmp)->pkey_id));
      |                   ~                                            
      |                   |
      |                   size_t {aka long long unsigned int}
test/asn1_internal_test.c:104:72: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'int' [-Wformat=]
  104 |         TEST_note("asn1 standard methods: Index %zu, pkey ID %d, Name=%s",
      |                                                                       ~^
      |                                                                        |
      |                                                                        char *
      |                                                                       %d
  105 |                   i, (*tmp)->pkey_id, OBJ_nid2sn((*tmp)->pkey_id));
      |                      ~~~~~~~~~~~~~~~                                    
      |                            |
      |                            int
test/asn1_internal_test.c:104:19: warning: too many arguments for format [-Wformat-extra-args]
  104 |         TEST_note("asn1 standard methods: Index %zu, pkey ID %d, Name=%s",
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/bin/perl test/generate_buildtest.pl buffer > test/buildtest_buffer.c
/usr/bin/perl test/generate_buildtest.pl cms > test/buildtest_cms.c
/usr/bin/perl test/generate_buildtest.pl comp > test/buildtest_comp.c
/usr/bin/perl test/generate_buildtest.pl conf > test/buildtest_conf.c
/usr/bin/perl test/generate_buildtest.pl conf_api > test/buildtest_conf_api.c
/usr/bin/perl test/generate_buildtest.pl crypto > test/buildtest_crypto.c
/usr/bin/perl test/generate_buildtest.pl ct > test/buildtest_ct.c
/usr/bin/perl test/generate_buildtest.pl dh > test/buildtest_dh.c
/usr/bin/perl test/generate_buildtest.pl dtls1 > test/buildtest_dtls1.c
/usr/bin/perl test/generate_buildtest.pl e_os2 > test/buildtest_e_os2.c
/usr/bin/perl test/generate_buildtest.pl ebcdic > test/buildtest_ebcdic.c
/usr/bin/perl test/generate_buildtest.pl ec > test/buildtest_ec.c
/usr/bin/perl test/generate_buildtest.pl ecdh > test/buildtest_ecdh.c
/usr/bin/perl test/generate_buildtest.pl ecdsa > test/buildtest_ecdsa.c
/usr/bin/perl test/generate_buildtest.pl engine > test/buildtest_engine.c
/usr/bin/perl test/generate_buildtest.pl evp > test/buildtest_evp.c
/usr/bin/perl test/generate_buildtest.pl hmac > test/buildtest_hmac.c
/usr/bin/perl test/generate_buildtest.pl kdf > test/buildtest_kdf.c
/usr/bin/perl test/generate_buildtest.pl lhash > test/buildtest_lhash.c
/usr/bin/perl test/generate_buildtest.pl md5 > test/buildtest_md5.c
/usr/bin/perl test/generate_buildtest.pl modes > test/buildtest_modes.c
/usr/bin/perl test/generate_buildtest.pl obj_mac > test/buildtest_obj_mac.c
/usr/bin/perl test/generate_buildtest.pl objects > test/buildtest_objects.c
/usr/bin/perl test/generate_buildtest.pl ocsp > test/buildtest_ocsp.c
/usr/bin/perl test/generate_buildtest.pl opensslv > test/buildtest_opensslv.c
/usr/bin/perl test/generate_buildtest.pl ossl_typ > test/buildtest_ossl_typ.c
/usr/bin/perl test/generate_buildtest.pl pem > test/buildtest_pem.c
/usr/bin/perl test/generate_buildtest.pl pem2 > test/buildtest_pem2.c
/usr/bin/perl test/generate_buildtest.pl pkcs12 > test/buildtest_pkcs12.c
/usr/bin/perl test/generate_buildtest.pl pkcs7 > test/buildtest_pkcs7.c
/usr/bin/perl test/generate_buildtest.pl rand > test/buildtest_rand.c
/usr/bin/perl test/generate_buildtest.pl rand_drbg > test/buildtest_rand_drbg.c
/usr/bin/perl test/generate_buildtest.pl ripemd > test/buildtest_ripemd.c
/usr/bin/perl test/generate_buildtest.pl rsa > test/buildtest_rsa.c
/usr/bin/perl test/generate_buildtest.pl safestack > test/buildtest_safestack.c
/usr/bin/perl test/generate_buildtest.pl sha > test/buildtest_sha.c
/usr/bin/perl test/generate_buildtest.pl srp > test/buildtest_srp.c
/usr/bin/perl test/generate_buildtest.pl srtp > test/buildtest_srtp.c
/usr/bin/perl test/generate_buildtest.pl ssl > test/buildtest_ssl.c
/usr/bin/perl test/generate_buildtest.pl ssl2 > test/buildtest_ssl2.c
/usr/bin/perl test/generate_buildtest.pl stack > test/buildtest_stack.c
/usr/bin/perl test/generate_buildtest.pl store > test/buildtest_store.c
/usr/bin/perl test/generate_buildtest.pl symhacks > test/buildtest_symhacks.c
/usr/bin/perl test/generate_buildtest.pl tls1 > test/buildtest_tls1.c
/usr/bin/perl test/generate_buildtest.pl ts > test/buildtest_ts.c
/usr/bin/perl test/generate_buildtest.pl txt_db > test/buildtest_txt_db.c
/usr/bin/perl test/generate_buildtest.pl ui > test/buildtest_ui.c
/usr/bin/perl test/generate_buildtest.pl whrlpool > test/buildtest_whrlpool.c
/usr/bin/perl test/generate_buildtest.pl x509 > test/buildtest_x509.c
/usr/bin/perl test/generate_buildtest.pl x509_vfy > test/buildtest_x509_vfy.c
/usr/bin/perl test/generate_buildtest.pl x509v3 > test/buildtest_x509v3.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/casttest.d.tmp -MT test/casttest.o -c -o test/casttest.o test/casttest.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/cipherbytes_test.d.tmp -MT test/cipherbytes_test.o -c -o test/cipherbytes_test.o test/cipherbytes_test.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/cipherlist_test.d.tmp -MT test/cipherlist_test.o -c -o test/cipherlist_test.o test/cipherlist_test.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/ciphername_test.d.tmp -MT test/ciphername_test.o -c -o test/ciphername_test.o test/ciphername_test.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/clienthellotest.d.tmp -MT test/clienthellotest.o -c -o test/clienthellotest.o test/clienthellotest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/cmsapitest.d.tmp -MT test/cmsapitest.o -c -o test/cmsapitest.o test/cmsapitest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/crltest.d.tmp -MT test/crltest.o -c -o test/crltest.o test/crltest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/ct_test.d.tmp -MT test/ct_test.o -c -o test/ct_test.o test/ct_test.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -I. -Iinclude -Icrypto/ec/curve448 -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/d2i_test.d.tmp -MT test/d2i_test.o -c -o test/d2i_test.o test/d2i_test.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/danetest.d.tmp -MT test/danetest.o -c -o test/danetest.o test/danetest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/destest.d.tmp -MT test/destest.o -c -o test/destest.o test/destest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/dhtest.d.tmp -MT test/dhtest.o -c -o test/dhtest.o test/dhtest.c
x86_64-w64-mingw32-gcc  -Iinclude -Itest -I. -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -Itest -I. -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/drbgtest.d.tmp -MT test/drbgtest.o -c -o test/drbgtest.o test/drbgtest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/dsatest.d.tmp -MT test/dsatest.o -c -o test/dsatest.o test/dsatest.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/dtlstest.d.tmp -MT test/dtlstest.o -c -o test/dtlstest.o test/dtlstest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/dtlsv1listentest.d.tmp -MT test/dtlsv1listentest.o -c -o test/dtlsv1listentest.o test/dtlsv1listentest.c
x86_64-w64-mingw32-gcc  -Iinclude -Icrypto/ec -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/ecdsatest.d.tmp -MT test/ecdsatest.o -c -o test/ecdsatest.o test/ecdsatest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/ecstresstest.d.tmp -MT test/ecstresstest.o -c -o test/ecstresstest.o test/ecstresstest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/ectest.d.tmp -MT test/ectest.o -c -o test/ectest.o test/ectest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/enginetest.d.tmp -MT test/enginetest.o -c -o test/enginetest.o test/enginetest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/errtest.d.tmp -MT test/errtest.o -c -o test/errtest.o test/errtest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/evp_test.d.tmp -MT test/evp_test.o -c -o test/evp_test.o test/evp_test.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/exdatatest.d.tmp -MT test/exdatatest.o -c -o test/exdatatest.o test/exdatatest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/exptest.d.tmp -MT test/exptest.o -c -o test/exptest.o test/exptest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/fatalerrtest.d.tmp -MT test/fatalerrtest.o -c -o test/fatalerrtest.o test/fatalerrtest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/gmdifftest.d.tmp -MT test/gmdifftest.o -c -o test/gmdifftest.o test/gmdifftest.c
x86_64-w64-mingw32-gcc  -Iinclude -I. -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/gosttest.d.tmp -MT test/gosttest.o -c -o test/gosttest.o test/gosttest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/hmactest.d.tmp -MT test/hmactest.o -c -o test/hmactest.o test/hmactest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/ideatest.d.tmp -MT test/ideatest.o -c -o test/ideatest.o test/ideatest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/igetest.d.tmp -MT test/igetest.o -c -o test/igetest.o test/igetest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/lhash_test.d.tmp -MT test/lhash_test.o -c -o test/lhash_test.o test/lhash_test.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/md2test.d.tmp -MT test/md2test.o -c -o test/md2test.o test/md2test.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/mdc2test.d.tmp -MT test/mdc2test.o -c -o test/mdc2test.o test/mdc2test.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/memleaktest.d.tmp -MT test/memleaktest.o -c -o test/memleaktest.o test/memleaktest.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
engines/e_capi.c: In function 'capi_get_pkey':
engines/e_capi.c:634:10: warning: unused variable 'dkey' [-Wunused-variable]
  634 |     DSA *dkey = NULL;
      |          ^~~~
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/ocspapitest.d.tmp -MT test/ocspapitest.o -c -o test/ocspapitest.o test/ocspapitest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/packettest.d.tmp -MT test/packettest.o -c -o test/packettest.o test/packettest.c
At top level:
engines/e_capi.c:280:12: warning: 'dsa_capi_idx' defined but not used [-Wunused-variable]
  280 | static int dsa_capi_idx = -1;
      |            ^~~~~~~~~~~~
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/pbelutest.d.tmp -MT test/pbelutest.o -c -o test/pbelutest.o test/pbelutest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/pemtest.d.tmp -MT test/pemtest.o -c -o test/pemtest.o test/pemtest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/rc2test.d.tmp -MT test/rc2test.o -c -o test/rc2test.o test/rc2test.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/rc4test.d.tmp -MT test/rc4test.o -c -o test/rc4test.o test/rc4test.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/rc5test.d.tmp -MT test/rc5test.o -c -o test/rc5test.o test/rc5test.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/rdrand_sanitytest.d.tmp -MT test/rdrand_sanitytest.o -c -o test/rdrand_sanitytest.o test/rdrand_sanitytest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/recordlentest.d.tmp -MT test/recordlentest.o -c -o test/recordlentest.o test/recordlentest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/rsa_complex.d.tmp -MT test/rsa_complex.o -c -o test/rsa_complex.o test/rsa_complex.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/rsa_test.d.tmp -MT test/rsa_test.o -c -o test/rsa_test.o test/rsa_test.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/sanitytest.d.tmp -MT test/sanitytest.o -c -o test/sanitytest.o test/sanitytest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/secmemtest.d.tmp -MT test/secmemtest.o -c -o test/secmemtest.o test/secmemtest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/servername_test.d.tmp -MT test/servername_test.o -c -o test/servername_test.o test/servername_test.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/shlibloadtest.d.tmp -MT test/shlibloadtest.o -c -o test/shlibloadtest.o test/shlibloadtest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/srptest.d.tmp -MT test/srptest.o -c -o test/srptest.o test/srptest.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/handshake_helper.d.tmp -MT test/handshake_helper.o -c -o test/handshake_helper.o test/handshake_helper.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/ssl_test.d.tmp -MT test/ssl_test.o -c -o test/ssl_test.o test/ssl_test.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -I. -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/sslapitest.d.tmp -MT test/sslapitest.o -c -o test/sslapitest.o test/sslapitest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/sslbuffertest.d.tmp -MT test/sslbuffertest.o -c -o test/sslbuffertest.o test/sslbuffertest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/sslcorrupttest.d.tmp -MT test/sslcorrupttest.o -c -o test/sslcorrupttest.o test/sslcorrupttest.c
In file included from test/poly1305_internal_test.c:15:
test/poly1305_internal_test.c: In function 'test_poly1305':
test/poly1305_internal_test.c:1562:27: warning: unknown conversion type character 'z' in format [-Wformat=]
 1562 |                 TEST_info("Poly1305 test #%d/%zu+%zu failed.",
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test/testutil.h:390:60: note: in definition of macro 'TEST_info'
  390 | #  define TEST_info(...)     test_info(__FILE__, __LINE__, __VA_ARGS__)
      |                                                            ^~~~~~~~~~~
test/poly1305_internal_test.c:1562:47: note: format string is defined here
 1562 |                 TEST_info("Poly1305 test #%d/%zu+%zu failed.",
      |                                               ^
In file included from test/poly1305_internal_test.c:15:
test/poly1305_internal_test.c:1562:27: warning: unknown conversion type character 'z' in format [-Wformat=]
 1562 |                 TEST_info("Poly1305 test #%d/%zu+%zu failed.",
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test/testutil.h:390:60: note: in definition of macro 'TEST_info'
  390 | #  define TEST_info(...)     test_info(__FILE__, __LINE__, __VA_ARGS__)
      |                                                            ^~~~~~~~~~~
test/poly1305_internal_test.c:1562:51: note: format string is defined here
 1562 |                 TEST_info("Poly1305 test #%d/%zu+%zu failed.",
      |                                                   ^
In file included from test/poly1305_internal_test.c:15:
test/poly1305_internal_test.c:1562:27: warning: too many arguments for format [-Wformat-extra-args]
 1562 |                 TEST_info("Poly1305 test #%d/%zu+%zu failed.",
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test/testutil.h:390:60: note: in definition of macro 'TEST_info'
  390 | #  define TEST_info(...)     test_info(__FILE__, __LINE__, __VA_ARGS__)
      |                                                            ^~~~~~~~~~~
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/ssltest_old.d.tmp -MT test/ssltest_old.o -c -o test/ssltest_old.o test/ssltest_old.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/stack_test.d.tmp -MT test/stack_test.o -c -o test/stack_test.o test/stack_test.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/sysdefaulttest.d.tmp -MT test/sysdefaulttest.o -c -o test/sysdefaulttest.o test/sysdefaulttest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/test_test.d.tmp -MT test/test_test.o -c -o test/test_test.o test/test_test.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/threadstest.d.tmp -MT test/threadstest.o -c -o test/threadstest.o test/threadstest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/tls13ccstest.d.tmp -MT test/tls13ccstest.o -c -o test/tls13ccstest.o test/tls13ccstest.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/tls13encryptiontest.d.tmp -MT test/tls13encryptiontest.o -c -o test/tls13encryptiontest.o test/tls13encryptiontest.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/tls13secretstest.d.tmp -MT test/tls13secretstest.o -c -o test/tls13secretstest.o test/tls13secretstest.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/uitest.d.tmp -MT test/uitest.o -c -o test/uitest.o test/uitest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/v3ext.d.tmp -MT test/v3ext.o -c -o test/v3ext.o test/v3ext.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/v3nametest.d.tmp -MT test/v3nametest.o -c -o test/v3nametest.o test/v3nametest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/versions.d.tmp -MT test/versions.o -c -o test/versions.o test/versions.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/wpackettest.d.tmp -MT test/wpackettest.o -c -o test/wpackettest.o test/wpackettest.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -I. -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/x509aux.d.tmp -MT test/x509aux.o -c -o test/x509aux.o test/x509aux.c
/usr/bin/perl "-I." -Mconfigdata "util/dofile.pl" \
    "-oMakefile" apps/CA.pl.in > "apps/CA.pl"
/usr/bin/perl "-I." -Mconfigdata "util/dofile.pl" \
    "-oMakefile" apps/tsget.in > "apps/tsget.pl"
/usr/bin/perl "-I." -Mconfigdata "util/dofile.pl" \
    "-oMakefile" tools/c_rehash.in > "tools/c_rehash"
/usr/bin/perl "-I." -Mconfigdata "util/dofile.pl" \
    "-oMakefile" util/shlib_wrap.sh.in > "util/shlib_wrap.sh"
x86_64-w64-mingw32-ar r apps/libapps.a apps/app_rand.o apps/apps.o apps/bf_prefix.o apps/opt.o apps/s_cb.o apps/s_socket.o apps/win32_init.o
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -c -o crypto/aes/aesni-mb-x86_64.o crypto/aes/aesni-mb-x86_64.s
x86_64-w64-mingw32-ar: creating apps/libapps.a
x86_64-w64-mingw32-ranlib apps/libapps.a || echo Never mind.
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -c -o crypto/aes/aesni-sha1-x86_64.o crypto/aes/aesni-sha1-x86_64.s
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -c -o crypto/aes/aesni-sha256-x86_64.o crypto/aes/aesni-sha256-x86_64.s
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -c -o crypto/aes/aesni-x86_64.o crypto/aes/aesni-x86_64.s
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -c -o crypto/aes/vpaes-x86_64.o crypto/aes/vpaes-x86_64.s
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -c -o crypto/bn/rsaz-avx2.o crypto/bn/rsaz-avx2.s
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -c -o crypto/bn/rsaz-x86_64.o crypto/bn/rsaz-x86_64.s
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -c -o crypto/bn/x86_64-gf2m.o crypto/bn/x86_64-gf2m.s
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -c -o crypto/bn/x86_64-mont.o crypto/bn/x86_64-mont.s
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -c -o crypto/bn/x86_64-mont5.o crypto/bn/x86_64-mont5.s
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -c -o crypto/chacha/chacha-x86_64.o crypto/chacha/chacha-x86_64.s
x86_64-w64-mingw32-gcc  -I. -Iinclude -Icrypto -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF crypto/cversion.d.tmp -MT crypto/cversion.o -c -o crypto/cversion.o crypto/cversion.c
chmod a+x apps/CA.pl
chmod a+x util/shlib_wrap.sh
chmod a+x apps/tsget.pl
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -c -o crypto/ec/ecp_nistz256-x86_64.o crypto/ec/ecp_nistz256-x86_64.s
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -c -o crypto/ec/x25519-x86_64.o crypto/ec/x25519-x86_64.s
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -c -o crypto/md5/md5-x86_64.o crypto/md5/md5-x86_64.s
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -c -o crypto/modes/aesni-gcm-x86_64.o crypto/modes/aesni-gcm-x86_64.s
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -c -o crypto/modes/ghash-x86_64.o crypto/modes/ghash-x86_64.s
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -c -o crypto/poly1305/poly1305-x86_64.o crypto/poly1305/poly1305-x86_64.s
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -c -o crypto/sha/keccak1600-x86_64.o crypto/sha/keccak1600-x86_64.s
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -c -o crypto/sha/sha1-mb-x86_64.o crypto/sha/sha1-mb-x86_64.s
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -c -o crypto/sha/sha1-x86_64.o crypto/sha/sha1-x86_64.s
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -c -o crypto/sha/sha256-mb-x86_64.o crypto/sha/sha256-mb-x86_64.s
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -c -o crypto/sha/sha256-x86_64.o crypto/sha/sha256-x86_64.s
chmod a+x tools/c_rehash
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -c -o crypto/sha/sha512-x86_64.o crypto/sha/sha512-x86_64.s
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -c -o crypto/x86_64cpuid.o crypto/x86_64cpuid.s
x86_64-w64-mingw32-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
x86_64-w64-mingw32-windres  --target=pe-x86-64  -o libcrypto.res.o libcrypto.rc
x86_64-w64-mingw32-windres  --target=pe-x86-64  -o libssl.res.o libssl.rc
x86_64-w64-mingw32-ar: creating test/libtestutil.a
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -DPADLOCK_ASM -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -c -o engines/e_padlock-x86_64.o engines/e_padlock-x86_64.s
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/asn1pars.d.tmp -MT apps/asn1pars.o -c -o apps/asn1pars.o apps/asn1pars.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/ca.d.tmp -MT apps/ca.o -c -o apps/ca.o apps/ca.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/ciphers.d.tmp -MT apps/ciphers.o -c -o apps/ciphers.o apps/ciphers.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/cms.d.tmp -MT apps/cms.o -c -o apps/cms.o apps/cms.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/crl.d.tmp -MT apps/crl.o -c -o apps/crl.o apps/crl.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/crl2p7.d.tmp -MT apps/crl2p7.o -c -o apps/crl2p7.o apps/crl2p7.c
x86_64-w64-mingw32-ranlib test/libtestutil.a || echo Never mind.
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/dgst.d.tmp -MT apps/dgst.o -c -o apps/dgst.o apps/dgst.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/dhparam.d.tmp -MT apps/dhparam.o -c -o apps/dhparam.o apps/dhparam.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/ec.d.tmp -MT apps/ec.o -c -o apps/ec.o apps/ec.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/ecparam.d.tmp -MT apps/ecparam.o -c -o apps/ecparam.o apps/ecparam.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/enc.d.tmp -MT apps/enc.o -c -o apps/enc.o apps/enc.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/engine.d.tmp -MT apps/engine.o -c -o apps/engine.o apps/engine.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/errstr.d.tmp -MT apps/errstr.o -c -o apps/errstr.o apps/errstr.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/genpkey.d.tmp -MT apps/genpkey.o -c -o apps/genpkey.o apps/genpkey.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/genrsa.d.tmp -MT apps/genrsa.o -c -o apps/genrsa.o apps/genrsa.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/nseq.d.tmp -MT apps/nseq.o -c -o apps/nseq.o apps/nseq.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/ocsp.d.tmp -MT apps/ocsp.o -c -o apps/ocsp.o apps/ocsp.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/openssl.d.tmp -MT apps/openssl.o -c -o apps/openssl.o apps/openssl.c
x86_64-w64-mingw32-windres  --target=pe-x86-64  -o apps/openssl.res.o apps/openssl.rc
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/passwd.d.tmp -MT apps/passwd.o -c -o apps/passwd.o apps/passwd.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/pkcs7.d.tmp -MT apps/pkcs7.o -c -o apps/pkcs7.o apps/pkcs7.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/pkcs8.d.tmp -MT apps/pkcs8.o -c -o apps/pkcs8.o apps/pkcs8.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/pkey.d.tmp -MT apps/pkey.o -c -o apps/pkey.o apps/pkey.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/pkeyparam.d.tmp -MT apps/pkeyparam.o -c -o apps/pkeyparam.o apps/pkeyparam.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/pkeyutl.d.tmp -MT apps/pkeyutl.o -c -o apps/pkeyutl.o apps/pkeyutl.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/prime.d.tmp -MT apps/prime.o -c -o apps/prime.o apps/prime.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/rand.d.tmp -MT apps/rand.o -c -o apps/rand.o apps/rand.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/rehash.d.tmp -MT apps/rehash.o -c -o apps/rehash.o apps/rehash.c
In file included from test/dtls_mtu_test.c:18:
test/dtls_mtu_test.c: In function 'mtu_test':
test/dtls_mtu_test.c:107:23: warning: unknown conversion type character 'z' in format [-Wformat=]
  107 |             TEST_info("record %zu for payload %zu", reclen, s);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
test/testutil.h:390:60: note: in definition of macro 'TEST_info'
  390 | #  define TEST_info(...)     test_info(__FILE__, __LINE__, __VA_ARGS__)
      |                                                            ^~~~~~~~~~~
test/dtls_mtu_test.c:107:32: note: format string is defined here
  107 |             TEST_info("record %zu for payload %zu", reclen, s);
      |                                ^
In file included from test/dtls_mtu_test.c:18:
test/dtls_mtu_test.c:107:23: warning: unknown conversion type character 'z' in format [-Wformat=]
  107 |             TEST_info("record %zu for payload %zu", reclen, s);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
test/testutil.h:390:60: note: in definition of macro 'TEST_info'
  390 | #  define TEST_info(...)     test_info(__FILE__, __LINE__, __VA_ARGS__)
      |                                                            ^~~~~~~~~~~
test/dtls_mtu_test.c:107:48: note: format string is defined here
  107 |             TEST_info("record %zu for payload %zu", reclen, s);
      |                                                ^
In file included from test/dtls_mtu_test.c:18:
test/dtls_mtu_test.c:107:23: warning: too many arguments for format [-Wformat-extra-args]
  107 |             TEST_info("record %zu for payload %zu", reclen, s);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
test/testutil.h:390:60: note: in definition of macro 'TEST_info'
  390 | #  define TEST_info(...)     test_info(__FILE__, __LINE__, __VA_ARGS__)
      |                                                            ^~~~~~~~~~~
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/req.d.tmp -MT apps/req.o -c -o apps/req.o apps/req.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/rsa.d.tmp -MT apps/rsa.o -c -o apps/rsa.o apps/rsa.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/rsautl.d.tmp -MT apps/rsautl.o -c -o apps/rsautl.o apps/rsautl.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/s_client.d.tmp -MT apps/s_client.o -c -o apps/s_client.o apps/s_client.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/s_server.d.tmp -MT apps/s_server.o -c -o apps/s_server.o apps/s_server.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/s_time.d.tmp -MT apps/s_time.o -c -o apps/s_time.o apps/s_time.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/sess_id.d.tmp -MT apps/sess_id.o -c -o apps/sess_id.o apps/sess_id.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/smime.d.tmp -MT apps/smime.o -c -o apps/smime.o apps/smime.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/speed.d.tmp -MT apps/speed.o -c -o apps/speed.o apps/speed.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/spkac.d.tmp -MT apps/spkac.o -c -o apps/spkac.o apps/spkac.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/srp.d.tmp -MT apps/srp.o -c -o apps/srp.o apps/srp.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/storeutl.d.tmp -MT apps/storeutl.o -c -o apps/storeutl.o apps/storeutl.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/ts.d.tmp -MT apps/ts.o -c -o apps/ts.o apps/ts.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/verify.d.tmp -MT apps/verify.o -c -o apps/verify.o apps/verify.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/version.d.tmp -MT apps/version.o -c -o apps/version.o apps/version.c
x86_64-w64-mingw32-gcc  -I. -Iinclude -Iapps -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF apps/x509.d.tmp -MT apps/x509.o -c -o apps/x509.o apps/x509.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_aes.d.tmp -MT test/buildtest_aes.o -c -o test/buildtest_aes.o test/buildtest_aes.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_asn1.d.tmp -MT test/buildtest_asn1.o -c -o test/buildtest_asn1.o test/buildtest_asn1.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_asn1t.d.tmp -MT test/buildtest_asn1t.o -c -o test/buildtest_asn1t.o test/buildtest_asn1t.c
In file included from test/ssl_cert_table_internal_test.c:16:
test/ssl_cert_table_internal_test.c: In function 'do_test_cert_table':
test/ssl_cert_table_internal_test.c:42:16: warning: unknown conversion type character 'z' in format [-Wformat=]
   42 |     TEST_error("Invalid table entry for certificate type %s, index %zu",
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test/testutil.h:389:61: note: in definition of macro 'TEST_error'
  389 | #  define TEST_error(...)    test_error(__FILE__, __LINE__, __VA_ARGS__)
      |                                                             ^~~~~~~~~~~
test/ssl_cert_table_internal_test.c:42:69: note: format string is defined here
   42 |     TEST_error("Invalid table entry for certificate type %s, index %zu",
      |                                                                     ^
In file included from test/ssl_cert_table_internal_test.c:16:
test/ssl_cert_table_internal_test.c:42:16: warning: too many arguments for format [-Wformat-extra-args]
   42 |     TEST_error("Invalid table entry for certificate type %s, index %zu",
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test/testutil.h:389:61: note: in definition of macro 'TEST_error'
  389 | #  define TEST_error(...)    test_error(__FILE__, __LINE__, __VA_ARGS__)
      |                                                             ^~~~~~~~~~~
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_async.d.tmp -MT test/buildtest_async.o -c -o test/buildtest_async.o test/buildtest_async.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_bio.d.tmp -MT test/buildtest_bio.o -c -o test/buildtest_bio.o test/buildtest_bio.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_blowfish.d.tmp -MT test/buildtest_blowfish.o -c -o test/buildtest_blowfish.o test/buildtest_blowfish.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_bn.d.tmp -MT test/buildtest_bn.o -c -o test/buildtest_bn.o test/buildtest_bn.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_buffer.d.tmp -MT test/buildtest_buffer.o -c -o test/buildtest_buffer.o test/buildtest_buffer.c
In file included from test/tls13encryptiontest.c:26:
test/tls13encryptiontest.c: In function 'test_tls13_encryption':
test/tls13encryptiontest.c:383:23: warning: unknown conversion type character 'z' in format [-Wformat=]
  383 |             TEST_info("Failed to encrypt record %zu", ctr);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test/testutil.h:390:60: note: in definition of macro 'TEST_info'
  390 | #  define TEST_info(...)     test_info(__FILE__, __LINE__, __VA_ARGS__)
      |                                                            ^~~~~~~~~~~
test/tls13encryptiontest.c:383:50: note: format string is defined here
  383 |             TEST_info("Failed to encrypt record %zu", ctr);
      |                                                  ^
In file included from test/tls13encryptiontest.c:26:
test/tls13encryptiontest.c:383:23: warning: too many arguments for format [-Wformat-extra-args]
  383 |             TEST_info("Failed to encrypt record %zu", ctr);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test/testutil.h:390:60: note: in definition of macro 'TEST_info'
  390 | #  define TEST_info(...)     test_info(__FILE__, __LINE__, __VA_ARGS__)
      |                                                            ^~~~~~~~~~~
test/tls13encryptiontest.c:387:23: warning: unknown conversion type character 'z' in format [-Wformat=]
  387 |             TEST_info("Record %zu encryption test failed", ctr);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test/testutil.h:390:60: note: in definition of macro 'TEST_info'
  390 | #  define TEST_info(...)     test_info(__FILE__, __LINE__, __VA_ARGS__)
      |                                                            ^~~~~~~~~~~
test/tls13encryptiontest.c:387:32: note: format string is defined here
  387 |             TEST_info("Record %zu encryption test failed", ctr);
      |                                ^
In file included from test/tls13encryptiontest.c:26:
test/tls13encryptiontest.c:387:23: warning: too many arguments for format [-Wformat-extra-args]
  387 |             TEST_info("Record %zu encryption test failed", ctr);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test/testutil.h:390:60: note: in definition of macro 'TEST_info'
  390 | #  define TEST_info(...)     test_info(__FILE__, __LINE__, __VA_ARGS__)
      |                                                            ^~~~~~~~~~~
test/tls13encryptiontest.c:393:23: warning: unknown conversion type character 'z' in format [-Wformat=]
  393 |             TEST_info("Failed to decrypt record %zu", ctr);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test/testutil.h:390:60: note: in definition of macro 'TEST_info'
  390 | #  define TEST_info(...)     test_info(__FILE__, __LINE__, __VA_ARGS__)
      |                                                            ^~~~~~~~~~~
test/tls13encryptiontest.c:393:50: note: format string is defined here
  393 |             TEST_info("Failed to decrypt record %zu", ctr);
      |                                                  ^
In file included from test/tls13encryptiontest.c:26:
test/tls13encryptiontest.c:393:23: warning: too many arguments for format [-Wformat-extra-args]
  393 |             TEST_info("Failed to decrypt record %zu", ctr);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test/testutil.h:390:60: note: in definition of macro 'TEST_info'
  390 | #  define TEST_info(...)     test_info(__FILE__, __LINE__, __VA_ARGS__)
      |                                                            ^~~~~~~~~~~
test/tls13encryptiontest.c:397:23: warning: unknown conversion type character 'z' in format [-Wformat=]
  397 |             TEST_info("Record %zu decryption test failed", ctr);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test/testutil.h:390:60: note: in definition of macro 'TEST_info'
  390 | #  define TEST_info(...)     test_info(__FILE__, __LINE__, __VA_ARGS__)
      |                                                            ^~~~~~~~~~~
test/tls13encryptiontest.c:397:32: note: format string is defined here
  397 |             TEST_info("Record %zu decryption test failed", ctr);
      |                                ^
In file included from test/tls13encryptiontest.c:26:
test/tls13encryptiontest.c:397:23: warning: too many arguments for format [-Wformat-extra-args]
  397 |             TEST_info("Record %zu decryption test failed", ctr);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test/testutil.h:390:60: note: in definition of macro 'TEST_info'
  390 | #  define TEST_info(...)     test_info(__FILE__, __LINE__, __VA_ARGS__)
      |                                                            ^~~~~~~~~~~
test/tls13encryptiontest.c:411:23: warning: unknown conversion type character 'z' in format [-Wformat=]
  411 |     TEST_note("PASS: %zu records tested", ctr);
      |                       ^
test/tls13encryptiontest.c:411:15: warning: too many arguments for format [-Wformat-extra-args]
  411 |     TEST_note("PASS: %zu records tested", ctr);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_cms.d.tmp -MT test/buildtest_cms.o -c -o test/buildtest_cms.o test/buildtest_cms.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_comp.d.tmp -MT test/buildtest_comp.o -c -o test/buildtest_comp.o test/buildtest_comp.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_conf.d.tmp -MT test/buildtest_conf.o -c -o test/buildtest_conf.o test/buildtest_conf.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_crypto.d.tmp -MT test/buildtest_crypto.o -c -o test/buildtest_crypto.o test/buildtest_crypto.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_ct.d.tmp -MT test/buildtest_ct.o -c -o test/buildtest_ct.o test/buildtest_ct.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_dh.d.tmp -MT test/buildtest_dh.o -c -o test/buildtest_dh.o test/buildtest_dh.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_dtls1.d.tmp -MT test/buildtest_dtls1.o -c -o test/buildtest_dtls1.o test/buildtest_dtls1.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_ebcdic.d.tmp -MT test/buildtest_ebcdic.o -c -o test/buildtest_ebcdic.o test/buildtest_ebcdic.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_ec.d.tmp -MT test/buildtest_ec.o -c -o test/buildtest_ec.o test/buildtest_ec.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_ecdh.d.tmp -MT test/buildtest_ecdh.o -c -o test/buildtest_ecdh.o test/buildtest_ecdh.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_ecdsa.d.tmp -MT test/buildtest_ecdsa.o -c -o test/buildtest_ecdsa.o test/buildtest_ecdsa.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_engine.d.tmp -MT test/buildtest_engine.o -c -o test/buildtest_engine.o test/buildtest_engine.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_evp.d.tmp -MT test/buildtest_evp.o -c -o test/buildtest_evp.o test/buildtest_evp.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_hmac.d.tmp -MT test/buildtest_hmac.o -c -o test/buildtest_hmac.o test/buildtest_hmac.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_kdf.d.tmp -MT test/buildtest_kdf.o -c -o test/buildtest_kdf.o test/buildtest_kdf.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_lhash.d.tmp -MT test/buildtest_lhash.o -c -o test/buildtest_lhash.o test/buildtest_lhash.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_md5.d.tmp -MT test/buildtest_md5.o -c -o test/buildtest_md5.o test/buildtest_md5.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_modes.d.tmp -MT test/buildtest_modes.o -c -o test/buildtest_modes.o test/buildtest_modes.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_objects.d.tmp -MT test/buildtest_objects.o -c -o test/buildtest_objects.o test/buildtest_objects.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_ocsp.d.tmp -MT test/buildtest_ocsp.o -c -o test/buildtest_ocsp.o test/buildtest_ocsp.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_opensslv.d.tmp -MT test/buildtest_opensslv.o -c -o test/buildtest_opensslv.o test/buildtest_opensslv.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_pem.d.tmp -MT test/buildtest_pem.o -c -o test/buildtest_pem.o test/buildtest_pem.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_pem2.d.tmp -MT test/buildtest_pem2.o -c -o test/buildtest_pem2.o test/buildtest_pem2.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_pkcs12.d.tmp -MT test/buildtest_pkcs12.o -c -o test/buildtest_pkcs12.o test/buildtest_pkcs12.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_pkcs7.d.tmp -MT test/buildtest_pkcs7.o -c -o test/buildtest_pkcs7.o test/buildtest_pkcs7.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_rand.d.tmp -MT test/buildtest_rand.o -c -o test/buildtest_rand.o test/buildtest_rand.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_ripemd.d.tmp -MT test/buildtest_ripemd.o -c -o test/buildtest_ripemd.o test/buildtest_ripemd.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_rsa.d.tmp -MT test/buildtest_rsa.o -c -o test/buildtest_rsa.o test/buildtest_rsa.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_safestack.d.tmp -MT test/buildtest_safestack.o -c -o test/buildtest_safestack.o test/buildtest_safestack.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_sha.d.tmp -MT test/buildtest_sha.o -c -o test/buildtest_sha.o test/buildtest_sha.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_srp.d.tmp -MT test/buildtest_srp.o -c -o test/buildtest_srp.o test/buildtest_srp.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_srtp.d.tmp -MT test/buildtest_srtp.o -c -o test/buildtest_srtp.o test/buildtest_srtp.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_ssl.d.tmp -MT test/buildtest_ssl.o -c -o test/buildtest_ssl.o test/buildtest_ssl.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_ssl2.d.tmp -MT test/buildtest_ssl2.o -c -o test/buildtest_ssl2.o test/buildtest_ssl2.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_stack.d.tmp -MT test/buildtest_stack.o -c -o test/buildtest_stack.o test/buildtest_stack.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_store.d.tmp -MT test/buildtest_store.o -c -o test/buildtest_store.o test/buildtest_store.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_symhacks.d.tmp -MT test/buildtest_symhacks.o -c -o test/buildtest_symhacks.o test/buildtest_symhacks.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_tls1.d.tmp -MT test/buildtest_tls1.o -c -o test/buildtest_tls1.o test/buildtest_tls1.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_ts.d.tmp -MT test/buildtest_ts.o -c -o test/buildtest_ts.o test/buildtest_ts.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_ui.d.tmp -MT test/buildtest_ui.o -c -o test/buildtest_ui.o test/buildtest_ui.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_whrlpool.d.tmp -MT test/buildtest_whrlpool.o -c -o test/buildtest_whrlpool.o test/buildtest_whrlpool.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DNDEBUG  -MMD -MF test/buildtest_x509.d.tmp -MT test/buildtest_x509.o -c -o test/buildtest_x509.o test/buildtest_x509.c
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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
x86_64-w64-mingw32-gcc  -Iinclude -m64 -Wall -O3 -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -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/rsa_complex.exe
rm -f test/shlibloadtest.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/rsa_complex.exe test/rsa_complex.o \
	 -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/shlibloadtest.exe test/shlibloadtest.o \
	 -lws2_32 -lgdi32 -lcrypt32 
x86_64-w64-mingw32-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/aes/aesni-mb-x86_64.o crypto/aes/aesni-sha1-x86_64.o crypto/aes/aesni-sha256-x86_64.o crypto/aes/aesni-x86_64.o crypto/aes/vpaes-x86_64.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/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/bn/asm/x86_64-gcc.o crypto/bn/bn_add.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/bn/rsaz-avx2.o crypto/bn/rsaz-x86_64.o crypto/bn/rsaz_exp.o crypto/bn/x86_64-gf2m.o crypto/bn/x86_64-mont.o crypto/bn/x86_64-mont5.o crypto/buffer/buf_err.o crypto/buffer/buffer.o crypto/chacha/chacha-x86_64.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/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/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_nistz256-x86_64.o crypto/ec/ecp_nistz256.o crypto/ec/ecp_oct.o crypto/ec/ecp_smpl.o crypto/ec/ecx_meth.o crypto/ec/x25519-x86_64.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/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/md5/md5-x86_64.o crypto/md5/md5_dgst.o crypto/md5/md5_one.o crypto/mem.o crypto/mem_dbg.o crypto/mem_sec.o crypto/modes/aesni-gcm-x86_64.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/ghash-x86_64.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-x86_64.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/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/sha/keccak1600-x86_64.o crypto/sha/sha1-mb-x86_64.o crypto/sha/sha1-x86_64.o crypto/sha/sha1_one.o crypto/sha/sha1dgst.o crypto/sha/sha256-mb-x86_64.o crypto/sha/sha256-x86_64.o crypto/sha/sha256.o crypto/sha/sha512-x86_64.o crypto/sha/sha512.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/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 crypto/x86_64cpuid.o
x86_64-w64-mingw32-ar: creating libcrypto.a
x86_64-w64-mingw32-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
x86_64-w64-mingw32-ar: creating libssl.a
x86_64-w64-mingw32-ranlib libssl.a || echo Never mind.
x86_64-w64-mingw32-ranlib libcrypto.a || echo Never mind.
rm -f test/asn1_internal_test.exe
rm -f test/chacha_internal_test.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/asn1_internal_test.exe test/asn1_internal_test.o \
	 test/libtestutil.a libcrypto.a -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/chacha_internal_test.exe test/chacha_internal_test.o \
	 test/libtestutil.a libcrypto.a -lws2_32 -lgdi32 -lcrypt32 
rm -f test/ctype_internal_test.exe
rm -f test/curve448_internal_test.exe
rm -f test/drbgtest.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/ctype_internal_test.exe test/ctype_internal_test.o \
	 test/libtestutil.a libcrypto.a -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/curve448_internal_test.exe test/curve448_internal_test.o \
	 test/libtestutil.a libcrypto.a -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/drbgtest.exe test/drbgtest.o \
	 test/libtestutil.a libcrypto.a -lws2_32 -lgdi32 -lcrypt32 
rm -f test/ec_internal_test.exe
rm -f test/modes_internal_test.exe
rm -f test/poly1305_internal_test.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/ec_internal_test.exe test/ec_internal_test.o \
	 test/libtestutil.a libcrypto.a -lws2_32 -lgdi32 -lcrypt32 
rm -f test/rdrand_sanitytest.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/modes_internal_test.exe test/modes_internal_test.o \
	 test/libtestutil.a libcrypto.a -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/poly1305_internal_test.exe test/poly1305_internal_test.o \
	 test/libtestutil.a libcrypto.a -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/rdrand_sanitytest.exe test/rdrand_sanitytest.o \
	 test/libtestutil.a libcrypto.a -lws2_32 -lgdi32 -lcrypt32 
rm -f test/x509_internal_test.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/x509_internal_test.exe test/x509_internal_test.o \
	 test/libtestutil.a libcrypto.a -lws2_32 -lgdi32 -lcrypt32 
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -L. -static-libgcc -shared -Wl,--enable-auto-image-base   -Wl,--out-implib=libcrypto.dll.a \
	-o libcrypto-1_1-x64.dll libcrypto.def crypto/dllmain.o libcrypto.res.o 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/aes/aesni-mb-x86_64.o crypto/aes/aesni-sha1-x86_64.o crypto/aes/aesni-sha256-x86_64.o crypto/aes/aesni-x86_64.o crypto/aes/vpaes-x86_64.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/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/bn/asm/x86_64-gcc.o crypto/bn/bn_add.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/bn/rsaz-avx2.o crypto/bn/rsaz-x86_64.o crypto/bn/rsaz_exp.o crypto/bn/x86_64-gf2m.o crypto/bn/x86_64-mont.o crypto/bn/x86_64-mont5.o crypto/buffer/buf_err.o crypto/buffer/buffer.o crypto/chacha/chacha-x86_64.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/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/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_nistz256-x86_64.o crypto/ec/ecp_nistz256.o crypto/ec/ecp_oct.o crypto/ec/ecp_smpl.o crypto/ec/ecx_meth.o crypto/ec/x25519-x86_64.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/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/md5/md5-x86_64.o crypto/md5/md5_dgst.o crypto/md5/md5_one.o crypto/mem.o crypto/mem_dbg.o crypto/mem_sec.o crypto/modes/aesni-gcm-x86_64.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/ghash-x86_64.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-x86_64.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/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/sha/keccak1600-x86_64.o crypto/sha/sha1-mb-x86_64.o crypto/sha/sha1-x86_64.o crypto/sha/sha1_one.o crypto/sha/sha1dgst.o crypto/sha/sha256-mb-x86_64.o crypto/sha/sha256-x86_64.o crypto/sha/sha256.o crypto/sha/sha512-x86_64.o crypto/sha/sha512.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/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 crypto/x86_64cpuid.o \
                 -lws2_32 -lgdi32 -lcrypt32 
rm -f apps/libcrypto-1_1-x64'.dll'
rm -f test/libcrypto-1_1-x64'.dll'
rm -f fuzz/libcrypto-1_1-x64'.dll'
cp -p libcrypto-1_1-x64'.dll' apps/
cp -p libcrypto-1_1-x64'.dll' test/
cp -p libcrypto-1_1-x64'.dll' fuzz/
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -L. -static-libgcc -shared -Wl,--enable-auto-image-base   -Wl,--out-implib=libssl.dll.a \
	-o libssl-1_1-x64.dll libssl.def libssl.res.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/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 -lws2_32 -lgdi32 -lcrypt32 
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -L. -static-libgcc -shared -Wl,--enable-auto-image-base   \
	-o engines/capi.dll engines/e_capi.o \
                 -lcrypto -lws2_32 -lgdi32 -lcrypt32 
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -L. -static-libgcc -shared -Wl,--enable-auto-image-base   \
	-o engines/dasync.dll engines/e_dasync.o \
                 -lcrypto -lws2_32 -lgdi32 -lcrypt32 
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -L. -static-libgcc -shared -Wl,--enable-auto-image-base   \
	-o engines/ossltest.dll engines/e_ossltest.o \
                 -lcrypto -lws2_32 -lgdi32 -lcrypt32 
x86_64-w64-mingw32-gcc -m64 -Wall -O3 -L. -static-libgcc -shared -Wl,--enable-auto-image-base   \
	-o engines/padlock.dll engines/e_padlock-x86_64.o engines/e_padlock.o \
                 -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f fuzz/asn1parse-test.exe
rm -f fuzz/bignum-test.exe
rm -f fuzz/bndiv-test.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o fuzz/asn1parse-test.exe fuzz/asn1parse.o fuzz/test-corpus.o \
	 -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o fuzz/bignum-test.exe fuzz/bignum.o fuzz/test-corpus.o \
	 -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f fuzz/cms-test.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o fuzz/bndiv-test.exe fuzz/bndiv.o fuzz/test-corpus.o \
	 -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f fuzz/conf-test.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o fuzz/cms-test.exe fuzz/cms.o fuzz/test-corpus.o \
	 -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o fuzz/conf-test.exe fuzz/conf.o fuzz/test-corpus.o \
	 -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f fuzz/crl-test.exe
rm -f fuzz/ct-test.exe
rm -f fuzz/x509-test.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o fuzz/crl-test.exe fuzz/crl.o fuzz/test-corpus.o \
	 -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o fuzz/ct-test.exe fuzz/ct.o fuzz/test-corpus.o \
	 -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o fuzz/x509-test.exe fuzz/test-corpus.o fuzz/x509.o \
	 -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/aborttest.exe
rm -f test/afalgtest.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/aborttest.exe test/aborttest.o \
	 -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/afalgtest.exe test/afalgtest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/asn1_decode_test.exe
rm -f test/asn1_encode_test.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/asn1_decode_test.exe test/asn1_decode_test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/asn1_encode_test.exe test/asn1_encode_test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/asn1_string_table_test.exe
rm -f test/asn1_time_test.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/asn1_string_table_test.exe test/asn1_string_table_test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/asynctest.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/asn1_time_test.exe test/asn1_time_test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/asynctest.exe test/asynctest.o \
	 -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/bftest.exe
rm -f test/bio_callback_test.exe
rm -f test/bio_enc_test.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/bftest.exe test/bftest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/bio_callback_test.exe test/bio_callback_test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/bio_enc_test.exe test/bio_enc_test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/bio_memleak_test.exe
rm -f test/bioprinttest.exe
rm -f test/bntest.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/bio_memleak_test.exe test/bio_memleak_test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/bioprinttest.exe test/bioprinttest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/bntest.exe test/bntest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/casttest.exe
rm -f test/cmsapitest.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/casttest.exe test/casttest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/conf_include_test.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/cmsapitest.exe test/cmsapitest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/constant_time_test.exe
rm -f test/crltest.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/conf_include_test.exe test/conf_include_test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/constant_time_test.exe test/constant_time_test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/crltest.exe test/crltest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/ct_test.exe
rm -f test/d2i_test.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/ct_test.exe test/ct_test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/d2i_test.exe test/d2i_test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/destest.exe
rm -f test/dhtest.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/destest.exe test/destest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/dhtest.exe test/dhtest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/dsa_no_digest_size_test.exe
rm -f test/dsatest.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/dsa_no_digest_size_test.exe test/dsa_no_digest_size_test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/dsatest.exe test/dsatest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/ecdsatest.exe
rm -f test/ecstresstest.exe
rm -f test/ectest.exe
rm -f test/enginetest.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/ecdsatest.exe test/ecdsatest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/ecstresstest.exe test/ecstresstest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/ectest.exe test/ectest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/enginetest.exe test/enginetest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/errtest.exe
rm -f test/evp_extra_test.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/errtest.exe test/errtest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/evp_test.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/evp_extra_test.exe test/evp_extra_test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/evp_test.exe test/evp_test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/exdatatest.exe
rm -f test/exptest.exe
rm -f test/gmdifftest.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/exptest.exe test/exptest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/exdatatest.exe test/exdatatest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/gmdifftest.exe test/gmdifftest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/hmactest.exe
rm -f test/ideatest.exe
rm -f test/igetest.exe
rm -f test/lhash_test.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/ideatest.exe test/ideatest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/igetest.exe test/igetest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/lhash_test.exe test/lhash_test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/hmactest.exe test/hmactest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/md2test.exe
rm -f test/mdc2test.exe
rm -f test/memleaktest.exe
rm -f test/ocspapitest.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/md2test.exe test/md2test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/mdc2test.exe test/mdc2test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/memleaktest.exe test/memleaktest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/ocspapitest.exe test/ocspapitest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/packettest.exe
rm -f test/pbelutest.exe
rm -f test/pemtest.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/packettest.exe test/packettest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/pkey_meth_kdf_test.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/pbelutest.exe test/pbelutest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/pemtest.exe test/pemtest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/pkey_meth_kdf_test.exe test/pkey_meth_kdf_test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/pkey_meth_test.exe
rm -f test/rc2test.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/pkey_meth_test.exe test/pkey_meth_test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/rc2test.exe test/rc2test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/rc4test.exe
rm -f test/rc5test.exe
rm -f test/rsa_mp_test.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/rc4test.exe test/rc4test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/rsa_test.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/rc5test.exe test/rc5test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/rsa_mp_test.exe test/rsa_mp_test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/rsa_test.exe test/rsa_test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/sanitytest.exe
rm -f test/secmemtest.exe
rm -f test/srptest.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/sanitytest.exe test/sanitytest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/secmemtest.exe test/secmemtest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/srptest.exe test/srptest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/ssl_cert_table_internal_test.exe
rm -f test/stack_test.exe
rm -f test/test_test.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/ssl_cert_table_internal_test.exe test/ssl_cert_table_internal_test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/stack_test.exe test/stack_test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/test_test.exe test/test_test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/threadstest.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/threadstest.exe test/threadstest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/time_offset_test.exe
rm -f test/tls13encryptiontest.exe
rm -f test/v3ext.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/time_offset_test.exe test/time_offset_test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/tls13encryptiontest.exe test/tls13encryptiontest.o \
	 libssl.a test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/v3ext.exe test/v3ext.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/v3nametest.exe
rm -f test/verify_extra_test.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/v3nametest.exe test/v3nametest.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/verify_extra_test.exe test/verify_extra_test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/versions.exe
rm -f test/wpackettest.exe
rm -f test/x509_check_cert_pkey_test.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/versions.exe test/versions.o \
	 -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/wpackettest.exe test/wpackettest.o \
	 libssl.a test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/x509_check_cert_pkey_test.exe test/x509_check_cert_pkey_test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/x509_dup_cert_test.exe
rm -f test/x509_time_test.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/x509_dup_cert_test.exe test/x509_dup_cert_test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/x509_time_test.exe test/x509_time_test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/x509aux.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/x509aux.exe test/x509aux.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f apps/libssl-1_1-x64'.dll'
rm -f test/libssl-1_1-x64'.dll'
rm -f fuzz/libssl-1_1-x64'.dll'
cp -p libssl-1_1-x64'.dll' apps/
cp -p libssl-1_1-x64'.dll' test/
cp -p libssl-1_1-x64'.dll' fuzz/
rm -f fuzz/asn1-test.exe
rm -f fuzz/client-test.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o fuzz/asn1-test.exe fuzz/asn1.o fuzz/test-corpus.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o fuzz/client-test.exe fuzz/client.o fuzz/test-corpus.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f fuzz/server-test.exe
rm -f test/asynciotest.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o fuzz/server-test.exe fuzz/server.o fuzz/test-corpus.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/asynciotest.exe test/asynciotest.o test/ssltestlib.o \
	 -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/bad_dtls_test.exe
rm -f test/buildtest_c_aes.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/bad_dtls_test.exe test/bad_dtls_test.o \
	 -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_aes.exe test/buildtest_aes.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/buildtest_c_asn1.exe
rm -f test/buildtest_c_asn1t.exe
rm -f test/buildtest_c_async.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_asn1.exe test/buildtest_asn1.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_asn1t.exe test/buildtest_asn1t.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_async.exe test/buildtest_async.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/buildtest_c_bio.exe
rm -f test/buildtest_c_blowfish.exe
rm -f test/buildtest_c_bn.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_bio.exe test/buildtest_bio.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_blowfish.exe test/buildtest_blowfish.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_bn.exe test/buildtest_bn.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/buildtest_c_buffer.exe
rm -f test/buildtest_c_cms.exe
rm -f test/buildtest_c_comp.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_buffer.exe test/buildtest_buffer.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_cms.exe test/buildtest_cms.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/buildtest_c_conf.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_comp.exe test/buildtest_comp.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/buildtest_c_conf_api.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_conf.exe test/buildtest_conf.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/buildtest_c_crypto.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_conf_api.exe test/buildtest_conf_api.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_crypto.exe test/buildtest_crypto.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/buildtest_c_ct.exe
rm -f test/buildtest_c_dh.exe
rm -f test/buildtest_c_dtls1.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_ct.exe test/buildtest_ct.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_dh.exe test/buildtest_dh.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_dtls1.exe test/buildtest_dtls1.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/buildtest_c_e_os2.exe
rm -f test/buildtest_c_ebcdic.exe
rm -f test/buildtest_c_ec.exe
rm -f test/buildtest_c_ecdh.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_e_os2.exe test/buildtest_e_os2.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_ebcdic.exe test/buildtest_ebcdic.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_ec.exe test/buildtest_ec.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_ecdh.exe test/buildtest_ecdh.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/buildtest_c_ecdsa.exe
rm -f test/buildtest_c_engine.exe
rm -f test/buildtest_c_evp.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_ecdsa.exe test/buildtest_ecdsa.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_engine.exe test/buildtest_engine.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_evp.exe test/buildtest_evp.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/buildtest_c_hmac.exe
rm -f test/buildtest_c_kdf.exe
rm -f test/buildtest_c_lhash.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_hmac.exe test/buildtest_hmac.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_kdf.exe test/buildtest_kdf.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_lhash.exe test/buildtest_lhash.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/buildtest_c_md5.exe
rm -f test/buildtest_c_modes.exe
rm -f test/buildtest_c_obj_mac.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_md5.exe test/buildtest_md5.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_modes.exe test/buildtest_modes.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_obj_mac.exe test/buildtest_obj_mac.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/buildtest_c_objects.exe
rm -f test/buildtest_c_ocsp.exe
rm -f test/buildtest_c_opensslv.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_objects.exe test/buildtest_objects.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_ocsp.exe test/buildtest_ocsp.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_opensslv.exe test/buildtest_opensslv.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/buildtest_c_ossl_typ.exe
rm -f test/buildtest_c_pem.exe
rm -f test/buildtest_c_pem2.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_ossl_typ.exe test/buildtest_ossl_typ.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_pem.exe test/buildtest_pem.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_pem2.exe test/buildtest_pem2.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/buildtest_c_pkcs12.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_pkcs12.exe test/buildtest_pkcs12.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/buildtest_c_pkcs7.exe
rm -f test/buildtest_c_rand.exe
rm -f test/buildtest_c_rand_drbg.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_pkcs7.exe test/buildtest_pkcs7.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/buildtest_c_ripemd.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_rand.exe test/buildtest_rand.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_rand_drbg.exe test/buildtest_rand_drbg.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_ripemd.exe test/buildtest_ripemd.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/buildtest_c_rsa.exe
rm -f test/buildtest_c_safestack.exe
rm -f test/buildtest_c_sha.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_rsa.exe test/buildtest_rsa.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_safestack.exe test/buildtest_safestack.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_sha.exe test/buildtest_sha.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/buildtest_c_srp.exe
rm -f test/buildtest_c_srtp.exe
rm -f test/buildtest_c_ssl.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_srp.exe test/buildtest_srp.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_srtp.exe test/buildtest_srtp.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/buildtest_c_ssl2.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_ssl.exe test/buildtest_ssl.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_ssl2.exe test/buildtest_ssl2.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/buildtest_c_stack.exe
rm -f test/buildtest_c_store.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_stack.exe test/buildtest_stack.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/buildtest_c_symhacks.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_store.exe test/buildtest_store.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_symhacks.exe test/buildtest_symhacks.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/buildtest_c_tls1.exe
rm -f test/buildtest_c_ts.exe
rm -f test/buildtest_c_txt_db.exe
rm -f test/buildtest_c_ui.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_tls1.exe test/buildtest_tls1.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_ts.exe test/buildtest_ts.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_txt_db.exe test/buildtest_txt_db.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_ui.exe test/buildtest_ui.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/buildtest_c_whrlpool.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_whrlpool.exe test/buildtest_whrlpool.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/buildtest_c_x509.exe
rm -f test/buildtest_c_x509_vfy.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_x509.exe test/buildtest_x509.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_x509_vfy.exe test/buildtest_x509_vfy.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/buildtest_c_x509v3.exe
rm -f test/cipherbytes_test.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/buildtest_c_x509v3.exe test/buildtest_x509v3.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/cipherlist_test.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/cipherbytes_test.exe test/cipherbytes_test.o \
	 -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/ciphername_test.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/cipherlist_test.exe test/cipherlist_test.o \
	 -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/clienthellotest.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/ciphername_test.exe test/ciphername_test.o \
	 -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/danetest.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/clienthellotest.exe test/clienthellotest.o \
	 -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/danetest.exe test/danetest.o \
	 -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/drbg_cavs_test.exe
rm -f test/dtls_mtu_test.exe
rm -f test/dtlstest.exe
rm -f test/dtlsv1listentest.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/dtls_mtu_test.exe test/dtls_mtu_test.o test/ssltestlib.o \
	 -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/drbg_cavs_test.exe test/drbg_cavs_data.o test/drbg_cavs_test.o \
	 test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/dtlstest.exe test/dtlstest.o test/ssltestlib.o \
	 -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/dtlsv1listentest.exe test/dtlsv1listentest.o \
	 -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/fatalerrtest.exe
rm -f test/gosttest.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/fatalerrtest.exe test/fatalerrtest.o test/ssltestlib.o \
	 -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/recordlentest.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/gosttest.exe test/gosttest.o test/ssltestlib.o \
	 -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/servername_test.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/recordlentest.exe test/recordlentest.o test/ssltestlib.o \
	 -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/ssl_ctx_test.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/servername_test.exe test/servername_test.o test/ssltestlib.o \
	 -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/ssl_test.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/ssl_ctx_test.exe test/ssl_ctx_test.o \
	 -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/ssl_test.exe test/handshake_helper.o test/ssl_test.o test/ssl_test_ctx.o \
	 -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/ssl_test_ctx_test.exe
rm -f test/sslbuffertest.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/ssl_test_ctx_test.exe test/ssl_test_ctx.o test/ssl_test_ctx_test.o \
	 -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/sslcorrupttest.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/sslbuffertest.exe test/sslbuffertest.o test/ssltestlib.o \
	 -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/ssltest_old.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/sslcorrupttest.exe test/sslcorrupttest.o test/ssltestlib.o \
	 -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/sysdefaulttest.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/ssltest_old.exe test/ssltest_old.o \
	 -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/sysdefaulttest.exe test/sysdefaulttest.o \
	 -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f test/tls13ccstest.exe
rm -f test/tls13secretstest.exe
rm -f test/uitest.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/tls13ccstest.exe test/ssltestlib.o test/tls13ccstest.o \
	 -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/uitest.exe test/uitest.o \
	 apps/libapps.a -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/tls13secretstest.exe ssl/packet.o ssl/tls13_enc.o test/tls13secretstest.o \
	 -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
rm -f apps/openssl.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o apps/openssl.exe apps/asn1pars.o apps/ca.o apps/ciphers.o apps/cms.o apps/crl.o apps/crl2p7.o apps/dgst.o apps/dhparam.o apps/ec.o apps/ecparam.o apps/enc.o apps/engine.o apps/errstr.o apps/genpkey.o apps/genrsa.o apps/nseq.o apps/ocsp.o apps/openssl.o apps/openssl.res.o apps/passwd.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 -lws2_32 -lgdi32 -lcrypt32 
rm -f test/sslapitest.exe
${LDCMD:-x86_64-w64-mingw32-gcc} -m64 -Wall -O3 -L.   \
	-o test/sslapitest.exe test/sslapitest.o test/ssltestlib.o \
	 -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 
make[1]: Leaving directory '/homedir/wine/drive_c/electroncash/contrib/openssl'
make depend && make _build_libs
make[1]: Entering directory '/homedir/wine/drive_c/electroncash/contrib/openssl'
make[1]: Leaving directory '/homedir/wine/drive_c/electroncash/contrib/openssl'
make[1]: Entering directory '/homedir/wine/drive_c/electroncash/contrib/openssl'
make[1]: Nothing to be done for '_build_libs'.
make[1]: Leaving directory '/homedir/wine/drive_c/electroncash/contrib/openssl'
created directory `/homedir/wine/drive_c/electroncash/contrib/openssl/dist'
created directory `/homedir/wine/drive_c/electroncash/contrib/openssl/dist/bin'
*** Installing runtime libraries
install libcrypto-1_1-x64.dll -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/bin/libcrypto-1_1-x64.dll
install libssl-1_1-x64.dll -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/bin/libssl-1_1-x64.dll
*** Installing development files
created directory `/homedir/wine/drive_c/electroncash/contrib/openssl/dist/include'
created directory `/homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl'
install ./include/openssl/aes.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/aes.h
install ./include/openssl/asn1.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/asn1.h
install ./include/openssl/asn1_mac.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/asn1_mac.h
install ./include/openssl/asn1err.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/asn1err.h
install ./include/openssl/asn1t.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/asn1t.h
install ./include/openssl/async.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/async.h
install ./include/openssl/asyncerr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/asyncerr.h
install ./include/openssl/bio.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/bio.h
install ./include/openssl/bioerr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/bioerr.h
install ./include/openssl/blowfish.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/blowfish.h
install ./include/openssl/bn.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/bn.h
install ./include/openssl/bnerr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/bnerr.h
install ./include/openssl/buffer.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/buffer.h
install ./include/openssl/buffererr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/buffererr.h
install ./include/openssl/camellia.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/camellia.h
install ./include/openssl/cast.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/cast.h
install ./include/openssl/cmac.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/cmac.h
install ./include/openssl/cms.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/cms.h
install ./include/openssl/cmserr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/cmserr.h
install ./include/openssl/comp.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/comp.h
install ./include/openssl/comperr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/comperr.h
install ./include/openssl/conf.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/conf.h
install ./include/openssl/conf_api.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/conf_api.h
install ./include/openssl/conferr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/conferr.h
install ./include/openssl/crypto.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/crypto.h
install ./include/openssl/cryptoerr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/cryptoerr.h
install ./include/openssl/ct.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/ct.h
install ./include/openssl/cterr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/cterr.h
install ./include/openssl/des.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/des.h
install ./include/openssl/dh.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/dh.h
install ./include/openssl/dherr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/dherr.h
install ./include/openssl/dsa.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/dsa.h
install ./include/openssl/dsaerr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/dsaerr.h
install ./include/openssl/dtls1.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/dtls1.h
install ./include/openssl/e_os2.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/e_os2.h
install ./include/openssl/ebcdic.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/ebcdic.h
install ./include/openssl/ec.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/ec.h
install ./include/openssl/ecdh.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/ecdh.h
install ./include/openssl/ecdsa.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/ecdsa.h
install ./include/openssl/ecerr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/ecerr.h
install ./include/openssl/engine.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/engine.h
install ./include/openssl/engineerr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/engineerr.h
install ./include/openssl/err.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/err.h
install ./include/openssl/evp.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/evp.h
install ./include/openssl/evperr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/evperr.h
install ./include/openssl/hmac.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/hmac.h
install ./include/openssl/idea.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/idea.h
install ./include/openssl/kdf.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/kdf.h
install ./include/openssl/kdferr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/kdferr.h
install ./include/openssl/lhash.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/lhash.h
install ./include/openssl/md2.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/md2.h
install ./include/openssl/md4.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/md4.h
install ./include/openssl/md5.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/md5.h
install ./include/openssl/mdc2.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/mdc2.h
install ./include/openssl/modes.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/modes.h
install ./include/openssl/obj_mac.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/obj_mac.h
install ./include/openssl/objects.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/objects.h
install ./include/openssl/objectserr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/objectserr.h
install ./include/openssl/ocsp.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/ocsp.h
install ./include/openssl/ocsperr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/ocsperr.h
install ./include/openssl/opensslconf.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/opensslconf.h
install ./include/openssl/opensslv.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/opensslv.h
install ./include/openssl/ossl_typ.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/ossl_typ.h
install ./include/openssl/pem.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/pem.h
install ./include/openssl/pem2.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/pem2.h
install ./include/openssl/pemerr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/pemerr.h
install ./include/openssl/pkcs12.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/pkcs12.h
install ./include/openssl/pkcs12err.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/pkcs12err.h
install ./include/openssl/pkcs7.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/pkcs7.h
install ./include/openssl/pkcs7err.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/pkcs7err.h
install ./include/openssl/rand.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/rand.h
install ./include/openssl/rand_drbg.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/rand_drbg.h
install ./include/openssl/randerr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/randerr.h
install ./include/openssl/rc2.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/rc2.h
install ./include/openssl/rc4.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/rc4.h
install ./include/openssl/rc5.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/rc5.h
install ./include/openssl/ripemd.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/ripemd.h
install ./include/openssl/rsa.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/rsa.h
install ./include/openssl/rsaerr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/rsaerr.h
install ./include/openssl/safestack.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/safestack.h
install ./include/openssl/seed.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/seed.h
install ./include/openssl/sha.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/sha.h
install ./include/openssl/srp.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/srp.h
install ./include/openssl/srtp.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/srtp.h
install ./include/openssl/ssl.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/ssl.h
install ./include/openssl/ssl2.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/ssl2.h
install ./include/openssl/ssl3.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/ssl3.h
install ./include/openssl/sslerr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/sslerr.h
install ./include/openssl/stack.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/stack.h
install ./include/openssl/store.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/store.h
install ./include/openssl/storeerr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/storeerr.h
install ./include/openssl/symhacks.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/symhacks.h
install ./include/openssl/tls1.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/tls1.h
install ./include/openssl/ts.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/ts.h
install ./include/openssl/tserr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/tserr.h
install ./include/openssl/txt_db.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/txt_db.h
install ./include/openssl/ui.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/ui.h
install ./include/openssl/uierr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/uierr.h
install ./include/openssl/whrlpool.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/whrlpool.h
install ./include/openssl/x509.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/x509.h
install ./include/openssl/x509_vfy.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/x509_vfy.h
install ./include/openssl/x509err.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/x509err.h
install ./include/openssl/x509v3.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/x509v3.h
install ./include/openssl/x509v3err.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/x509v3err.h
install ./include/openssl/aes.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/aes.h
install ./include/openssl/asn1.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/asn1.h
install ./include/openssl/asn1_mac.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/asn1_mac.h
install ./include/openssl/asn1err.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/asn1err.h
install ./include/openssl/asn1t.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/asn1t.h
install ./include/openssl/async.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/async.h
install ./include/openssl/asyncerr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/asyncerr.h
install ./include/openssl/bio.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/bio.h
install ./include/openssl/bioerr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/bioerr.h
install ./include/openssl/blowfish.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/blowfish.h
install ./include/openssl/bn.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/bn.h
install ./include/openssl/bnerr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/bnerr.h
install ./include/openssl/buffer.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/buffer.h
install ./include/openssl/buffererr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/buffererr.h
install ./include/openssl/camellia.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/camellia.h
install ./include/openssl/cast.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/cast.h
install ./include/openssl/cmac.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/cmac.h
install ./include/openssl/cms.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/cms.h
install ./include/openssl/cmserr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/cmserr.h
install ./include/openssl/comp.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/comp.h
install ./include/openssl/comperr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/comperr.h
install ./include/openssl/conf.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/conf.h
install ./include/openssl/conf_api.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/conf_api.h
install ./include/openssl/conferr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/conferr.h
install ./include/openssl/crypto.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/crypto.h
install ./include/openssl/cryptoerr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/cryptoerr.h
install ./include/openssl/ct.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/ct.h
install ./include/openssl/cterr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/cterr.h
install ./include/openssl/des.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/des.h
install ./include/openssl/dh.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/dh.h
install ./include/openssl/dherr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/dherr.h
install ./include/openssl/dsa.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/dsa.h
install ./include/openssl/dsaerr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/dsaerr.h
install ./include/openssl/dtls1.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/dtls1.h
install ./include/openssl/e_os2.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/e_os2.h
install ./include/openssl/ebcdic.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/ebcdic.h
install ./include/openssl/ec.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/ec.h
install ./include/openssl/ecdh.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/ecdh.h
install ./include/openssl/ecdsa.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/ecdsa.h
install ./include/openssl/ecerr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/ecerr.h
install ./include/openssl/engine.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/engine.h
install ./include/openssl/engineerr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/engineerr.h
install ./include/openssl/err.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/err.h
install ./include/openssl/evp.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/evp.h
install ./include/openssl/evperr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/evperr.h
install ./include/openssl/hmac.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/hmac.h
install ./include/openssl/idea.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/idea.h
install ./include/openssl/kdf.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/kdf.h
install ./include/openssl/kdferr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/kdferr.h
install ./include/openssl/lhash.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/lhash.h
install ./include/openssl/md2.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/md2.h
install ./include/openssl/md4.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/md4.h
install ./include/openssl/md5.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/md5.h
install ./include/openssl/mdc2.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/mdc2.h
install ./include/openssl/modes.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/modes.h
install ./include/openssl/obj_mac.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/obj_mac.h
install ./include/openssl/objects.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/objects.h
install ./include/openssl/objectserr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/objectserr.h
install ./include/openssl/ocsp.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/ocsp.h
install ./include/openssl/ocsperr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/ocsperr.h
install ./include/openssl/opensslconf.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/opensslconf.h
install ./include/openssl/opensslv.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/opensslv.h
install ./include/openssl/ossl_typ.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/ossl_typ.h
install ./include/openssl/pem.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/pem.h
install ./include/openssl/pem2.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/pem2.h
install ./include/openssl/pemerr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/pemerr.h
install ./include/openssl/pkcs12.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/pkcs12.h
install ./include/openssl/pkcs12err.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/pkcs12err.h
install ./include/openssl/pkcs7.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/pkcs7.h
install ./include/openssl/pkcs7err.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/pkcs7err.h
install ./include/openssl/rand.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/rand.h
install ./include/openssl/rand_drbg.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/rand_drbg.h
install ./include/openssl/randerr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/randerr.h
install ./include/openssl/rc2.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/rc2.h
install ./include/openssl/rc4.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/rc4.h
install ./include/openssl/rc5.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/rc5.h
install ./include/openssl/ripemd.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/ripemd.h
install ./include/openssl/rsa.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/rsa.h
install ./include/openssl/rsaerr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/rsaerr.h
install ./include/openssl/safestack.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/safestack.h
install ./include/openssl/seed.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/seed.h
install ./include/openssl/sha.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/sha.h
install ./include/openssl/srp.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/srp.h
install ./include/openssl/srtp.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/srtp.h
install ./include/openssl/ssl.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/ssl.h
install ./include/openssl/ssl2.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/ssl2.h
install ./include/openssl/ssl3.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/ssl3.h
install ./include/openssl/sslerr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/sslerr.h
install ./include/openssl/stack.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/stack.h
install ./include/openssl/store.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/store.h
install ./include/openssl/storeerr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/storeerr.h
install ./include/openssl/symhacks.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/symhacks.h
install ./include/openssl/tls1.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/tls1.h
install ./include/openssl/ts.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/ts.h
install ./include/openssl/tserr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/tserr.h
install ./include/openssl/txt_db.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/txt_db.h
install ./include/openssl/ui.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/ui.h
install ./include/openssl/uierr.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/uierr.h
install ./include/openssl/whrlpool.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/whrlpool.h
install ./include/openssl/x509.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/x509.h
install ./include/openssl/x509_vfy.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/x509_vfy.h
install ./include/openssl/x509err.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/x509err.h
install ./include/openssl/x509v3.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/x509v3.h
install ./include/openssl/x509v3err.h -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/x509v3err.h
created directory `/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib'
install libcrypto.a -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/libcrypto.a
install libssl.a -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/libssl.a
install libcrypto.dll.a -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/libcrypto.dll.a
install libssl.dll.a -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/libssl.dll.a
created directory `/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/pkgconfig'
install libcrypto.pc -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/pkgconfig/libcrypto.pc
install libssl.pc -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/pkgconfig/libssl.pc
install openssl.pc -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/pkgconfig/openssl.pc
make depend && make _build_engines
make[1]: Entering directory '/homedir/wine/drive_c/electroncash/contrib/openssl'
make[1]: Leaving directory '/homedir/wine/drive_c/electroncash/contrib/openssl'
make[1]: Entering directory '/homedir/wine/drive_c/electroncash/contrib/openssl'
make[1]: Nothing to be done for '_build_engines'.
make[1]: Leaving directory '/homedir/wine/drive_c/electroncash/contrib/openssl'
created directory `/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1'
*** Installing engines
install engines/capi.dll -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1/capi.dll
install engines/padlock.dll -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1/padlock.dll
make depend && make _build_programs
make[1]: Entering directory '/homedir/wine/drive_c/electroncash/contrib/openssl'
make[1]: Leaving directory '/homedir/wine/drive_c/electroncash/contrib/openssl'
make[1]: Entering directory '/homedir/wine/drive_c/electroncash/contrib/openssl'
make[1]: Nothing to be done for '_build_programs'.
make[1]: Leaving directory '/homedir/wine/drive_c/electroncash/contrib/openssl'
*** Installing runtime programs
install apps/openssl.exe -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/bin/openssl.exe
install ./tools/c_rehash -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/bin/c_rehash
~/wine/drive_c/electroncash/contrib/build-wine
INFO:  Building libevent...
~/wine/drive_c/electroncash/contrib/libevent ~/wine/drive_c/electroncash/contrib/build-wine
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force -I m4
autoreconf: running: /usr/bin/autoconf --force
configure.ac:129: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
configure.ac:129: You should run autoupdate.
m4/libtool.m4:99: AC_PROG_LIBTOOL is expanded from...
configure.ac:129: the top level
configure.ac:153: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:153: You should run autoupdate.
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
configure.ac:153: the top level
configure.ac:166: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:166: You should run autoupdate.
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
configure.ac:166: the top level
configure.ac:179: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:179: You should run autoupdate.
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
configure.ac:179: the top level
configure.ac:353: warning: The macro `AC_HEADER_TIME' is obsolete.
configure.ac:353: You should run autoupdate.
./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from...
configure.ac:353: the top level
configure.ac:427: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:427: You should run autoupdate.
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/general.m4:2823: _AC_COMPILE_IFELSE is expanded from...
./lib/autoconf/general.m4:2839: AC_COMPILE_IFELSE is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/functions.m4:66: AC_CHECK_FUNC is expanded from...
configure.ac:427: the top level
configure.ac:427: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:427: You should run autoupdate.
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/general.m4:2823: _AC_COMPILE_IFELSE is expanded from...
./lib/autoconf/general.m4:2839: AC_COMPILE_IFELSE is expanded from...
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/general.m4:2823: _AC_COMPILE_IFELSE is expanded from...
./lib/autoconf/general.m4:2839: AC_COMPILE_IFELSE is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/functions.m4:66: AC_CHECK_FUNC is expanded from...
configure.ac:427: the top level
configure.ac:520: warning: The macro `AC_TRY_RUN' is obsolete.
configure.ac:520: You should run autoupdate.
./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from...
configure.ac:520: the top level
configure.ac:592: warning: The macro `AC_TRY_RUN' is obsolete.
configure.ac:592: You should run autoupdate.
./lib/autoconf/general.m4:2997: AC_TRY_RUN is expanded from...
configure.ac:592: the top level
configure.ac:732: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:732: You should run autoupdate.
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
configure.ac:732: the top level
configure.ac:748: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:748: You should run autoupdate.
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
configure.ac:748: the top level
configure.ac:756: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:756: You should run autoupdate.
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
configure.ac:756: the top level
configure.ac:767: warning: The macro `AC_LANG_C' is obsolete.
configure.ac:767: You should run autoupdate.
./lib/autoconf/c.m4:72: AC_LANG_C is expanded from...
m4/acx_pthread.m4:86: ACX_PTHREAD is expanded from...
configure.ac:767: the top level
configure.ac:767: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:767: You should run autoupdate.
./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
m4/acx_pthread.m4:86: ACX_PTHREAD is expanded from...
configure.ac:767: the top level
configure.ac:955: warning: AC_OUTPUT should be used without arguments.
configure.ac:955: You should run autoupdate.
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:25: installing './compile'
configure.ac:33: installing './config.guess'
configure.ac:33: installing './config.sub'
configure.ac:13: installing './install-sh'
configure.ac:13: installing './missing'
Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'
autoreconf: Leaving directory '.'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to enable C11 features... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking dependency style of x86_64-w64-mingw32-gcc... gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for sys/time.h... yes
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking whether ln -s works... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether x86_64-w64-mingw32-gcc needs -traditional... no
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... /usr/bin/x86_64-w64-mingw32-ld
checking if the linker (/usr/bin/x86_64-w64-mingw32-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-w64-mingw32-nm -B
checking the name lister (/usr/bin/x86_64-w64-mingw32-nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-w64-mingw32 format... func_convert_file_nix_to_w32
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/x86_64-w64-mingw32-ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-dlltool... x86_64-w64-mingw32-dlltool
checking how to associate runtime and link libraries... func_cygming_dll_for_implib
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for archiver @FILE support... @
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse /usr/bin/x86_64-w64-mingw32-nm -B output from x86_64-w64-mingw32-gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for x86_64-w64-mingw32-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... no
checking for objdir... .libs
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/bin/x86_64-w64-mingw32-ld) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for library containing inet_ntoa... no
checking for library containing socket... no
checking for library containing inet_aton... no
checking for library containing clock_gettime... no
checking for clock_gettime... no
checking for library containing sendfile... no
checking for WIN32... yes
checking for MIDIPIX... no
checking for CYGWIN... no
checking for zlib.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for x86_64-w64-mingw32-pkg-config... /usr/bin/x86_64-w64-mingw32-pkg-config
checking if pkg-config is at least version 0.15.0... yes
checking for library containing SSL_new... no
checking for library containing SSL_new... no
checking for openssl/ssl.h... no
checking for arpa/inet.h... no
checking for fcntl.h... yes
checking for ifaddrs.h... no
checking for mach/mach_time.h... no
checking for netdb.h... no
checking for netinet/in.h... no
checking for netinet/in6.h... no
checking for netinet/tcp.h... no
checking for sys/un.h... no
checking for poll.h... no
checking for port.h... no
checking for stdarg.h... yes
checking for stddef.h... yes
checking for sys/devpoll.h... no
checking for sys/epoll.h... no
checking for sys/event.h... no
checking for sys/eventfd.h... no
checking for sys/ioctl.h... no
checking for sys/mman.h... no
checking for sys/param.h... yes
checking for sys/queue.h... no
checking for sys/resource.h... no
checking for sys/select.h... no
checking for sys/sendfile.h... no
checking for sys/socket.h... no
checking for sys/stat.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/timerfd.h... no
checking for sys/uio.h... no
checking for sys/wait.h... no
checking for errno.h... yes
checking for sys/sysctl.h... no
checking for timeradd in sys/time.h... no
checking for timercmp in sys/time.h... yes
checking for timerclear in sys/time.h... yes
checking for timerisset in sys/time.h... yes
checking for library containing getservbyname... -lws2_32
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for accept4... no
checking for arc4random... no
checking for arc4random_buf... no
checking for arc4random_addrandom... no
checking for eventfd... no
checking for epoll_create1... no
checking for fcntl... no
checking for getegid... no
checking for geteuid... no
checking for getifaddrs... no
checking for getnameinfo... yes
checking for getprotobynumber... yes
checking for gettimeofday... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for issetugid... no
checking for mach_absolute_time... no
checking for mmap... no
checking for nanosleep... no
checking for pipe... no
checking for pipe2... no
checking for putenv... yes
checking for sendfile... no
checking for setenv... no
checking for setrlimit... no
checking for sigaction... no
checking for signal... yes
checking for splice... no
checking for strlcpy... no
checking for strsep... no
checking for strtok_r... yes
checking for strtoll... yes
checking for sysctl... no
checking for timerfd_create... no
checking for umask... yes
checking for unsetenv... no
checking for usleep... yes
checking for vasprintf... yes
checking for getservbyname... yes
checking for getaddrinfo... no
checking for gethostbyname_r... no
checking for F_SETFD in fcntl.h... no
checking for poll... no
checking for epoll_ctl... no
checking for port_create... no
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uint64_t... yes
checking for uint32_t... yes
checking for uint16_t... yes
checking for uint8_t... yes
checking for uintptr_t... yes
checking for fd_mask... no
checking size of long long... 8
checking size of long... 4
checking size of int... 4
checking size of short... 2
checking size of size_t... 8
checking size of void *... 8
checking size of off_t... 8
checking size of time_t... 8
checking for struct in6_addr... yes
checking for struct sockaddr_in6... yes
checking for struct sockaddr_un... no
checking for sa_family_t... no
checking for struct addrinfo... yes
checking for struct sockaddr_storage... yes
checking for struct in6_addr.s6_addr32... no
checking for struct in6_addr.s6_addr16... no
checking for struct sockaddr_in.sin_len... no
checking for struct sockaddr_in6.sin6_len... no
checking for struct sockaddr_storage.ss_family... yes
checking for struct sockaddr_storage.__ss_family... no
checking for struct linger... no
checking for socklen_t... yes
checking whether our compiler supports __func__... yes
checking whether our compiler supports __FUNCTION__... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libevent.pc
config.status: creating libevent_openssl.pc
config.status: creating libevent_pthreads.pc
config.status: creating libevent_core.pc
config.status: creating libevent_extra.pc
config.status: creating Makefile
config.status: creating config.h
config.status: creating evconfig-private.h
config.status: executing depfiles commands
config.status: executing libtool commands
  GEN      include/event2/event-config.h
make  all-am
make[1]: Entering directory '/homedir/wine/drive_c/electroncash/contrib/libevent'
  CC       buffer.lo
  CC       bufferevent.lo
  CC       bufferevent_filter.lo
  CC       bufferevent_pair.lo
  CC       bufferevent_ratelim.lo
  CC       bufferevent_sock.lo
  CC       event.lo
  CC       evmap.lo
  CC       evutil_rand.lo
  CC       evthread.lo
  CC       evutil.lo
  CC       listener.lo
  CC       evutil_time.lo
  CC       win32select.lo
  CC       log.lo
  CC       event_iocp.lo
  CC       bufferevent_async.lo
  CC       buffer_iocp.lo
  CC       evthread_win32.lo
  CC       strlcpy.lo
  CC       signal.lo
  CC       evdns.lo
  CC       event_tagging.lo
  CC       evrpc.lo
  CC       http.lo
event.c: In function ‘dump_inserted_event_fn’:
event.c:3754:18: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long long int’ [-Wformat=]
 3754 |  fprintf(output, "  %p [%s "EV_SOCK_FMT"]%s%s%s%s%s%s%s",
      |                  ^~~~~~~~~~~
In file included from minheap-internal.h:36,
                 from event-internal.h:40,
                 from event.c:62:
util-internal.h:461:25: note: format string is defined here
  461 | #define EV_I64_FMT "%I64d"
      |                     ~~~~^
      |                         |
      |                         int
      |                     %I64lld
event.c: In function ‘dump_active_event_fn’:
event.c:3788:18: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long long int’ [-Wformat=]
 3788 |  fprintf(output, "  %p [%s "EV_SOCK_FMT", priority=%d]%s%s%s%s%s active%s%s\n",
      |                  ^~~~~~~~~~~
In file included from minheap-internal.h:36,
                 from event-internal.h:40,
                 from event.c:62:
util-internal.h:461:25: note: format string is defined here
  461 | #define EV_I64_FMT "%I64d"
      |                     ~~~~^
      |                         |
      |                         int
      |                     %I64lld
evutil.c: In function ‘evutil_check_ifaddrs’:
evutil.c:710:13: warning: cast between incompatible function types from ‘FARPROC’ {aka ‘long long int (*)()’} to ‘ULONG (*)(ULONG,  ULONG,  void *, IP_ADAPTER_ADDRESSES_XP *, ULONG *)’ {aka ‘long unsigned int (*)(long unsigned int,  long unsigned int,  void *, IP_ADAPTER_ADDRESSES_XP *, long unsigned int *)’} [-Wcast-function-type]
  710 |  if (!(fn = (GetAdaptersAddresses_fn_t) GetProcAddress(lib, "GetAdaptersAddresses")))
      |             ^
evdns.c: In function ‘load_nameservers_with_getnetworkparams’:
evdns.c:3778:13: warning: cast between incompatible function types from ‘FARPROC’ {aka ‘long long int (*)()’} to ‘DWORD (*)(FIXED_INFO *, DWORD *)’ {aka ‘long unsigned int (*)(FIXED_INFO *, long unsigned int *)’} [-Wcast-function-type]
 3778 |  if (!(fn = (GetNetworkParams_fn_t) GetProcAddress(handle, "GetNetworkParams"))) {
      |             ^
  CCLD     libevent_core.la
  CCLD     libevent.la
  CCLD     libevent_extra.la
make[1]: Leaving directory '/homedir/wine/drive_c/electroncash/contrib/libevent'
make  install-am
make[1]: Entering directory '/homedir/wine/drive_c/electroncash/contrib/libevent'
make[2]: Entering directory '/homedir/wine/drive_c/electroncash/contrib/libevent'
 /usr/bin/mkdir -p '/homedir/wine/drive_c/electroncash/contrib/libevent/dist/bin'
 /usr/bin/install -c event_rpcgen.py '/homedir/wine/drive_c/electroncash/contrib/libevent/dist/bin'
 /usr/bin/mkdir -p '/homedir/wine/drive_c/electroncash/contrib/libevent/dist/lib'
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libevent.la libevent_core.la libevent_extra.la '/homedir/wine/drive_c/electroncash/contrib/libevent/dist/lib'
libtool: install: /usr/bin/install -c .libs/libevent.lai /homedir/wine/drive_c/electroncash/contrib/libevent/dist/lib/libevent.la
libtool: install: /usr/bin/install -c .libs/libevent_core.lai /homedir/wine/drive_c/electroncash/contrib/libevent/dist/lib/libevent_core.la
libtool: install: /usr/bin/install -c .libs/libevent_extra.lai /homedir/wine/drive_c/electroncash/contrib/libevent/dist/lib/libevent_extra.la
libtool: install: /usr/bin/install -c .libs/libevent.a /homedir/wine/drive_c/electroncash/contrib/libevent/dist/lib/libevent.a
libtool: install: chmod 644 /homedir/wine/drive_c/electroncash/contrib/libevent/dist/lib/libevent.a
libtool: install: x86_64-w64-mingw32-ranlib /homedir/wine/drive_c/electroncash/contrib/libevent/dist/lib/libevent.a
libtool: install: /usr/bin/install -c .libs/libevent_core.a /homedir/wine/drive_c/electroncash/contrib/libevent/dist/lib/libevent_core.a
libtool: install: chmod 644 /homedir/wine/drive_c/electroncash/contrib/libevent/dist/lib/libevent_core.a
libtool: install: x86_64-w64-mingw32-ranlib /homedir/wine/drive_c/electroncash/contrib/libevent/dist/lib/libevent_core.a
libtool: install: /usr/bin/install -c .libs/libevent_extra.a /homedir/wine/drive_c/electroncash/contrib/libevent/dist/lib/libevent_extra.a
libtool: install: chmod 644 /homedir/wine/drive_c/electroncash/contrib/libevent/dist/lib/libevent_extra.a
libtool: install: x86_64-w64-mingw32-ranlib /homedir/wine/drive_c/electroncash/contrib/libevent/dist/lib/libevent_extra.a
 /usr/bin/mkdir -p '/homedir/wine/drive_c/electroncash/contrib/libevent/dist/include'
 /usr/bin/install -c -m 644 include/evdns.h include/event.h include/evhttp.h include/evrpc.h include/evutil.h '/homedir/wine/drive_c/electroncash/contrib/libevent/dist/include'
 /usr/bin/mkdir -p '/homedir/wine/drive_c/electroncash/contrib/libevent/dist/include/event2'
 /usr/bin/install -c -m 644 include/event2/buffer.h include/event2/buffer_compat.h include/event2/bufferevent.h include/event2/bufferevent_compat.h include/event2/bufferevent_struct.h include/event2/dns.h include/event2/dns_compat.h include/event2/dns_struct.h include/event2/event.h include/event2/event_compat.h include/event2/event_struct.h include/event2/http.h include/event2/http_compat.h include/event2/http_struct.h include/event2/keyvalq_struct.h include/event2/listener.h include/event2/rpc.h include/event2/rpc_compat.h include/event2/rpc_struct.h include/event2/tag.h include/event2/tag_compat.h include/event2/thread.h include/event2/util.h include/event2/visibility.h '/homedir/wine/drive_c/electroncash/contrib/libevent/dist/include/event2'
 /usr/bin/mkdir -p '/homedir/wine/drive_c/electroncash/contrib/libevent/dist/include/event2'
 /usr/bin/install -c -m 644 include/event2/event-config.h '/homedir/wine/drive_c/electroncash/contrib/libevent/dist/include/event2'
 /usr/bin/mkdir -p '/homedir/wine/drive_c/electroncash/contrib/libevent/dist/lib/pkgconfig'
 /usr/bin/install -c -m 644 libevent.pc libevent_core.pc libevent_extra.pc '/homedir/wine/drive_c/electroncash/contrib/libevent/dist/lib/pkgconfig'
make[2]: Leaving directory '/homedir/wine/drive_c/electroncash/contrib/libevent'
make[1]: Leaving directory '/homedir/wine/drive_c/electroncash/contrib/libevent'
~/wine/drive_c/electroncash/contrib/build-wine
INFO:  Building zlib...
~/wine/drive_c/electroncash/contrib/zlib ~/wine/drive_c/electroncash/contrib/build-wine
x86_64-w64-mingw32-gcc  -O3 -Wall -c -o adler32.o adler32.c
x86_64-w64-mingw32-gcc  -O3 -Wall -c -o compress.o compress.c
x86_64-w64-mingw32-gcc  -O3 -Wall -c -o crc32.o crc32.c
x86_64-w64-mingw32-gcc  -O3 -Wall -c -o deflate.o deflate.c
x86_64-w64-mingw32-gcc  -O3 -Wall -c -o gzclose.o gzclose.c
x86_64-w64-mingw32-gcc  -O3 -Wall -c -o gzlib.o gzlib.c
x86_64-w64-mingw32-gcc  -O3 -Wall -c -o gzread.o gzread.c
x86_64-w64-mingw32-gcc  -O3 -Wall -c -o gzwrite.o gzwrite.c
x86_64-w64-mingw32-gcc  -O3 -Wall -c -o infback.o infback.c
x86_64-w64-mingw32-gcc  -O3 -Wall -c -o inffast.o inffast.c
x86_64-w64-mingw32-gcc  -O3 -Wall -c -o inflate.o inflate.c
x86_64-w64-mingw32-gcc  -O3 -Wall -c -o inftrees.o inftrees.c
x86_64-w64-mingw32-gcc  -O3 -Wall -c -o trees.o trees.c
x86_64-w64-mingw32-gcc  -O3 -Wall -c -o uncompr.o uncompr.c
x86_64-w64-mingw32-gcc  -O3 -Wall -c -o zutil.o zutil.c
x86_64-w64-mingw32-windres --define GCC_WINDRES -o zlibrc.o win32/zlib1.rc
x86_64-w64-mingw32-ar rcs libz.a adler32.o compress.o crc32.o deflate.o gzclose.o gzlib.o gzread.o gzwrite.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o 
x86_64-w64-mingw32-gcc -shared -Wl,--out-implib,libz.dll.a  \
-o zlib1.dll win32/zlib.def adler32.o compress.o crc32.o deflate.o gzclose.o gzlib.o gzread.o gzwrite.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o  zlibrc.o
x86_64-w64-mingw32-strip zlib1.dll
if [ "0" = "1" ]; then \
	mkdir -p '/homedir/wine/drive_c/electroncash/contrib/zlib/dist/bin'; \
	cp -fp zlib1.dll '/homedir/wine/drive_c/electroncash/contrib/zlib/dist/bin'; \
	cp -fp libz.dll.a '/homedir/wine/drive_c/electroncash/contrib/zlib/dist/lib'; \
fi
cp -fp zlib.h '/homedir/wine/drive_c/electroncash/contrib/zlib/dist/include'
cp -fp zconf.h '/homedir/wine/drive_c/electroncash/contrib/zlib/dist/include'
cp -fp libz.a '/homedir/wine/drive_c/electroncash/contrib/zlib/dist/lib'
sed \
	-e 's|@prefix@|/usr/local|g' \
	-e 's|@exec_prefix@|/usr/local|g' \
	-e 's|@libdir@|/homedir/wine/drive_c/electroncash/contrib/zlib/dist/lib|g' \
	-e 's|@sharedlibdir@|/homedir/wine/drive_c/electroncash/contrib/zlib/dist/lib|g' \
	-e 's|@includedir@|/homedir/wine/drive_c/electroncash/contrib/zlib/dist/include|g' \
	-e 's|@VERSION@|'`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' zlib.h`'|g' \
	zlib.pc.in > '/homedir/wine/drive_c/electroncash/contrib/zlib/dist/lib'/pkgconfig/zlib.pc
~/wine/drive_c/electroncash/contrib/build-wine
INFO:  Building tor...
~/wine/drive_c/electroncash/contrib/tor ~/wine/drive_c/electroncash/contrib/build-wine
/usr/bin/autoreconf
configure.ac:439: installing './ar-lib'
configure.ac:37: installing './compile'
configure.ac:38: installing './config.guess'
configure.ac:38: installing './config.sub'
configure.ac:27: installing './install-sh'
configure.ac:27: installing './missing'
Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to enable C11 features... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking dependency style of x86_64-w64-mingw32-gcc... gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking for x86_64-w64-mingw32-pkg-config... /usr/bin/x86_64-w64-mingw32-pkg-config
checking pkg-config is at least version 0.9.0... yes
configure: set PKG_CONFIG_PATH=/homedir/wine/drive_c/electroncash/contrib/tor/dist/lib/pkgconfig to support cross-compiling
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking the archiver (x86_64-w64-mingw32-ar) interface... ar
checking for x86_64-w64-mingw32-gcc... (cached) x86_64-w64-mingw32-gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether x86_64-w64-mingw32-gcc accepts -g... (cached) yes
checking for x86_64-w64-mingw32-gcc option to enable C11 features... (cached) none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... (cached) yes
checking dependency style of x86_64-w64-mingw32-gcc... (cached) gcc3
checking how to run the C preprocessor... x86_64-w64-mingw32-gcc -E
checking whether make sets $(MAKE)... (cached) yes
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking for a sed that does not truncate output... /usr/bin/sed
checking for C compiler vendor... gnu
checking for C compiler version... 10.0.0
checking for C compiler vendor... (cached) gnu
checking for perl... perl
checking for asciidoc... none
checking for a2x... no
checking for a2x.py... no
checking for Python 3... /usr/bin/python3
checking for flexible array members... yes
checking for working C99 mid-block declaration syntax... yes
checking for working C99 designated initializers... yes
checking for __attribute__((fallthrough))... yes
checking for win32... cross
checking for win32 (cross)... yes
checking for MIPSpro compiler... no
checking whether byte ordering is bigendian... no
checking for library containing socket... no
checking for library containing gethostbyname... no
checking for library containing dlopen... no
checking for library containing inet_aton... no
checking for library containing backtrace... no
checking for library containing clock_gettime... no
checking for _NSGetEnviron... no
checking for RtlSecureZeroMemory... yes
checking for SecureZeroMemory... no
checking for accept4... no
checking for backtrace... no
checking for backtrace_symbols_fd... no
checking for eventfd... no
checking for explicit_bzero... no
checking for timingsafe_memcmp... no
checking for flock... no
checking for fsync... no
checking for ftime... yes
checking for get_current_dir_name... no
checking for getaddrinfo... no
checking for getdelim... no
checking for getifaddrs... no
checking for getline... no
checking for getrlimit... no
checking for gettimeofday... yes
checking for gmtime_r... no
checking for gnu_get_libc_version... no
checking for inet_aton... no
checking for ioctl... no
checking for issetugid... no
checking for llround... yes
checking for localtime_r... no
checking for lround... yes
checking for madvise... no
checking for memmem... no
checking for memset_s... no
checking for minherit... no
checking for mmap... no
checking for pipe... no
checking for pipe2... no
checking for prctl... no
checking for readpassphrase... no
checking for rint... yes
checking for sigaction... no
checking for snprintf... yes
checking for socketpair... no
checking for statvfs... no
checking for strncasecmp... yes
checking for strcasecmp... yes
checking for strlcat... no
checking for strlcpy... no
checking for strnlen... yes
checking for strptime... no
checking for strtok_r... yes
checking for strtoull... yes
checking for sysconf... no
checking for sysctl... no
checking for timegm... no
checking for truncate... yes
checking for uname... no
checking for usleep... yes
checking for vasprintf... yes
checking for _vscprintf... yes
checking for vsnprintf... yes
checking for a pre-Yosemite OS X build target... no
checking for mach_approximate_time... no
checking for a pre-Sierra OSX build target... no
checking for clock_gettime... no
checking for getentropy... no
checking for x86_64-w64-mingw32-gcc options needed to detect all undeclared functions... none needed
checking whether SecureZeroMemory is declared... yes
checking whether _getwch is declared... yes
checking for glob... no
checking whether free(NULL) works... cross
checking for libevent directory... /homedir/wine/drive_c/electroncash/contrib/libevent/dist
checking for event2/event.h... yes
checking for event2/dns.h... yes
checking for event2/bufferevent_ssl.h... no
checking for evutil_secure_rng_set_urandom_device_file... no
checking for evutil_secure_rng_add_bytes... no
checking for evdns_base_get_nameserver_addr... no
checking whether Libevent is new enough... yes
checking for library containing pow... none required
configure: Now, we'll look for OpenSSL >= 1.0.1
checking for openssl directory... /homedir/wine/drive_c/electroncash/contrib/openssl/dist
checking for OpenSSL >= 3.0.0... no
checking for OpenSSL < 1.0.1... no
checking whether LibreSSL TLS 1.3 APIs are busted... no
checking for significant mismatch between openssl headers and libraries... cross
checking for struct ssl_method_st.get_cipher_by_char... no
checking for ERR_load_KDF_strings... yes
checking for EVP_PBE_scrypt... no
checking for SSL_CIPHER_find... yes
checking for SSL_CTX_set1_groups_list... no
checking for SSL_CTX_set_security_level... yes
checking for SSL_SESSION_get_master_key... yes
checking for SSL_get_client_ciphers... yes
checking for SSL_get_client_random... yes
checking for SSL_get_server_random... yes
checking for TLS_method... yes
checking for SSL.state... no
checking size of SHA_CTX... 96
checking for struct tcp_info.tcpi_unacked... no
checking for struct tcp_info.tcpi_snd_mss... no
configure: KIST scheduler can't be used. Missing support.
checking for zlib directory... /homedir/wine/drive_c/electroncash/contrib/zlib/dist
checking for cap_init in -lcap... no
configure: Libcap was not found. Capabilities will not be usable.
checking for cap_set_proc... no
checking whether the compiler accepts -fstack-protector-all... yes
checking whether the compiler accepts -Wstack-protector... yes
checking whether the compiler accepts --param ssp-buffer-size=1... yes
checking whether the compiler accepts -fwrapv... yes
checking whether we can run hardened binaries... cross
checking whether the linker accepts -z relro -z now... no
checking whether the linker accepts -rdynamic... no
checking whether the compiler accepts -fomit-frame-pointer... yes
checking whether the compiler accepts -fasynchronous-unwind-tables... yes
checking whether we can use curve25519-donna-c64... cross
checking for crypto_scalarmult_curve25519.h... no
checking for nacl/crypto_scalarmult_curve25519.h... no
checking for nacl compiled with a fast curve25519 implementation... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for errno.h... yes
checking for fcntl.h... yes
checking for signal.h... yes
checking for string.h... (cached) yes
checking for sys/capability.h... no
checking for sys/fcntl.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking for arpa/inet.h... no
checking for crt_externs.h... no
checking for execinfo.h... no
checking for gnu/libc-version.h... no
checking for grp.h... no
checking for ifaddrs.h... no
checking for inttypes.h... (cached) yes
checking for limits.h... yes
checking for linux/types.h... no
checking for mach/vm_inherit.h... no
checking for machine/limits.h... no
checking for malloc.h... yes
checking for netdb.h... no
checking for netinet/in.h... no
checking for netinet/in6.h... no
checking for pwd.h... no
checking for readpassphrase.h... no
checking for stdatomic.h... yes
checking for sys/eventfd.h... no
checking for sys/file.h... yes
checking for sys/ioctl.h... no
checking for sys/limits.h... no
checking for sys/mman.h... no
checking for sys/param.h... yes
checking for sys/prctl.h... no
checking for sys/random.h... no
checking for sys/resource.h... no
checking for sys/select.h... no
checking for sys/socket.h... no
checking for sys/statvfs.h... no
checking for sys/syscall.h... no
checking for sys/sysctl.h... no
checking for sys/time.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/un.h... no
checking for sys/utime.h... yes
checking for sys/wait.h... no
checking for syslog.h... no
checking for utime.h... yes
checking for glob.h... no
checking for sys/param.h... (cached) yes
checking for net/if.h... no
checking for net/pfvar.h... no
checking for linux/if.h... no
checking for linux/netfilter_ipv4.h... no
checking for linux/netfilter_ipv6/ip6_tables.h... no
configure: Transparent proxy support enabled, but missing headers.
checking for struct timeval.tv_sec... yes
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of unsigned int... 4
checking size of long... 4
checking size of long long... 8
checking size of __int64... 8
checking size of void *... 8
checking size of time_t... 8
checking size of size_t... 8
checking size of pid_t... 8
checking for uint... no
checking for u_char... no
checking for ssize_t... yes
checking for ucontext.h... no
checking for sys/ucontext.h... no
checking for cygwin/signal.h... no
checking how to access the program counter from a struct ucontext... checking for struct in6_addr... yes
checking for struct sockaddr_in6... yes
checking for sa_family_t... no
checking for struct in6_addr.s6_addr32... no
checking for struct in6_addr.s6_addr16... no
checking for struct sockaddr_in.sin_len... no
checking for struct sockaddr_in6.sin6_len... no
checking for rlim_t... no
checking whether time_t is signed... yes
checking whether size_t is signed... no
checking whether enum always is signed... no
checking size of socklen_t... 0
checking size of cell_t... 0
checking whether C11 stdatomic.h actually works... yes
checking whether memset(0) sets pointers to NULL... cross
configure: Cross-compiling: we'll assume that NULL is represented as a sequence of 0-valued bytes.
checking whether memset(0) sets doubles to 0.0... cross
configure: Cross-compiling: we'll assume that 0.0 can be represented as a sequence of 0-valued bytes.
checking whether we can malloc(0) safely.... cross
configure: Cross-compiling: we'll assume that we need to check malloc() arguments for 0.
checking whether we are using 2s-complement arithmetic... cross
configure: Cross-compiling: we'll assume that negative integers are represented with two's complement.
checking whether right-shift on negative values does sign-extension... cross
configure: Cross-compiling: we'll assume that right-shifting negative integers causes sign-extension
checking whether uint8_t is the same type as unsigned char... yes
checking for mlockall... no
checking whether mlockall is declared... no
checking for getresuid... no
checking for getresgid... no
checking for gethostbyname_r... no
checking whether the C compiler supports __func__... yes
checking whether the C compiler supports __FUNC__... no
checking whether the C compiler supports __FUNCTION__... yes
checking whether we have extern char **environ already declared... yes
checking whether the linker supports DllCharacteristics... yes
checking whether the compiler accepts -Waddress... yes
checking whether the compiler accepts -Waddress-of-array-temporary... no
checking whether the compiler accepts -Waddress-of-temporary... no
checking whether the compiler accepts -Wambiguous-macro... no
checking whether the compiler accepts -Wanonymous-pack-parens... no
checking whether the compiler accepts -Warc... no
checking whether the compiler accepts -Warc-abi... no
checking whether the compiler accepts -Warc-bridge-casts-disallowed-in-nonarc... no
checking whether the compiler accepts -Warc-maybe-repeated-use-of-weak... no
checking whether the compiler accepts -Warc-performSelector-leaks... no
checking whether the compiler accepts -Warc-repeated-use-of-weak... no
checking whether the compiler accepts -Warray-bounds... yes
checking whether the compiler accepts -Warray-bounds-pointer-arithmetic... no
checking whether the compiler accepts -Wasm... no
checking whether the compiler accepts -Wasm-operand-widths... no
checking whether the compiler accepts -Watomic-properties... no
checking whether the compiler accepts -Watomic-property-with-user-defined-accessor... no
checking whether the compiler accepts -Wauto-import... no
checking whether the compiler accepts -Wauto-storage-class... no
checking whether the compiler accepts -Wauto-var-id... no
checking whether the compiler accepts -Wavailability... no
checking whether the compiler accepts -Wbackslash-newline-escape... no
checking whether the compiler accepts -Wbad-array-new-length... no
checking whether the compiler accepts -Wbind-to-temporary-copy... no
checking whether the compiler accepts -Wbitfield-constant-conversion... no
checking whether the compiler accepts -Wbool-conversion... no
checking whether the compiler accepts -Wbool-conversions... no
checking whether the compiler accepts -Wbuiltin-requires-header... no
checking whether the compiler accepts -Wchar-align... no
checking whether the compiler accepts -Wcompare-distinct-pointer-types... no
checking whether the compiler accepts -Wcomplex-component-init... no
checking whether the compiler accepts -Wconditional-type-mismatch... no
checking whether the compiler accepts -Wconfig-macros... no
checking whether the compiler accepts -Wconstant-conversion... no
checking whether the compiler accepts -Wconstant-logical-operand... no
checking whether the compiler accepts -Wconstexpr-not-const... no
checking whether the compiler accepts -Wcustom-atomic-properties... no
checking whether the compiler accepts -Wdangling-field... no
checking whether the compiler accepts -Wdangling-initializer-list... no
checking whether the compiler accepts -Wdate-time... yes
checking whether the compiler accepts -Wdelegating-ctor-cycles... no
checking whether the compiler accepts -Wdeprecated-implementations... no
checking whether the compiler accepts -Wdeprecated-register... no
checking whether the compiler accepts -Wdirect-ivar-access... no
checking whether the compiler accepts -Wdiscard-qual... no
checking whether the compiler accepts -Wdistributed-object-modifiers... no
checking whether the compiler accepts -Wdivision-by-zero... no
checking whether the compiler accepts -Wdollar-in-identifier-extension... no
checking whether the compiler accepts -Wdouble-promotion... yes
checking whether the compiler accepts -Wduplicate-decl-specifier... yes
checking whether the compiler accepts -Wduplicate-enum... no
checking whether the compiler accepts -Wduplicate-method-arg... no
checking whether the compiler accepts -Wduplicate-method-match... no
checking whether the compiler accepts -Wduplicated-cond... yes
checking whether the compiler accepts -Wdynamic-class-memaccess... no
checking whether the compiler accepts -Wembedded-directive... no
checking whether the compiler accepts -Wempty-translation-unit... no
checking whether the compiler accepts -Wenum-conversion... yes
checking whether the compiler accepts -Wexit-time-destructors... no
checking whether the compiler accepts -Wexplicit-ownership-type... no
checking whether the compiler accepts -Wextern-initializer... no
checking whether the compiler accepts -Wextra... yes
checking whether the compiler accepts -Wextra-tokens... no
checking whether the compiler accepts -Wflexible-array-extensions... no
checking whether the compiler accepts -Wfloat-conversion... yes
checking whether the compiler accepts -Wformat-non-iso... no
checking whether the compiler accepts -Wfour-char-constants... no
checking whether the compiler accepts -Wgcc-compat... no
checking whether the compiler accepts -Wglobal-constructors... no
checking whether the compiler accepts -Wgnu-array-member-paren-init... no
checking whether the compiler accepts -Wgnu-designator... no
checking whether the compiler accepts -Wgnu-static-float-init... no
checking whether the compiler accepts -Wheader-guard... no
checking whether the compiler accepts -Wheader-hygiene... no
checking whether the compiler accepts -Widiomatic-parentheses... no
checking whether the compiler accepts -Wignored-attributes... yes
checking whether the compiler accepts -Wimplicit-atomic-properties... no
checking whether the compiler accepts -Wimplicit-conversion-floating-point-to-bool... no
checking whether the compiler accepts -Wimplicit-exception-spec-mismatch... no
checking whether the compiler accepts -Wimplicit-fallthrough... yes
checking whether the compiler accepts -Wimplicit-fallthrough-per-function... no
checking whether the compiler accepts -Wimplicit-retain-self... no
checking whether the compiler accepts -Wimport-preprocessor-directive-pedantic... no
checking whether the compiler accepts -Wincompatible-library-redeclaration... no
checking whether the compiler accepts -Wincompatible-pointer-types-discards-qualifiers... no
checking whether the compiler accepts -Wincomplete-implementation... no
checking whether the compiler accepts -Wincomplete-module... no
checking whether the compiler accepts -Wincomplete-umbrella... no
checking whether the compiler accepts -Winit-self... yes
checking whether the compiler accepts -Wint-conversions... no
checking whether the compiler accepts -Wint-to-void-pointer-cast... no
checking whether the compiler accepts -Winteger-overflow... no
checking whether the compiler accepts -Winvalid-constexpr... no
checking whether the compiler accepts -Winvalid-iboutlet... no
checking whether the compiler accepts -Winvalid-noreturn... no
checking whether the compiler accepts -Winvalid-pp-token... no
checking whether the compiler accepts -Winvalid-source-encoding... no
checking whether the compiler accepts -Winvalid-token-paste... no
checking whether the compiler accepts -Wknr-promoted-parameter... no
checking whether the compiler accepts -Wlarge-by-value-copy... no
checking whether the compiler accepts -Wliteral-conversion... no
checking whether the compiler accepts -Wliteral-range... no
checking whether the compiler accepts -Wlocal-type-template-args... no
checking whether the compiler accepts -Wlogical-op... yes
checking whether the compiler accepts -Wloop-analysis... no
checking whether the compiler accepts -Wmain-return-type... no
checking whether the compiler accepts -Wmalformed-warning-check... no
checking whether the compiler accepts -Wmethod-signatures... no
checking whether the compiler accepts -Wmicrosoft... no
checking whether the compiler accepts -Wmicrosoft-exists... no
checking whether the compiler accepts -Wmismatched-parameter-types... no
checking whether the compiler accepts -Wmismatched-return-types... no
checking whether the compiler accepts -Wmissing-field-initializers... yes
checking whether the compiler accepts -Wmissing-format-attribute... yes
checking whether the compiler accepts -Wmissing-noreturn... yes
checking whether the compiler accepts -Wmissing-selector-name... no
checking whether the compiler accepts -Wmissing-sysroot... no
checking whether the compiler accepts -Wmissing-variable-declarations... no
checking whether the compiler accepts -Wmodule-conflict... no
checking whether the compiler accepts -Wnested-anon-types... no
checking whether the compiler accepts -Wnewline-eof... no
checking whether the compiler accepts -Wnon-literal-null-conversion... no
checking whether the compiler accepts -Wnon-pod-varargs... no
checking whether the compiler accepts -Wnonportable-cfstrings... no
checking whether the compiler accepts -Wnormalized=nfkc... yes
checking whether the compiler accepts -Wnull-arithmetic... no
checking whether the compiler accepts -Wnull-character... no
checking whether the compiler accepts -Wnull-conversion... no
checking whether the compiler accepts -Wnull-dereference... yes
checking whether the compiler accepts -Wout-of-line-declaration... no
checking whether the compiler accepts -Wover-aligned... no
checking whether the compiler accepts -Woverlength-strings... yes
checking whether the compiler accepts -Woverride-init... yes
checking whether the compiler accepts -Woverriding-method-mismatch... no
checking whether the compiler accepts -Wpointer-type-mismatch... no
checking whether the compiler accepts -Wpredefined-identifier-outside-function... no
checking whether the compiler accepts -Wprotocol-property-synthesis-ambiguity... no
checking whether the compiler accepts -Wreadonly-iboutlet-property... no
checking whether the compiler accepts -Wreadonly-setter-attrs... no
checking whether the compiler accepts -Wreceiver-expr... no
checking whether the compiler accepts -Wreceiver-forward-class... no
checking whether the compiler accepts -Wreceiver-is-weak... no
checking whether the compiler accepts -Wreinterpret-base-class... no
checking whether the compiler accepts -Wrequires-super-attribute... no
checking whether the compiler accepts -Wreserved-user-defined-literal... no
checking whether the compiler accepts -Wreturn-stack-address... no
checking whether the compiler accepts -Wsection... no
checking whether the compiler accepts -Wselector-type-mismatch... no
checking whether the compiler accepts -Wsentinel... no
checking whether the compiler accepts -Wserialized-diagnostics... no
checking whether the compiler accepts -Wshadow... yes
checking whether the compiler accepts -Wshift-count-negative... yes
checking whether the compiler accepts -Wshift-count-overflow... yes
checking whether the compiler accepts -Wshift-negative-value... yes
checking whether the compiler accepts -Wshift-overflow=2... yes
checking whether the compiler accepts -Wshift-sign-overflow... no
checking whether the compiler accepts -Wshorten-64-to-32... no
checking whether the compiler accepts -Wsizeof-array-argument... yes
checking whether the compiler accepts -Wsource-uses-openmp... no
checking whether the compiler accepts -Wstatic-float-init... no
checking whether the compiler accepts -Wstatic-in-inline... no
checking whether the compiler accepts -Wstatic-local-in-inline... no
checking whether the compiler accepts -Wstrict-overflow=1... yes
checking whether the compiler accepts -Wstring-compare... yes
checking whether the compiler accepts -Wstring-conversion... no
checking whether the compiler accepts -Wstrlcpy-strlcat-size... no
checking whether the compiler accepts -Wstrncat-size... no
checking whether the compiler accepts -Wsuggest-attribute=format... yes
checking whether the compiler accepts -Wsuggest-attribute=noreturn... yes
checking whether the compiler accepts -Wsuper-class-method-mismatch... no
checking whether the compiler accepts -Wswitch-bool... yes
checking whether the compiler accepts -Wsync-nand... yes
checking whether the compiler accepts -Wtautological-constant-out-of-range-compare... no
checking whether the compiler accepts -Wtentative-definition-incomplete-type... no
checking whether the compiler accepts -Wtrampolines... yes
checking whether the compiler accepts -Wtype-safety... no
checking whether the compiler accepts -Wtypedef-redefinition... no
checking whether the compiler accepts -Wtypename-missing... no
checking whether the compiler accepts -Wundefined-inline... no
checking whether the compiler accepts -Wundefined-internal... no
checking whether the compiler accepts -Wundefined-reinterpret-cast... no
checking whether the compiler accepts -Wunicode... no
checking whether the compiler accepts -Wunicode-whitespace... no
checking whether the compiler accepts -Wunknown-warning-option... no
checking whether the compiler accepts -Wunnamed-type-template-args... no
checking whether the compiler accepts -Wunneeded-member-function... no
checking whether the compiler accepts -Wunsequenced... no
checking whether the compiler accepts -Wunsupported-visibility... no
checking whether the compiler accepts -Wunused-but-set-parameter... yes
checking whether the compiler accepts -Wunused-but-set-variable... yes
checking whether the compiler accepts -Wunused-command-line-argument... no
checking whether the compiler accepts -Wunused-const-variable=2... yes
checking whether the compiler accepts -Wunused-exception-parameter... no
checking whether the compiler accepts -Wunused-local-typedefs... yes
checking whether the compiler accepts -Wunused-member-function... no
checking whether the compiler accepts -Wunused-sanitize-argument... no
checking whether the compiler accepts -Wunused-volatile-lvalue... no
checking whether the compiler accepts -Wuser-defined-literals... no
checking whether the compiler accepts -Wvariadic-macros... yes
checking whether the compiler accepts -Wvector-conversion... no
checking whether the compiler accepts -Wvector-conversions... no
checking whether the compiler accepts -Wvexing-parse... no
checking whether the compiler accepts -Wvisibility... no
checking whether the compiler accepts -Wvla-extension... no
checking whether the compiler accepts -Wzero-length-array... no
checking whether C compiler accepts -Wextra-semi... no
checking whether the compiler accepts @warning_flags... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Doxyfile
config.status: creating Makefile
config.status: creating contrib/operator-tools/tor.logrotate
config.status: creating src/config/torrc.sample
config.status: creating src/config/torrc.minimal
config.status: creating scripts/maint/checkOptionDocs.pl
config.status: creating warning_flags
config.status: creating orconfig.h
config.status: executing depfiles commands
checking for tput... /usr/bin/tput
tput: No value for $TERM and no -T specified
./configure: line 32613: test: -ge: unary operator expected

Tor Version: Tor 0.4.8.10 

Build Features
  Compiler:                                                      x86_64-w64-mingw32-gcc
  Host OS:                                                       mingw32
  License Option:                                                GPL

  Warnings are fatal (--enable-fatal-warnings):                  no
  Android support (--enable-android):                            no

Static Build
  tor (--enable-static-tor):                                     yes
  libevent:                                                      /homedir/wine/drive_c/electroncash/contrib/libevent/dist/lib
  libssl:                                                        /homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib
  zlib1g:                                                        /homedir/wine/drive_c/electroncash/contrib/zlib/dist/lib

Optional Libraries
  libnss (--enable-nss):                                         no
  libseccomp (--disable-seccomp):                                no
  libscrypt (--disable-libscrypt):                               no
  Systemd support (--enable-systemd):                            no
  liblzma (--enable-lzma):                                       no
  libzstd (--enable-zstd):                                       no

Hardening
  Compiler Hardening (--disable-gcc-hardening):                  yes
  Linker Hardening (--disable-linker-hardening):                 yes
  Fragile Hardening (--enable-fragile-hardening, dev only):      no

Modules
  relay:                                                         no
  dirauth:                                                       no
  dircache:                                                      no
  pow (--disable-module-pow):                                    yes

Documentation
  AsciiDoc (--disable-asciidoc):                                 no
  Man Pages (--disable-manpage):                                 no
  HTML Manual (--disable-html-manual):                           no

Tests
  Unit tests (--disable-unittests):                              no
  assert()s enabled (--enable-asserts-in-tests, dev only):       no
  Code Coverage (--enable-coverage):                             no
  libFuzzer support (--enable-libfuzzer):                        no
  OSS-Fuzz support (--enable-oss-fuzz):                          no

Tracing (--enable-tracing-instrumentation-<type>)
  Tracepoints to log_debug() (log-debug):                        no
  USDT Instrumentation (usdt):                                   no
  LTTng Instrumentation (lttng):                                 no

Install Directories
  Binaries:                                                      /homedir/wine/drive_c/electroncash/contrib/tor/dist/bin
  Configuration:                                                 /homedir/wine/drive_c/electroncash/contrib/tor/dist/etc/tor
  Man Pages:                                                     /homedir/wine/drive_c/electroncash/contrib/tor/dist/share/man

Configure Line: ./configure --host=x86_64-w64-mingw32 --build=x86_64-pc-linux-gnu --prefix=/homedir/wine/drive_c/electroncash/contrib/tor/dist --disable-system-torrc --disable-manpage --disable-html-manual --disable-asciidoc --enable-static-libevent --with-libevent-dir=/homedir/wine/drive_c/electroncash/contrib/libevent/dist --enable-static-openssl --with-openssl-dir=/homedir/wine/drive_c/electroncash/contrib/openssl/dist --enable-static-zlib --with-zlib-dir=/homedir/wine/drive_c/electroncash/contrib/zlib/dist --disable-systemd --disable-lzma --disable-zstd --disable-unittests --disable-seccomp --disable-libscrypt --disable-module-dirauth --disable-module-relay --enable-gpl --enable-static-tor
make  all-am
make[1]: Entering directory '/homedir/wine/drive_c/electroncash/contrib/tor'
  CC       src/app/main/main.o
  CC       src/app/main/risky_options.o
  CC       src/app/main/shutdown.o
  CC       src/app/main/subsystem_list.o
  CC       src/app/main/subsysmgr.o
  CC       src/app/main/ntmain.o
  CC       src/feature/relay/relay_stub.o
  CC       src/app/main/tor_main.o
  CC       src/core/crypto/hs_ntor.o
  CC       src/core/crypto/onion_fast.o
  CC       src/core/crypto/onion_crypto.o
  CC       src/core/crypto/onion_ntor_v3.o
  CC       src/core/crypto/onion_ntor.o
  CC       src/core/crypto/onion_tap.o
  CC       src/core/crypto/relay_crypto.o
  CC       src/core/mainloop/connection.o
  CC       src/core/mainloop/mainloop.o
  CC       src/core/mainloop/mainloop_pubsub.o
  CC       src/core/mainloop/cpuworker.o
  CC       src/core/mainloop/mainloop_sys.o
  CC       src/core/mainloop/netstatus.o
  CC       src/core/mainloop/periodic.o
  CC       src/core/or/address_set.o
  CC       src/core/or/channel.o
  CC       src/core/or/channeltls.o
  CC       src/core/or/channelpadding.o
  CC       src/core/or/circuitlist.o
  CC       src/core/or/circuitmux.o
  CC       src/core/or/circuitpadding.o
  CC       src/core/or/circuitmux_ewma.o
  CC       src/core/or/circuitpadding_machines.o
  CC       src/core/or/circuitstats.o
  CC       src/core/or/circuitbuild.o
  CC       src/core/or/circuituse.o
  CC       src/core/or/crypt_path.o
  CC       src/core/or/command.o
  CC       src/core/or/connection_edge.o
  CC       src/core/or/connection_or.o
  CC       src/core/or/dos.o
  CC       src/core/or/dos_config.o
  CC       src/core/or/dos_sys.o
  CC       src/core/or/extendinfo.o
  CC       src/core/or/ocirc_event.o
  CC       src/core/or/or_periodic.o
  CC       src/core/or/onion.o
  CC       src/core/or/orconn_event.o
  CC       src/core/or/or_sys.o
  CC       src/core/or/protover.o
  CC       src/core/or/reasons.o
  CC       src/core/or/policies.o
  CC       src/core/or/relay.o
  CC       src/core/or/scheduler.o
  CC       src/core/or/scheduler_kist.o
  CC       src/core/or/scheduler_vanilla.o
  CC       src/core/or/congestion_control_vegas.o
  CC       src/core/or/sendme.o
  CC       src/core/or/congestion_control_common.o
  CC       src/core/or/congestion_control_flow.o
  CC       src/core/or/conflux.o
  CC       src/core/or/conflux_cell.o
  CC       src/core/or/conflux_pool.o
  CC       src/core/or/conflux_params.o
  CC       src/core/or/conflux_sys.o
  CC       src/core/or/conflux_util.o
  CC       src/core/or/status.o
  CC       src/core/or/versions.o
  CC       src/core/proto/proto_cell.o
  CC       src/core/proto/proto_control0.o
  CC       src/core/proto/proto_ext_or.o
  CC       src/core/proto/proto_haproxy.o
  CC       src/core/proto/proto_http.o
  CC       src/core/proto/proto_socks.o
  CC       src/feature/api/tor_api.o
  CC       src/feature/client/addressmap.o
  CC       src/feature/client/bridges.o
  CC       src/feature/client/circpathbias.o
  CC       src/feature/client/dnsserv.o
  CC       src/feature/client/entrynodes.o
  CC       src/feature/client/proxymode.o
  CC       src/feature/client/transports.o
  CC       src/feature/control/btrack.o
  CC       src/feature/control/btrack_orconn.o
  CC       src/feature/control/btrack_circuit.o
  CC       src/feature/control/btrack_orconn_cevent.o
  CC       src/feature/control/btrack_orconn_maps.o
  CC       src/feature/control/control.o
  CC       src/feature/control/control_auth.o
  CC       src/feature/control/control_bootstrap.o
  CC       src/feature/control/control_cmd.o
  CC       src/feature/control/control_hs.o
  CC       src/feature/control/control_fmt.o
  CC       src/feature/control/control_events.o
  CC       src/feature/control/control_getinfo.o
  CC       src/feature/control/control_proto.o
  CC       src/feature/control/getinfo_geoip.o
  CC       src/feature/dirclient/dirclient.o
  CC       src/feature/dirclient/dlstatus.o
  CC       src/feature/dirclient/dirclient_modes.o
  CC       src/feature/dircommon/consdiff.o
  CC       src/feature/dircommon/directory.o
  CC       src/feature/dircommon/fp_pair.o
  CC       src/feature/dirparse/authcert_parse.o
  CC       src/feature/dirparse/parsecommon.o
  CC       src/feature/dirparse/ns_parse.o
  CC       src/feature/dirparse/microdesc_parse.o
  CC       src/feature/dirparse/policy_parse.o
  CC       src/feature/dirparse/routerparse.o
  CC       src/feature/dirparse/sigcommon.o
  CC       src/feature/dirparse/signing.o
  CC       src/feature/hibernate/hibernate.o
  CC       src/feature/dirparse/unparseable.o
  CC       src/feature/hs_common/replaycache.o
  CC       src/feature/hs_common/shared_random_client.o
  CC       src/feature/hs/hs_cache.o
  CC       src/feature/hs/hs_cell.o
  CC       src/feature/hs/hs_circuit.o
  CC       src/feature/hs/hs_circuitmap.o
  CC       src/feature/hs/hs_client.o
  CC       src/feature/hs/hs_common.o
  CC       src/feature/hs/hs_config.o
  CC       src/feature/hs/hs_control.o
  CC       src/feature/hs/hs_descriptor.o
  CC       src/feature/hs/hs_dos.o
  CC       src/feature/hs/hs_ident.o
  CC       src/feature/hs/hs_intropoint.o
  CC       src/feature/hs/hs_metrics.o
  CC       src/feature/hs/hs_ob.o
  CC       src/feature/hs/hs_service.o
  CC       src/feature/hs/hs_stats.o
  CC       src/feature/hs/hs_sys.o
  CC       src/feature/hs/hs_metrics_entry.o
  CC       src/feature/hs/hs_pow.o
  CC       src/feature/keymgt/loadkey.o
  CC       src/feature/metrics/metrics.o
  CC       src/feature/metrics/metrics_sys.o
  CC       src/feature/nodelist/authcert.o
  CC       src/feature/nodelist/describe.o
  CC       src/feature/nodelist/dirlist.o
  CC       src/feature/nodelist/networkstatus.o
  CC       src/feature/nodelist/microdesc.o
  CC       src/feature/nodelist/nickname.o
  CC       src/feature/nodelist/nodefamily.o
  CC       src/feature/nodelist/nodelist.o
  CC       src/feature/nodelist/node_select.o
  CC       src/feature/nodelist/routerinfo.o
  CC       src/feature/nodelist/routerlist.o
  CC       src/feature/nodelist/routerset.o
  CC       src/feature/nodelist/fmt_routerstatus.o
  CC       src/feature/nodelist/torcert.o
  CC       src/feature/relay/onion_queue.o
  CC       src/feature/relay/relay_find_addr.o
  CC       src/feature/relay/router.o
  CC       src/feature/rend/rendcommon.o
  CC       src/feature/rend/rendmid.o
  CC       src/feature/stats/bwhist.o
  CC       src/feature/stats/connstats.o
  CC       src/feature/stats/geoip_stats.o
  CC       src/feature/stats/rephist.o
  CC       src/feature/stats/predict_ports.o
  CC       src/app/config/config.o
  CC       src/app/config/quiet_level.o
  CC       src/app/config/resolve_addr.o
  CC       src/app/config/statefile.o
  CC       src/feature/dirauth/dirauth_stub.o
  CC       src/feature/dircache/dircache_stub.o
  CC       src/lib/compress/compress.o
  CC       src/lib/compress/compress_buf.o
  CC       src/lib/compress/compress_lzma.o
  CC       src/lib/compress/compress_none.o
  CC       src/lib/compress/compress_zlib.o
  CC       src/lib/compress/compress_zstd.o
  CC       src/lib/evloop/compat_libevent.o
  CC       src/lib/evloop/evloop_sys.o
  CC       src/lib/evloop/procmon.o
  CC       src/lib/evloop/timers.o
  CC       src/lib/evloop/token_bucket.o
  CC       src/lib/evloop/workqueue.o
  CC       src/lib/tls/libtor_tls_a-buffers_tls.o
  CC       src/lib/tls/libtor_tls_a-tortls.o
  CC       src/lib/tls/libtor_tls_a-x509.o
  CC       src/lib/tls/libtor_tls_a-tortls_openssl.o
  CC       src/lib/tls/libtor_tls_a-x509_openssl.o
  CC       src/lib/crypt_ops/libtor_crypt_ops_a-crypto_cipher.o
  CC       src/lib/crypt_ops/libtor_crypt_ops_a-crypto_curve25519.o
  CC       src/lib/crypt_ops/libtor_crypt_ops_a-crypto_dh.o
  CC       src/lib/crypt_ops/libtor_crypt_ops_a-crypto_digest.o
  CC       src/lib/crypt_ops/libtor_crypt_ops_a-crypto_ed25519.o
  CC       src/lib/crypt_ops/libtor_crypt_ops_a-crypto_format.o
  CC       src/lib/crypt_ops/libtor_crypt_ops_a-crypto_hkdf.o
  CC       src/lib/crypt_ops/libtor_crypt_ops_a-crypto_init.o
  CC       src/lib/crypt_ops/libtor_crypt_ops_a-crypto_ope.o
  CC       src/lib/crypt_ops/libtor_crypt_ops_a-crypto_pwbox.o
  CC       src/lib/crypt_ops/libtor_crypt_ops_a-crypto_rand.o
  CC       src/lib/crypt_ops/libtor_crypt_ops_a-crypto_rand_fast.o
  CC       src/lib/crypt_ops/libtor_crypt_ops_a-crypto_rsa.o
  CC       src/lib/crypt_ops/libtor_crypt_ops_a-crypto_rand_numeric.o
  CC       src/lib/crypt_ops/libtor_crypt_ops_a-crypto_s2k.o
  CC       src/lib/crypt_ops/libtor_crypt_ops_a-crypto_util.o
  CC       src/lib/crypt_ops/libtor_crypt_ops_a-digestset.o
  CC       src/lib/crypt_ops/libtor_crypt_ops_a-aes_openssl.o
  CC       src/lib/crypt_ops/libtor_crypt_ops_a-crypto_digest_openssl.o
  CC       src/lib/crypt_ops/libtor_crypt_ops_a-crypto_rsa_openssl.o
  CC       src/lib/crypt_ops/libtor_crypt_ops_a-crypto_dh_openssl.o
  CC       src/lib/crypt_ops/libtor_crypt_ops_a-crypto_openssl_mgt.o
  CC       src/ext/keccak-tiny/libkeccak_tiny_a-keccak-tiny-unrolled.o
  CC       src/ext/curve25519_donna/lib_libcurve25519_donna_a-curve25519-donna-c64.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-fe_1.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-fe_add.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-fe_cmov.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-fe_0.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-fe_copy.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-fe_frombytes.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-fe_invert.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-fe_isnegative.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-fe_isnonzero.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-fe_mul.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-fe_neg.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-fe_pow22523.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-fe_sq.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-fe_sq2.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-fe_sub.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-fe_tobytes.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-ge_add.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-ge_double_scalarmult.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-ge_frombytes.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-ge_madd.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-ge_msub.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-ge_p1p1_to_p2.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-ge_p1p1_to_p3.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-ge_p2_0.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-ge_p2_dbl.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-ge_p3_0.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-ge_p3_dbl.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-ge_p3_to_cached.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-ge_p3_tobytes.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-ge_p3_to_p2.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-ge_precomp_0.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-ge_scalarmult_base.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-ge_sub.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-keypair.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-ge_tobytes.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-open.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-sc_muladd.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-sc_reduce.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-sign.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-keyconv.o
  CC       src/ext/ed25519/ref10/libed25519_ref10_a-blinding.o
  CC       src/ext/ed25519/donna/libed25519_donna_a-ed25519_tor.o
  CC       src/ext/equix/hashx/src/libhashx_a-blake2.o
  CC       src/ext/equix/hashx/src/libhashx_a-compiler.o
  CC       src/ext/equix/hashx/src/libhashx_a-compiler_a64.o
  CC       src/ext/equix/hashx/src/libhashx_a-hashx.o
  CC       src/ext/equix/hashx/src/libhashx_a-compiler_x86.o
  CC       src/ext/equix/hashx/src/libhashx_a-context.o
  CC       src/ext/equix/hashx/src/libhashx_a-program.o
  CC       src/ext/equix/hashx/src/libhashx_a-program_exec.o
  CC       src/ext/equix/hashx/src/libhashx_a-siphash.o
  CC       src/ext/equix/hashx/src/libhashx_a-siphash_rng.o
  CC       src/ext/equix/hashx/src/libhashx_a-virtual_memory.o
  CC       src/ext/equix/src/libequix_a-context.o
  CC       src/ext/equix/src/libequix_a-equix.o
  CC       src/ext/equix/src/libequix_a-solver.o
  CC       src/lib/geoip/geoip.o
  CC       src/lib/process/daemon.o
  CC       src/lib/process/env.o
  CC       src/lib/process/process.o
  CC       src/lib/process/process_sys.o
  CC       src/lib/process/pidfile.o
  CC       src/lib/process/process_unix.o
  CC       src/lib/process/process_win32.o
  CC       src/lib/process/restrict.o
  CC       src/lib/process/setuid.o
  CC       src/lib/process/waitpid.o
  CC       src/lib/buf/buffers.o
  CC       src/lib/confmgt/confmgt.o
  CC       src/lib/confmgt/type_defs.o
  CC       src/lib/confmgt/structvar.o
  CC       src/lib/confmgt/typedvar.o
  CC       src/lib/confmgt/unitparse.o
  CC       src/lib/pubsub/pubsub_build.o
  CC       src/lib/pubsub/pubsub_check.o
  CC       src/lib/pubsub/pubsub_publish.o
  CC       src/lib/dispatch/dispatch_cfg.o
  CC       src/lib/dispatch/dispatch_naming.o
  CC       src/lib/dispatch/dispatch_core.o
  CC       src/lib/time/compat_time.o
  CC       src/lib/dispatch/dispatch_new.o
  CC       src/lib/time/time_sys.o
  CC       src/lib/time/tvdiff.o
  CC       src/lib/fs/conffile.o
  CC       src/lib/fs/dir.o
  CC       src/lib/fs/files.o
  CC       src/lib/fs/freespace.o
  CC       src/lib/fs/lockfile.o
  CC       src/lib/fs/mmap.o
  CC       src/lib/fs/path.o
  CC       src/lib/fs/storagedir.o
  CC       src/lib/fs/userdb.o
  CC       src/lib/fs/winlib.o
  CC       src/lib/encoding/binascii.o
  CC       src/lib/encoding/confline.o
  CC       src/lib/encoding/cstring.o
  CC       src/lib/encoding/keyval.o
  CC       src/lib/encoding/pem.o
  CC       src/lib/encoding/kvline.o
  CC       src/lib/encoding/qstring.o
  CC       src/lib/encoding/time_fmt.o
  CC       src/lib/sandbox/sandbox.o
  CC       src/lib/container/bloomfilt.o
  CC       src/lib/container/map.o
  CC       src/lib/container/namemap.o
  CC       src/lib/container/order.o
  CC       src/lib/container/smartlist.o
  CC       src/lib/net/address.o
  CC       src/lib/net/alertsock.o
  CC       src/lib/net/buffers_net.o
  CC       src/lib/net/gethostname.o
  CC       src/lib/net/inaddr.o
  CC       src/lib/net/resolve.o
  CC       src/lib/net/network_sys.o
  CC       src/lib/net/socket.o
  CC       src/lib/net/socketpair.o
  CC       src/lib/thread/compat_threads.o
  CC       src/lib/thread/numcpus.o
  CC       src/lib/thread/compat_winthreads.o
  CC       src/lib/memarea/memarea.o
  CC       src/lib/math/fp.o
  CC       src/lib/math/laplace.o
  CC       src/lib/math/prob_distr.o
  CC       src/lib/meminfo/meminfo.o
  CC       src/lib/osinfo/uname.o
  CC       src/lib/osinfo/libc.o
  CC       src/lib/log/escape.o
  CC       src/lib/log/ratelim.o
  CC       src/lib/log/log.o
  CC       src/lib/log/log_sys.o
  CC       src/lib/log/util_bug.o
  CC       src/lib/lock/compat_mutex.o
  CC       src/lib/log/win32err.o
  CC       src/lib/lock/compat_mutex_winthreads.o
  CC       src/lib/fdio/fdio.o
  CC       src/lib/string/compat_ctype.o
  CC       src/lib/string/compat_string.o
  CC       src/lib/string/util_string.o
  CC       src/lib/string/parse_int.o
  CC       src/lib/string/printf.o
  CC       src/lib/string/scanf.o
  CC       src/lib/term/getpass.o
  CC       src/lib/smartlist_core/smartlist_core.o
  CC       src/lib/smartlist_core/smartlist_split.o
  CC       src/lib/malloc/malloc.o
  CC       src/lib/malloc/map_anon.o
  CC       src/lib/wallclock/approx_time.o
  CC       src/lib/wallclock/time_to_tm.o
  CC       src/lib/wallclock/tor_gettimeofday.o
  CC       src/lib/err/torerr.o
  CC       src/lib/err/backtrace.o
  CC       src/lib/err/torerr_sys.o
  CC       src/lib/version/git_revision.o
  CC       src/lib/version/version.o
  CC       src/lib/llharden/winprocess_sys.o
  CC       src/lib/intmath/addsub.o
  CC       src/lib/intmath/muldiv.o
  CC       src/lib/intmath/bits.o
  CC       src/lib/intmath/weakrng.o
  CC       src/ext/lib_libtor_ctime_a-csiphash.o
  CC       src/lib/ctime/libtor_ctime_a-di_ops.o
  CC       src/lib/metrics/metrics_store.o
  CC       src/lib/metrics/metrics_store_entry.o
  CC       src/lib/metrics/metrics_common.o
  CC       src/lib/metrics/prometheus.o
  CC       src/ext/trunnel/trunnel_libor_trunnel_a-trunnel.o
  CC       src/trunnel/libor_trunnel_a-ed25519_cert.o
  CC       src/trunnel/libor_trunnel_a-extension.o
  CC       src/trunnel/libor_trunnel_a-pwbox.o
  CC       src/trunnel/hs/libor_trunnel_a-cell_establish_intro.o
  CC       src/trunnel/libor_trunnel_a-link_handshake.o
  CC       src/trunnel/hs/libor_trunnel_a-cell_introduce1.o
  CC       src/trunnel/hs/libor_trunnel_a-cell_rendezvous.o
  CC       src/trunnel/libor_trunnel_a-channelpadding_negotiation.o
  CC       src/trunnel/libor_trunnel_a-sendme_cell.o
  CC       src/trunnel/libor_trunnel_a-flow_control_cells.o
  CC       src/trunnel/libor_trunnel_a-congestion_control.o
  CC       src/trunnel/libor_trunnel_a-socks5.o
  CC       src/trunnel/libor_trunnel_a-netinfo.o
  CC       src/trunnel/libor_trunnel_a-circpad_negotiation.o
  CC       src/trunnel/libor_trunnel_a-conflux.o
  CC       src/lib/trace/trace_stub.o
  CC       src/tools/tor-gencert.o
  CC       src/tools/tor-resolve.o
  CC       src/tools/tor-print-ed-signing-cert.o
  CC       src/test/bench.o
  CC       src/test/test_ntor_cl.o
  CC       src/test/test_hs_ntor_cl.o
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  AR       src/lib/libtor-compress.a
  AR       src/lib/libtor-evloop.a
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  AR       src/lib/libtor-tls.a
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  AR       src/lib/libtor-crypt-ops.a
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  AR       src/ext/ed25519/ref10/libed25519_ref10.a
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  AR       src/ext/equix/libequix.a
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  AR       src/lib/libtor-geoip.a
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  AR       src/lib/libtor-buf.a
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  AR       src/lib/libtor-confmgt.a
  AR       src/lib/libtor-pubsub.a
  AR       src/lib/libtor-dispatch.a
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  AR       src/lib/libtor-encoding.a
  AR       src/lib/libtor-container.a
  AR       src/lib/libtor-memarea.a
  AR       src/lib/libtor-sandbox.a
  AR       src/lib/libtor-time.a
  AR       src/lib/libtor-math.a
  AR       src/lib/libtor-meminfo.a
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  AR       src/lib/libtor-string.a
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  AR       src/lib/libtor-term.a
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  AR       src/lib/libtor-smartlist-core.a
  AR       src/lib/libtor-err.a
  AR       src/lib/libtor-intmath.a
  AR       src/lib/libtor-version.a
  AR       src/lib/libtor-ctime.a
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  AR       src/lib/libtor-metrics.a
  AR       src/lib/libtor-trace.a
  AR       src/lib/libtor-process.a
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  AR       src/lib/libtor-thread.a
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  AR       src/lib/libtor-osinfo.a
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  AR       src/lib/libcurve25519_donna.a
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  AR       src/lib/libtor-lock.a
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  AR       src/lib/libtor-fdio.a
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  AR       src/lib/libtor-malloc.a
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  AR       src/lib/libtor-wallclock.a
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  AR       src/lib/libtor-llharden.a
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
src/ext/equix/hashx/src/virtual_memory.c:30:13: warning: ‘set_privilege’ defined but not used [-Wunused-function]
   30 | static bool set_privilege(const char* pszPrivilege, BOOL bEnable) {
      |             ^~~~~~~~~~~~~
  AR       src/ext/equix/libhashx.a
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  AR       src/lib/libtor-log.a
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  AR       src/lib/libtor-fs.a
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  AR       src/trunnel/libor-trunnel.a
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  AR       src/ext/keccak-tiny/libkeccak-tiny.a
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  AR       src/lib/libtor-net.a
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  AR       src/core/libtor-app.a
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  AR       src/ext/ed25519/donna/libed25519_donna.a
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  CCLD     src/tools/tor-gencert.exe
  CCLD     src/tools/tor-resolve.exe
  CCLD     src/tools/tor-print-ed-signing-cert.exe
  AR       libtor.a
x86_64-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
  CCLD     src/app/tor.exe
  CCLD     src/test/bench.exe
  CCLD     src/test/test-ntor-cl.exe
  CCLD     src/test/test-hs-ntor-cl.exe
make[1]: Leaving directory '/homedir/wine/drive_c/electroncash/contrib/tor'
make[1]: Entering directory '/homedir/wine/drive_c/electroncash/contrib/tor'
 /usr/bin/mkdir -p '/homedir/wine/drive_c/electroncash/contrib/tor/dist/bin'
  /usr/bin/install -c src/app/tor.exe src/tools/tor-resolve.exe src/tools/tor-print-ed-signing-cert.exe src/tools/tor-gencert.exe '/homedir/wine/drive_c/electroncash/contrib/tor/dist/bin'
 /usr/bin/mkdir -p '/homedir/wine/drive_c/electroncash/contrib/tor/dist/bin'
 /usr/bin/install -c contrib/client-tools/torify '/homedir/wine/drive_c/electroncash/contrib/tor/dist/bin'
 /usr/bin/mkdir -p '/homedir/wine/drive_c/electroncash/contrib/tor/dist/etc/tor'
 /usr/bin/install -c -m 644 src/config/torrc.sample '/homedir/wine/drive_c/electroncash/contrib/tor/dist/etc/tor'
 /usr/bin/mkdir -p '/homedir/wine/drive_c/electroncash/contrib/tor/dist/share/tor'
 /usr/bin/install -c -m 644 src/config/geoip src/config/geoip6 '/homedir/wine/drive_c/electroncash/contrib/tor/dist/share/tor'
make[1]: Leaving directory '/homedir/wine/drive_c/electroncash/contrib/tor'
'/homedir/wine/drive_c/electroncash/contrib/tor/dist/bin/tor.exe' -> '/homedir/wine/drive_c/electroncash/contrib/../electroncash/tor/bin/./tor.exe'
9c6a1dfb2764cc50b180b4154660c85536355ad33535b41edcca18f8e91752b3  /homedir/wine/drive_c/electroncash/contrib/tor/dist/bin/tor.exe
INFO:  tor.exe has been placed in the 'electroncash' folder.
~/wine/drive_c/electroncash/contrib/build-wine
INFO:  Preparing Wine...
~/wine/drive_c/electroncash/contrib/build-wine ~/wine/drive_c/electroncash/contrib/build-wine
INFO:  Cleaning tmp
INFO:  done
~/tmp ~/wine/drive_c/electroncash/contrib/build-wine ~/wine/drive_c/electroncash/contrib/build-wine
INFO:  Importing Python dev keyring (may take a few minutes)...
gpg: directory '/homedir/.gnupg' created
gpg: keybox '/homedir/.gnupg/keyring-electroncash-build-python-dev.gpg' created
gpg: armor header: Comment: https://keybase.io/stevedower
gpg: armor header: Version: Keybase Go 1.0.11 (windows)
gpg: pub  rsa4096/FC624643487034E5 2015-04-06  Steve Dower (Python Release Signing) <steve.dower@microsoft.com>
gpg: /homedir/.gnupg/trustdb.gpg: trustdb created
gpg: using pgp trust model
gpg: key FC624643487034E5: public key "Steve Dower (Python Release Signing) <steve.dower@microsoft.com>" imported
gpg: no running gpg-agent - starting '/usr/bin/gpg-agent'
gpg: waiting for the agent to come up ... (5s)
gpg: connection to agent established
gpg: Total number processed: 1
gpg:               imported: 1
INFO:  Installing Python ...
INFO:  Downloading core...
--2026-06-23 12:30:40--  https://www.python.org/ftp/python/3.11.8/amd64/core.msi
Resolving www.python.org (www.python.org)... 151.101.192.223, 151.101.64.223, 151.101.128.223, ...
Connecting to www.python.org (www.python.org)|151.101.192.223|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1921024 (1.8M) [application/octet-stream]
Saving to: ‘core.msi’

     0K .......... .......... .......... .......... ..........  2% 1.12M 2s
    50K .......... .......... .......... .......... ..........  5% 4.41M 1s
   100K .......... .......... .......... .......... ..........  7% 1.92M 1s
   150K .......... .......... .......... .......... .......... 10% 6.99M 1s
   200K .......... .......... .......... .......... .......... 13% 7.68M 1s
   250K .......... .......... .......... .......... .......... 15% 2.78M 1s
   300K .......... .......... .......... .......... .......... 18% 9.71M 1s
   350K .......... .......... .......... .......... .......... 21% 9.25M 0s
   400K .......... .......... .......... .......... .......... 23% 14.4M 0s
   450K .......... .......... .......... .......... .......... 26% 14.0M 0s
   500K .......... .......... .......... .......... .......... 29% 16.9M 0s
   550K .......... .......... .......... .......... .......... 31% 3.34M 0s
   600K .......... .......... .......... .......... .......... 34% 18.7M 0s
   650K .......... .......... .......... .......... .......... 37% 27.9M 0s
   700K .......... .......... .......... .......... .......... 39% 18.3M 0s
   750K .......... .......... .......... .......... .......... 42% 19.3M 0s
   800K .......... .......... .......... .......... .......... 45% 29.2M 0s
   850K .......... .......... .......... .......... .......... 47% 25.8M 0s
   900K .......... .......... .......... .......... .......... 50% 18.5M 0s
   950K .......... .......... .......... .......... .......... 53% 23.0M 0s
  1000K .......... .......... .......... .......... .......... 55%  118M 0s
  1050K .......... .......... .......... .......... .......... 58% 30.1M 0s
  1100K .......... .......... .......... .......... .......... 61% 26.0M 0s
  1150K .......... .......... .......... .......... .......... 63% 3.81M 0s
  1200K .......... .......... .......... .......... .......... 66% 24.1M 0s
  1250K .......... .......... .......... .......... .......... 69%  137M 0s
  1300K .......... .......... .......... .......... .......... 71% 23.6M 0s
  1350K .......... .......... .......... .......... .......... 74% 44.0M 0s
  1400K .......... .......... .......... .......... .......... 77% 56.4M 0s
  1450K .......... .......... .......... .......... .......... 79% 38.8M 0s
  1500K .......... .......... .......... .......... .......... 82% 37.6M 0s
  1550K .......... .......... .......... .......... .......... 85% 49.3M 0s
  1600K .......... .......... .......... .......... .......... 87% 19.9M 0s
  1650K .......... .......... .......... .......... .......... 90% 66.0M 0s
  1700K .......... .......... .......... .......... .......... 93%  241M 0s
  1750K .......... .......... .......... .......... .......... 95% 40.0M 0s
  1800K .......... .......... .......... .......... .......... 98% 47.9M 0s
  1850K .......... .......... ......                          100% 57.7M=0.2s

2026-06-23 12:30:41 (9.33 MB/s) - ‘core.msi’ saved [1921024/1921024]

--2026-06-23 12:30:41--  https://www.python.org/ftp/python/3.11.8/amd64/core.msi.asc
Resolving www.python.org (www.python.org)... 151.101.192.223, 151.101.64.223, 151.101.128.223, ...
Connecting to www.python.org (www.python.org)|151.101.192.223|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 836 [application/octet-stream]
Saving to: ‘core.msi.asc’

     0K                                                       100% 58.2M=0s

2026-06-23 12:30:41 (58.2 MB/s) - ‘core.msi.asc’ saved [836/836]

INFO:  Verifying PGP signature for core.msi ...
OK:  core.msi signature verified
INFO:  Downloading exe...
--2026-06-23 12:30:41--  https://www.python.org/ftp/python/3.11.8/amd64/exe.msi
Resolving www.python.org (www.python.org)... 151.101.192.223, 151.101.64.223, 151.101.128.223, ...
Connecting to www.python.org (www.python.org)|151.101.192.223|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 692224 (676K) [application/octet-stream]
Saving to: ‘exe.msi’

     0K .......... .......... .......... .......... ..........  7% 1.07M 1s
    50K .......... .......... .......... .......... .......... 14% 1.39M 0s
   100K .......... .......... .......... .......... .......... 22% 5.68M 0s
   150K .......... .......... .......... .......... .......... 29% 6.43M 0s
   200K .......... .......... .......... .......... .......... 36% 2.23M 0s
   250K .......... .......... .......... .......... .......... 44% 8.68M 0s
   300K .......... .......... .......... .......... .......... 51% 11.0M 0s
   350K .......... .......... .......... .......... .......... 59% 8.21M 0s
   400K .......... .......... .......... .......... .......... 66% 15.4M 0s
   450K .......... .......... .......... .......... .......... 73% 2.92M 0s
   500K .......... .......... .......... .......... .......... 81% 13.8M 0s
   550K .......... .......... .......... .......... .......... 88% 19.9M 0s
   600K .......... .......... .......... .......... .......... 96% 21.1M 0s
   650K .......... .......... ......                          100% 15.0M=0.2s

2026-06-23 12:30:42 (4.01 MB/s) - ‘exe.msi’ saved [692224/692224]

--2026-06-23 12:30:42--  https://www.python.org/ftp/python/3.11.8/amd64/exe.msi.asc
Resolving www.python.org (www.python.org)... 151.101.192.223, 151.101.64.223, 151.101.128.223, ...
Connecting to www.python.org (www.python.org)|151.101.192.223|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 836 [application/octet-stream]
Saving to: ‘exe.msi.asc’

     0K                                                       100% 56.8M=0s

2026-06-23 12:30:42 (56.8 MB/s) - ‘exe.msi.asc’ saved [836/836]

INFO:  Verifying PGP signature for exe.msi ...
OK:  exe.msi signature verified
INFO:  Downloading dev...
--2026-06-23 12:30:42--  https://www.python.org/ftp/python/3.11.8/amd64/dev.msi
Resolving www.python.org (www.python.org)... 151.101.192.223, 151.101.64.223, 151.101.128.223, ...
Connecting to www.python.org (www.python.org)|151.101.192.223|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 335872 (328K) [application/octet-stream]
Saving to: ‘dev.msi’

     0K .......... .......... .......... .......... .......... 15% 1.17M 0s
    50K .......... .......... .......... .......... .......... 30% 1.35M 0s
   100K .......... .......... .......... .......... .......... 45% 5.02M 0s
   150K .......... .......... .......... .......... .......... 60% 6.25M 0s
   200K .......... .......... .......... .......... .......... 76% 7.89M 0s
   250K .......... .......... .......... .......... .......... 91% 2.46M 0s
   300K .......... .......... ........                        100% 9.13M=0.1s

2026-06-23 12:30:42 (2.57 MB/s) - ‘dev.msi’ saved [335872/335872]

--2026-06-23 12:30:42--  https://www.python.org/ftp/python/3.11.8/amd64/dev.msi.asc
Resolving www.python.org (www.python.org)... 151.101.192.223, 151.101.64.223, 151.101.128.223, ...
Connecting to www.python.org (www.python.org)|151.101.192.223|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 836 [application/octet-stream]
Saving to: ‘dev.msi.asc’

     0K                                                       100% 58.5M=0s

2026-06-23 12:30:42 (58.5 MB/s) - ‘dev.msi.asc’ saved [836/836]

INFO:  Verifying PGP signature for dev.msi ...
OK:  dev.msi signature verified
INFO:  Downloading lib...
--2026-06-23 12:30:42--  https://www.python.org/ftp/python/3.11.8/amd64/lib.msi
Resolving www.python.org (www.python.org)... 151.101.192.223, 151.101.64.223, 151.101.128.223, ...
Connecting to www.python.org (www.python.org)|151.101.192.223|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 8998912 (8.6M) [application/octet-stream]
Saving to: ‘lib.msi’

     0K .......... .......... .......... .......... ..........  0% 1.11M 8s
    50K .......... .......... .......... .......... ..........  1% 4.17M 5s
   100K .......... .......... .......... .......... ..........  1% 1.81M 5s
   150K .......... .......... .......... .......... ..........  2% 6.55M 4s
   200K .......... .......... .......... .......... ..........  2% 7.46M 3s
   250K .......... .......... .......... .......... ..........  3% 2.59M 3s
   300K .......... .......... .......... .......... ..........  3% 12.3M 3s
   350K .......... .......... .......... .......... ..........  4% 11.0M 3s
   400K .......... .......... .......... .......... ..........  5% 8.50M 2s
   450K .......... .......... .......... .......... ..........  5% 18.1M 2s
   500K .......... .......... .......... .......... ..........  6% 13.9M 2s
   550K .......... .......... .......... .......... ..........  6% 3.22M 2s
   600K .......... .......... .......... .......... ..........  7% 16.4M 2s
   650K .......... .......... .......... .......... ..........  7% 18.0M 2s
   700K .......... .......... .......... .......... ..........  8% 19.3M 2s
   750K .......... .......... .......... .......... ..........  9% 29.5M 2s
   800K .......... .......... .......... .......... ..........  9% 17.3M 2s
   850K .......... .......... .......... .......... .......... 10% 28.2M 1s
   900K .......... .......... .......... .......... .......... 10% 26.6M 1s
   950K .......... .......... .......... .......... .......... 11% 24.6M 1s
  1000K .......... .......... .......... .......... .......... 11% 29.3M 1s
  1050K .......... .......... .......... .......... .......... 12% 26.0M 1s
  1100K .......... .......... .......... .......... .......... 13% 33.0M 1s
  1150K .......... .......... .......... .......... .......... 13% 3.28M 1s
  1200K .......... .......... .......... .......... .......... 14% 65.8M 1s
  1250K .......... .......... .......... .......... .......... 14% 31.2M 1s
  1300K .......... .......... .......... .......... .......... 15% 38.4M 1s
  1350K .......... .......... .......... .......... .......... 15% 39.2M 1s
  1400K .......... .......... .......... .......... .......... 16% 32.2M 1s
  1450K .......... .......... .......... .......... .......... 17% 78.8M 1s
  1500K .......... .......... .......... .......... .......... 17% 43.6M 1s
  1550K .......... .......... .......... .......... .......... 18% 26.1M 1s
  1600K .......... .......... .......... .......... .......... 18% 67.9M 1s
  1650K .......... .......... .......... .......... .......... 19% 36.9M 1s
  1700K .......... .......... .......... .......... .......... 19% 45.9M 1s
  1750K .......... .......... .......... .......... .......... 20% 45.3M 1s
  1800K .......... .......... .......... .......... .......... 21% 96.1M 1s
  1850K .......... .......... .......... .......... .......... 21% 35.7M 1s
  1900K .......... .......... .......... .......... .......... 22% 70.9M 1s
  1950K .......... .......... .......... .......... .......... 22% 37.2M 1s
  2000K .......... .......... .......... .......... .......... 23% 51.5M 1s
  2050K .......... .......... .......... .......... .......... 23% 68.3M 1s
  2100K .......... .......... .......... .......... .......... 24% 49.1M 1s
  2150K .......... .......... .......... .......... .......... 25% 93.7M 1s
  2200K .......... .......... .......... .......... .......... 25% 45.1M 1s
  2250K .......... .......... .......... .......... .......... 26% 54.3M 1s
  2300K .......... .......... .......... .......... .......... 26% 63.5M 1s
  2350K .......... .......... .......... .......... .......... 27% 3.58M 1s
  2400K .......... .......... .......... .......... .......... 27%  138M 1s
  2450K .......... .......... .......... .......... .......... 28% 64.0M 1s
  2500K .......... .......... .......... .......... .......... 29% 57.0M 1s
  2550K .......... .......... .......... .......... .......... 29% 77.7M 1s
  2600K .......... .......... .......... .......... .......... 30% 97.5M 1s
  2650K .......... .......... .......... .......... .......... 30% 49.2M 1s
  2700K .......... .......... .......... .......... .......... 31%  127M 1s
  2750K .......... .......... .......... .......... .......... 31% 53.1M 0s
  2800K .......... .......... .......... .......... .......... 32% 54.6M 0s
  2850K .......... .......... .......... .......... .......... 32%  104M 0s
  2900K .......... .......... .......... .......... .......... 33%  103M 0s
  2950K .......... .......... .......... .......... .......... 34%  116M 0s
  3000K .......... .......... .......... .......... .......... 34% 79.9M 0s
  3050K .......... .......... .......... .......... .......... 35% 47.7M 0s
  3100K .......... .......... .......... .......... .......... 35% 55.0M 0s
  3150K .......... .......... .......... .......... .......... 36%  125M 0s
  3200K .......... .......... .......... .......... .......... 36%  117M 0s
  3250K .......... .......... .......... .......... .......... 37%  156M 0s
  3300K .......... .......... .......... .......... .......... 38% 88.6M 0s
  3350K .......... .......... .......... .......... .......... 38%  123M 0s
  3400K .......... .......... .......... .......... .......... 39% 62.8M 0s
  3450K .......... .......... .......... .......... .......... 39%  125M 0s
  3500K .......... .......... .......... .......... .......... 40% 51.4M 0s
  3550K .......... .......... .......... .......... .......... 40%  143M 0s
  3600K .......... .......... .......... .......... .......... 41%  132M 0s
  3650K .......... .......... .......... .......... .......... 42%  162M 0s
  3700K .......... .......... .......... .......... .......... 42% 83.9M 0s
  3750K .......... .......... .......... .......... .......... 43%  101M 0s
  3800K .......... .......... .......... .......... .......... 43%  113M 0s
  3850K .......... .......... .......... .......... .......... 44% 83.1M 0s
  3900K .......... .......... .......... .......... .......... 44% 63.7M 0s
  3950K .......... .......... .......... .......... .......... 45%  141M 0s
  4000K .......... .......... .......... .......... .......... 46% 90.1M 0s
  4050K .......... .......... .......... .......... .......... 46%  128M 0s
  4100K .......... .......... .......... .......... .......... 47%  176M 0s
  4150K .......... .......... .......... .......... .......... 47% 83.9M 0s
  4200K .......... .......... .......... .......... .......... 48%  113M 0s
  4250K .......... .......... .......... .......... .......... 48%  135M 0s
  4300K .......... .......... .......... .......... .......... 49%  126M 0s
  4350K .......... .......... .......... .......... .......... 50%  112M 0s
  4400K .......... .......... .......... .......... .......... 50%  136M 0s
  4450K .......... .......... .......... .......... .......... 51%  112M 0s
  4500K .......... .......... .......... .......... .......... 51%  107M 0s
  4550K .......... .......... .......... .......... .......... 52% 80.9M 0s
  4600K .......... .......... .......... .......... .......... 52%  116M 0s
  4650K .......... .......... .......... .......... .......... 53%  161M 0s
  4700K .......... .......... .......... .......... .......... 54%  112M 0s
  4750K .......... .......... .......... .......... .......... 54% 3.83M 0s
  4800K .......... .......... .......... .......... .......... 55% 71.2M 0s
  4850K .......... .......... .......... .......... .......... 55%  151M 0s
  4900K .......... .......... .......... .......... .......... 56%  146M 0s
  4950K .......... .......... .......... .......... .......... 56%  156M 0s
  5000K .......... .......... .......... .......... .......... 57%  153M 0s
  5050K .......... .......... .......... .......... .......... 58%  187M 0s
  5100K .......... .......... .......... .......... .......... 58%  171M 0s
  5150K .......... .......... .......... .......... .......... 59%  188M 0s
  5200K .......... .......... .......... .......... .......... 59% 96.8M 0s
  5250K .......... .......... .......... .......... .......... 60%  161M 0s
  5300K .......... .......... .......... .......... .......... 60%  105M 0s
  5350K .......... .......... .......... .......... .......... 61%  222M 0s
  5400K .......... .......... .......... .......... .......... 62%  204M 0s
  5450K .......... .......... .......... .......... .......... 62%  165M 0s
  5500K .......... .......... .......... .......... .......... 63% 82.1M 0s
  5550K .......... .......... .......... .......... .......... 63%  168M 0s
  5600K .......... .......... .......... .......... .......... 64%  230M 0s
  5650K .......... .......... .......... .......... .......... 64%  105M 0s
  5700K .......... .......... .......... .......... .......... 65%  130M 0s
  5750K .......... .......... .......... .......... .......... 65%  184M 0s
  5800K .......... .......... .......... .......... .......... 66%  132M 0s
  5850K .......... .......... .......... .......... .......... 67%  164M 0s
  5900K .......... .......... .......... .......... .......... 67% 93.0M 0s
  5950K .......... .......... .......... .......... .......... 68%  105M 0s
  6000K .......... .......... .......... .......... .......... 68%  108M 0s
  6050K .......... .......... .......... .......... .......... 69%  125M 0s
  6100K .......... .......... .......... .......... .......... 69%  159M 0s
  6150K .......... .......... .......... .......... .......... 70%  189M 0s
  6200K .......... .......... .......... .......... .......... 71%  193M 0s
  6250K .......... .......... .......... .......... .......... 71%  106M 0s
  6300K .......... .......... .......... .......... .......... 72%  119M 0s
  6350K .......... .......... .......... .......... .......... 72%  142M 0s
  6400K .......... .......... .......... .......... .......... 73%  109M 0s
  6450K .......... .......... .......... .......... .......... 73%  190M 0s
  6500K .......... .......... .......... .......... .......... 74%  162M 0s
  6550K .......... .......... .......... .......... .......... 75%  186M 0s
  6600K .......... .......... .......... .......... .......... 75%  258M 0s
  6650K .......... .......... .......... .......... .......... 76%  253M 0s
  6700K .......... .......... .......... .......... .......... 76%  147M 0s
  6750K .......... .......... .......... .......... .......... 77%  169M 0s
  6800K .......... .......... .......... .......... .......... 77%  250M 0s
  6850K .......... .......... .......... .......... .......... 78%  260M 0s
  6900K .......... .......... .......... .......... .......... 79%  178M 0s
  6950K .......... .......... .......... .......... .......... 79%  138M 0s
  7000K .......... .......... .......... .......... .......... 80%  221M 0s
  7050K .......... .......... .......... .......... .......... 80%  168M 0s
  7100K .......... .......... .......... .......... .......... 81% 94.8M 0s
  7150K .......... .......... .......... .......... .......... 81%  156M 0s
  7200K .......... .......... .......... .......... .......... 82%  166M 0s
  7250K .......... .......... .......... .......... .......... 83%  168M 0s
  7300K .......... .......... .......... .......... .......... 83%  163M 0s
  7350K .......... .......... .......... .......... .......... 84%  187M 0s
  7400K .......... .......... .......... .......... .......... 84%  168M 0s
  7450K .......... .......... .......... .......... .......... 85%  176M 0s
  7500K .......... .......... .......... .......... .......... 85%  224M 0s
  7550K .......... .......... .......... .......... .......... 86%  209M 0s
  7600K .......... .......... .......... .......... .......... 87%  254M 0s
  7650K .......... .......... .......... .......... .......... 87%  193M 0s
  7700K .......... .......... .......... .......... .......... 88%  178M 0s
  7750K .......... .......... .......... .......... .......... 88%  176M 0s
  7800K .......... .......... .......... .......... .......... 89%  176M 0s
  7850K .......... .......... .......... .......... .......... 89%  251M 0s
  7900K .......... .......... .......... .......... .......... 90%  198M 0s
  7950K .......... .......... .......... .......... .......... 91%  239M 0s
  8000K .......... .......... .......... .......... .......... 91%  219M 0s
  8050K .......... .......... .......... .......... .......... 92%  239M 0s
  8100K .......... .......... .......... .......... .......... 92%  211M 0s
  8150K .......... .......... .......... .......... .......... 93%  114M 0s
  8200K .......... .......... .......... .......... .......... 93%  154M 0s
  8250K .......... .......... .......... .......... .......... 94%  180M 0s
  8300K .......... .......... .......... .......... .......... 95%  159M 0s
  8350K .......... .......... .......... .......... .......... 95%  231M 0s
  8400K .......... .......... .......... .......... .......... 96% 85.7M 0s
  8450K .......... .......... .......... .......... .......... 96%  236M 0s
  8500K .......... .......... .......... .......... .......... 97% 91.1M 0s
  8550K .......... .......... .......... .......... .......... 97%  213M 0s
  8600K .......... .......... .......... .......... .......... 98% 52.8M 0s
  8650K .......... .......... .......... .......... .......... 98%  115M 0s
  8700K .......... .......... .......... .......... .......... 99%  225M 0s
  8750K .......... .......... .......... ........             100% 2.93M=0.3s

2026-06-23 12:30:43 (28.4 MB/s) - ‘lib.msi’ saved [8998912/8998912]

--2026-06-23 12:30:43--  https://www.python.org/ftp/python/3.11.8/amd64/lib.msi.asc
Resolving www.python.org (www.python.org)... 151.101.192.223, 151.101.64.223, 151.101.128.223, ...
Connecting to www.python.org (www.python.org)|151.101.192.223|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 836 [application/octet-stream]
Saving to: ‘lib.msi.asc’

     0K                                                       100% 45.4M=0s

2026-06-23 12:30:44 (45.4 MB/s) - ‘lib.msi.asc’ saved [836/836]

INFO:  Verifying PGP signature for lib.msi ...
OK:  lib.msi signature verified
INFO:  Downloading pip...
--2026-06-23 12:30:44--  https://www.python.org/ftp/python/3.11.8/amd64/pip.msi
Resolving www.python.org (www.python.org)... 151.101.192.223, 151.101.64.223, 151.101.128.223, ...
Connecting to www.python.org (www.python.org)|151.101.192.223|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 274432 (268K) [application/octet-stream]
Saving to: ‘pip.msi’

     0K .......... .......... .......... .......... .......... 18% 1.13M 0s
    50K .......... .......... .......... .......... .......... 37% 4.38M 0s
   100K .......... .......... .......... .......... .......... 55% 1.94M 0s
   150K .......... .......... .......... .......... .......... 74% 6.31M 0s
   200K .......... .......... .......... .......... .......... 93% 7.74M 0s
   250K .......... ........                                   100% 18.4M=0.09s

2026-06-23 12:30:44 (2.77 MB/s) - ‘pip.msi’ saved [274432/274432]

--2026-06-23 12:30:44--  https://www.python.org/ftp/python/3.11.8/amd64/pip.msi.asc
Resolving www.python.org (www.python.org)... 151.101.192.223, 151.101.64.223, 151.101.128.223, ...
Connecting to www.python.org (www.python.org)|151.101.192.223|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 836 [application/octet-stream]
Saving to: ‘pip.msi.asc’

     0K                                                       100% 65.0M=0s

2026-06-23 12:30:45 (65.0 MB/s) - ‘pip.msi.asc’ saved [836/836]

INFO:  Verifying PGP signature for pip.msi ...
OK:  pip.msi signature verified
INFO:  Downloading tools...
--2026-06-23 12:30:45--  https://www.python.org/ftp/python/3.11.8/amd64/tools.msi
Resolving www.python.org (www.python.org)... 151.101.192.223, 151.101.64.223, 151.101.128.223, ...
Connecting to www.python.org (www.python.org)|151.101.192.223|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 208896 (204K) [application/octet-stream]
Saving to: ‘tools.msi’

     0K .......... .......... .......... .......... .......... 24% 1.13M 0s
    50K .......... .......... .......... .......... .......... 49% 2.89M 0s
   100K .......... .......... .......... .......... .......... 73% 1.72M 0s
   150K .......... .......... .......... .......... .......... 98% 6.42M 0s
   200K ....                                                  100% 7.45T=0.1s

2026-06-23 12:30:45 (2.08 MB/s) - ‘tools.msi’ saved [208896/208896]

--2026-06-23 12:30:45--  https://www.python.org/ftp/python/3.11.8/amd64/tools.msi.asc
Resolving www.python.org (www.python.org)... 151.101.192.223, 151.101.64.223, 151.101.128.223, ...
Connecting to www.python.org (www.python.org)|151.101.192.223|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 836 [application/octet-stream]
Saving to: ‘tools.msi.asc’

     0K                                                       100% 49.4M=0s

2026-06-23 12:30:45 (49.4 MB/s) - ‘tools.msi.asc’ saved [836/836]

INFO:  Verifying PGP signature for tools.msi ...
OK:  tools.msi signature verified
core.msi: OK
dev.msi: OK
exe.msi: OK
lib.msi: OK
pip.msi: OK
tools.msi: OK
INFO:  Installing core...
INFO:  Installing exe...
INFO:  Installing dev...
INFO:  Installing lib...
INFO:  Installing pip...
INFO:  Installing tools...
INFO:  Installing pip from requirements-pip.txt ...
Collecting pip==23.2.1 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-pip.txt (line 1))
  Downloading pip-23.2.1-py3-none-any.whl (2.1 MB)
     ---------------------------------------- 2.1/2.1 MB 7.9 MB/s eta 0:00:00
Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 24.0
    Uninstalling pip-24.0:
      Successfully uninstalled pip-24.0
Successfully installed pip-23.2.1

[notice] A new release of pip is available: 23.2.1 -> 26.1.2
[notice] To update, run: c:\python3.11.8\python.exe -m pip install --upgrade pip
INFO:  Installing build requirements from requirements-build-wine.txt ...
Collecting altgraph==0.17 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-build-wine.txt (line 1))
  Downloading altgraph-0.17-py2.py3-none-any.whl (21 kB)
Collecting future==0.18.3 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-build-wine.txt (line 4))
  Downloading future-0.18.3.tar.gz (840 kB)
     -------------------------------------- 840.9/840.9 kB 4.6 MB/s eta 0:00:00
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Collecting pefile==2023.2.7 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-build-wine.txt (line 6))
  Downloading pefile-2023.2.7-py3-none-any.whl (71 kB)
     ---------------------------------------- 71.8/71.8 kB 6.2 MB/s eta 0:00:00
Collecting pycparser==2.20 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-build-wine.txt (line 9))
  Downloading pycparser-2.20-py2.py3-none-any.whl (112 kB)
     -------------------------------------- 112.0/112.0 kB 7.8 MB/s eta 0:00:00
Collecting pyinstaller-hooks-contrib==2024.1 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-build-wine.txt (line 12))
  Downloading pyinstaller_hooks_contrib-2024.1-py2.py3-none-any.whl (326 kB)
     ------------------------------------- 326.9/326.9 kB 15.8 MB/s eta 0:00:00
Collecting pywin32-ctypes==0.2.2 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-build-wine.txt (line 15))
  Downloading pywin32_ctypes-0.2.2-py3-none-any.whl (30 kB)
Collecting setuptools==53.0.0 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-build-wine.txt (line 18))
  Downloading setuptools-53.0.0-py3-none-any.whl (784 kB)
     ------------------------------------- 784.5/784.5 kB 35.2 MB/s eta 0:00:00
Collecting six==1.16.0 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-build-wine.txt (line 21))
  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting wheel==0.36.2 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-build-wine.txt (line 24))
  Downloading wheel-0.36.2-py2.py3-none-any.whl (35 kB)
Collecting packaging==23.2 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-build-wine.txt (line 27))
  Downloading packaging-23.2-py3-none-any.whl (53 kB)
     ---------------------------------------- 53.0/53.0 kB 4.3 MB/s eta 0:00:00
Building wheels for collected packages: future
  Building wheel for future (pyproject.toml): started
  Building wheel for future (pyproject.toml): finished with status 'done'
  Created wheel for future: filename=future-0.18.3-py3-none-any.whl size=492142 sha256=a8e7ef620ea2310c7086e7517adf7defe6bafff6c70d73a28bf0711d23c111ef
  Stored in directory: c:\users\user\appdata\local\pip\cache\wheels\da\19\ca\9d8c44cd311a955509d7e13da3f0bea42400c469ef825b580b
Successfully built future
Installing collected packages: altgraph, wheel, six, setuptools, pywin32-ctypes, pyinstaller-hooks-contrib, pycparser, pefile, packaging, future
  Attempting uninstall: setuptools
    Found existing installation: setuptools 65.5.0
    Uninstalling setuptools-65.5.0:
      Successfully uninstalled setuptools-65.5.0
Successfully installed altgraph-0.17 future-0.18.3 packaging-23.2 pefile-2023.2.7 pycparser-2.20 pyinstaller-hooks-contrib-2024.1 pywin32-ctypes-0.2.2 setuptools-53.0.0 six-1.16.0 wheel-0.36.2
WARNING: There was an error checking the latest version of pip.
INFO:  Compiling PyInstaller bootloader with AntiVirus False-Positive Protection™ ...
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /homedir/tmp/pyinstaller/.git/
From https://github.com/pyinstaller/pyinstaller
 * branch            90256f93ed943daf6de53c7dd39710a415f705cb -> FETCH_HEAD
Switched to a new branch 'pinned'
removed 'PyInstaller/bootloader/Windows-32bit-intel/run.exe'
removed 'PyInstaller/bootloader/Windows-32bit-intel/run_d.exe'
removed 'PyInstaller/bootloader/Windows-32bit-intel/runw.exe'
removed 'PyInstaller/bootloader/Windows-32bit-intel/runw_d.exe'
removed 'PyInstaller/bootloader/Windows-64bit-intel/run.exe'
removed 'PyInstaller/bootloader/Windows-64bit-intel/run_d.exe'
removed 'PyInstaller/bootloader/Windows-64bit-intel/runw.exe'
removed 'PyInstaller/bootloader/Windows-64bit-intel/runw_d.exe'
~/tmp/pyinstaller/bootloader ~/tmp/pyinstaller ~/wine/drive_c/electroncash/contrib/build-wine ~/wine/drive_c/electroncash/contrib/build-wine
'all' finished successfully (0.000s)
'distclean' finished successfully (0.000s)
Setting top to                           : /homedir/tmp/pyinstaller/bootloader 
Setting out to                           : /homedir/tmp/pyinstaller/bootloader/build 
Python Version                           : 3.10.12 (main, Jan 26 2026, 14:55:28) [GCC 11.4.0] 
Checking for 'gcc' (C compiler)          : x86_64-w64-mingw32-gcc 
System                                   : Assuming cross-compilation for Windows 
Checking size of pointer                 : 8 
Platform                                 : Windows-64bit-intel detected based on compiler 
Checking for compiler flags -m64         : yes 
Checking for linker flags -m64           : yes 
Checking for compiler flags -Wno-error=unused-but-set-variable : yes 
Checking for library user32                                    : yes 
Checking for library comctl32                                  : yes 
Checking for library kernel32                                  : yes 
Checking for library advapi32                                  : yes 
Checking for library gdi32                                     : yes 
Build tests                                                    : disabled 
Checking for function unsetenv                                 : no 
Checking for function mkdtemp                                  : no 
Checking for function dirname                                  : yes 
Checking for function basename                                 : yes 
Checking for function strnlen                                  : yes 
Checking for program 'strip'                                   : /usr/bin/strip 
Checking for program 'strip'                                   : /usr/bin/strip 
'configure' finished successfully (0.967s)
'make_all' finished successfully (0.006s)
Waf: Entering directory `/homedir/tmp/pyinstaller/bootloader/build/debug'
[ 1/23] Compiling zlib/zutil.c
[ 2/23] Compiling zlib/inffast.c
[ 3/23] Compiling zlib/adler32.c
[ 4/23] Compiling zlib/inftrees.c
[ 5/23] Compiling zlib/crc32.c
[ 6/23] Compiling zlib/inflate.c
[ 7/23] Compiling src/pyi_python.c
[ 8/23] Compiling src/pyi_apple_events.c
[ 9/23] Compiling src/pyi_global.c
[10/23] Compiling src/pyi_pyconfig.c
[11/23] Compiling src/pyi_pythonlib.c
[12/23] Compiling src/pyi_path.c
[13/23] Compiling src/pyi_main.c
[14/23] Compiling src/pyi_archive.c
[15/23] Compiling src/pyi_win32_utils.c
[16/23] Compiling src/pyi_splashlib.c
[17/23] Compiling src/pyi_splash.c
[18/23] Compiling src/pyi_launch.c
[19/23] Compiling src/pyi_utils.c
[20/23] Compiling src/pyi_exception_dialog.c
[21/23] Compiling src/main.c
[22/23] Linking build/debug/run_d.exe
[23/23] Processing build/debug/run_d.exe
Waf: Leaving directory `/homedir/tmp/pyinstaller/bootloader/build/debug'
'build_debug' finished successfully (1.003s)
Waf: Entering directory `/homedir/tmp/pyinstaller/bootloader/build/release'
[ 1/23] Compiling zlib/zutil.c
[ 2/23] Compiling zlib/inffast.c
[ 3/23] Compiling zlib/adler32.c
[ 4/23] Compiling zlib/inftrees.c
[ 5/23] Compiling zlib/crc32.c
[ 6/23] Compiling zlib/inflate.c
[ 7/23] Compiling src/pyi_python.c
[ 8/23] Compiling src/pyi_apple_events.c
[ 9/23] Compiling src/pyi_global.c
[10/23] Compiling src/pyi_pyconfig.c
[11/23] Compiling src/pyi_pythonlib.c
[12/23] Compiling src/pyi_path.c
[13/23] Compiling src/pyi_main.c
[14/23] Compiling src/pyi_archive.c
[15/23] Compiling src/pyi_win32_utils.c
[16/23] Compiling src/pyi_splashlib.c
[17/23] Compiling src/pyi_splash.c
[18/23] Compiling src/pyi_launch.c
[19/23] Compiling src/pyi_utils.c
[20/23] Compiling src/pyi_exception_dialog.c
[21/23] Compiling src/main.c
[22/23] Linking build/release/run.exe
[23/23] Processing build/release/run.exe
Waf: Leaving directory `/homedir/tmp/pyinstaller/bootloader/build/release'
'build_release' finished successfully (0.931s)
Waf: Entering directory `/homedir/tmp/pyinstaller/bootloader/build/debugw'
[ 1/23] Compiling zlib/zutil.c
[ 2/23] Compiling zlib/inffast.c
[ 3/23] Compiling zlib/adler32.c
[ 4/23] Compiling zlib/inftrees.c
[ 5/23] Compiling zlib/crc32.c
[ 6/23] Compiling zlib/inflate.c
[ 7/23] Compiling src/pyi_python.c
[ 8/23] Compiling src/pyi_apple_events.c
[ 9/23] Compiling src/pyi_global.c
[10/23] Compiling src/pyi_pyconfig.c
[11/23] Compiling src/pyi_pythonlib.c
[12/23] Compiling src/pyi_path.c
[13/23] Compiling src/pyi_main.c
[14/23] Compiling src/pyi_archive.c
[15/23] Compiling src/pyi_win32_utils.c
[16/23] Compiling src/pyi_splashlib.c
[17/23] Compiling src/pyi_splash.c
[18/23] Compiling src/pyi_launch.c
[19/23] Compiling src/pyi_utils.c
[20/23] Compiling src/pyi_exception_dialog.c
[21/23] Compiling src/main.c
[22/23] Linking build/debugw/runw_d.exe
[23/23] Processing build/debugw/runw_d.exe
Waf: Leaving directory `/homedir/tmp/pyinstaller/bootloader/build/debugw'
'build_debugw' finished successfully (1.057s)
Waf: Entering directory `/homedir/tmp/pyinstaller/bootloader/build/releasew'
[ 1/23] Compiling zlib/zutil.c
[ 2/23] Compiling zlib/inffast.c
[ 3/23] Compiling zlib/adler32.c
[ 4/23] Compiling zlib/inftrees.c
[ 5/23] Compiling zlib/crc32.c
[ 6/23] Compiling zlib/inflate.c
[ 7/23] Compiling src/pyi_python.c
[ 8/23] Compiling src/pyi_apple_events.c
[ 9/23] Compiling src/pyi_global.c
[10/23] Compiling src/pyi_pyconfig.c
[11/23] Compiling src/pyi_pythonlib.c
[12/23] Compiling src/pyi_path.c
[13/23] Compiling src/pyi_main.c
[14/23] Compiling src/pyi_archive.c
[15/23] Compiling src/pyi_win32_utils.c
[16/23] Compiling src/pyi_splashlib.c
[17/23] Compiling src/pyi_splash.c
[18/23] Compiling src/pyi_launch.c
[19/23] Compiling src/pyi_utils.c
[20/23] Compiling src/pyi_exception_dialog.c
[21/23] Compiling src/main.c
[22/23] Linking build/releasew/runw.exe
[23/23] Processing build/releasew/runw.exe
Waf: Leaving directory `/homedir/tmp/pyinstaller/bootloader/build/releasew'
'build_releasew' finished successfully (0.970s)
Waf: Entering directory `/homedir/tmp/pyinstaller/bootloader/build/debug'
[23/24] Processing build/debug/run_d.exe
+ install /homedir/tmp/pyinstaller/PyInstaller/bootloader/Windows-64bit-intel/run_d.exe (from build/debug/run_d.exe)
Waf: Leaving directory `/homedir/tmp/pyinstaller/bootloader/build/debug'
'install_debug' finished successfully (0.021s)
Waf: Entering directory `/homedir/tmp/pyinstaller/bootloader/build/release'
[23/24] Processing build/release/run.exe
+ install /homedir/tmp/pyinstaller/PyInstaller/bootloader/Windows-64bit-intel/run.exe (from build/release/run.exe)
Waf: Leaving directory `/homedir/tmp/pyinstaller/bootloader/build/release'
'install_release' finished successfully (0.023s)
Waf: Entering directory `/homedir/tmp/pyinstaller/bootloader/build/debugw'
[23/24] Processing build/debugw/runw_d.exe
+ install /homedir/tmp/pyinstaller/PyInstaller/bootloader/Windows-64bit-intel/runw_d.exe (from build/debugw/runw_d.exe)
Waf: Leaving directory `/homedir/tmp/pyinstaller/bootloader/build/debugw'
'install_debugw' finished successfully (0.031s)
Waf: Entering directory `/homedir/tmp/pyinstaller/bootloader/build/releasew'
[23/24] Processing build/releasew/runw.exe
+ install /homedir/tmp/pyinstaller/PyInstaller/bootloader/Windows-64bit-intel/runw.exe (from build/releasew/runw.exe)
Waf: Leaving directory `/homedir/tmp/pyinstaller/bootloader/build/releasew'
'install_releasew' finished successfully (0.028s)
~/tmp/pyinstaller ~/wine/drive_c/electroncash/contrib/build-wine ~/wine/drive_c/electroncash/contrib/build-wine
INFO:  Installing PyInstaller ...
Processing z:\homedir\tmp\pyinstaller
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Building wheels for collected packages: pyinstaller
  Building wheel for pyinstaller (pyproject.toml): started
  Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
  Created wheel for pyinstaller: filename=pyinstaller-6.4.0-py3-none-any.whl size=1415811 sha256=bc7e86f70729472aa3eefb59a8b42d934b07628b54a4a64113faf333a83cc930
  Stored in directory: C:\users\user\Temp\pip-ephem-wheel-cache-0c9dwe1h\wheels\44\8e\65\8da8281c27f6107edfbcd2b8909d75ac77b61b8a8c51cf9094
Successfully built pyinstaller
Installing collected packages: pyinstaller
Successfully installed pyinstaller-6.4.0
WARNING: There was an error checking the latest version of pip.
6.4.0
INFO:  Installing Packages from requirements-binaries ...
Collecting cryptography==43.0.1 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-binaries.txt (line 1))
  Downloading cryptography-43.0.1-cp39-abi3-win_amd64.whl (3.1 MB)
     ---------------------------------------- 3.1/3.1 MB 8.1 MB/s eta 0:00:00
Collecting psutil==5.9.5 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-binaries.txt (line 29))
  Downloading psutil-5.9.5-cp36-abi3-win_amd64.whl (255 kB)
     -------------------------------------- 255.1/255.1 kB 9.1 MB/s eta 0:00:00
Collecting pycryptodomex==3.19.1 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-binaries.txt (line 44))
  Downloading pycryptodomex-3.19.1-cp35-abi3-win_amd64.whl (1.8 MB)
     ---------------------------------------- 1.8/1.8 MB 9.9 MB/s eta 0:00:00
Collecting PyQt5==5.15.9 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-binaries.txt (line 77))
  Downloading PyQt5-5.15.9-cp37-abi3-win_amd64.whl (6.8 MB)
     ---------------------------------------- 6.8/6.8 MB 7.2 MB/s eta 0:00:00
Collecting PyQt5-Qt5==5.15.2 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-binaries.txt (line 83))
  Downloading PyQt5_Qt5-5.15.2-py3-none-win_amd64.whl (50.1 MB)
     ---------------------------------------- 50.1/50.1 MB 4.5 MB/s eta 0:00:00
Collecting PyQt5-sip==12.12.2 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-binaries.txt (line 88))
  Downloading PyQt5_sip-12.12.2-cp311-cp311-win_amd64.whl (78 kB)
     ---------------------------------------- 78.4/78.4 kB 4.0 MB/s eta 0:00:00
Collecting zxing-cpp==2.3.0 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-binaries.txt (line 110))
  Downloading zxing_cpp-2.3.0-cp311-cp311-win_amd64.whl (842 kB)
     -------------------------------------- 842.2/842.2 kB 3.7 MB/s eta 0:00:00
Installing collected packages: PyQt5-Qt5, zxing-cpp, PyQt5-sip, PyQt5, pycryptodomex, psutil, cryptography
Successfully installed PyQt5-5.15.9 PyQt5-Qt5-5.15.2 PyQt5-sip-12.12.2 cryptography-43.0.1 psutil-5.9.5 pycryptodomex-3.19.1 zxing-cpp-2.3.0
WARNING: There was an error checking the latest version of pip.
INFO:  Installing NSIS ...
--2026-06-23 12:32:33--  https://prdownloads.sourceforge.net/nsis/nsis-3.06.1-setup.exe
Resolving prdownloads.sourceforge.net (prdownloads.sourceforge.net)... 104.18.13.149, 104.18.12.149, 2606:4700::6812:d95, ...
Connecting to prdownloads.sourceforge.net (prdownloads.sourceforge.net)|104.18.13.149|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://downloads.sourceforge.net/project/nsis/NSIS%203/3.06.1/nsis-3.06.1-setup.exe [following]
--2026-06-23 12:32:35--  https://downloads.sourceforge.net/project/nsis/NSIS%203/3.06.1/nsis-3.06.1-setup.exe
Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 104.18.13.149, 104.18.12.149, 2606:4700::6812:c95, ...
Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|104.18.13.149|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://twds.dl.sourceforge.net/project/nsis/NSIS%203/3.06.1/nsis-3.06.1-setup.exe?viasf=1&fid=0109eb7a988fdc17 [following]
--2026-06-23 12:32:35--  https://twds.dl.sourceforge.net/project/nsis/NSIS%203/3.06.1/nsis-3.06.1-setup.exe?viasf=1&fid=0109eb7a988fdc17
Resolving twds.dl.sourceforge.net (twds.dl.sourceforge.net)... 103.147.22.133
Connecting to twds.dl.sourceforge.net (twds.dl.sourceforge.net)|103.147.22.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1538352 (1.5M) [application/octet-stream]
Saving to: ‘nsis.exe’

     0K .......... .......... .......... .......... ..........  3%  322K 5s
    50K .......... .......... .......... .......... ..........  6%  758K 3s
   100K .......... .......... .......... .......... ..........  9% 1.13M 2s
   150K .......... .......... .......... .......... .......... 13% 1.49M 2s
   200K .......... .......... .......... .......... .......... 16% 1.85M 2s
   250K .......... .......... .......... .......... .......... 19% 2.17M 1s
   300K .......... .......... .......... .......... .......... 23% 2.70M 1s
   350K .......... .......... .......... .......... .......... 26% 2.41M 1s
   400K .......... .......... .......... .......... .......... 29% 3.58M 1s
   450K .......... .......... .......... .......... .......... 33% 4.29M 1s
   500K .......... .......... .......... .......... .......... 36% 4.35M 1s
   550K .......... .......... .......... .......... .......... 39% 4.85M 1s
   600K .......... .......... .......... .......... .......... 43% 4.90M 1s
   650K .......... .......... .......... .......... .......... 46% 5.64M 1s
   700K .......... .......... .......... .......... .......... 49% 5.88M 0s
   750K .......... .......... .......... .......... .......... 53% 4.61M 0s
   800K .......... .......... .......... .......... .......... 56% 7.12M 0s
   850K .......... .......... .......... .......... .......... 59% 7.90M 0s
   900K .......... .......... .......... .......... .......... 63% 6.78M 0s
   950K .......... .......... .......... .......... .......... 66% 8.55M 0s
  1000K .......... .......... .......... .......... .......... 69% 8.31M 0s
  1050K .......... .......... .......... .......... .......... 73% 8.56M 0s
  1100K .......... .......... .......... .......... .......... 76% 10.6M 0s
  1150K .......... .......... .......... .......... .......... 79% 7.31M 0s
  1200K .......... .......... .......... .......... .......... 83% 9.67M 0s
  1250K .......... .......... .......... .......... .......... 86% 9.71M 0s
  1300K .......... .......... .......... .......... .......... 89% 12.4M 0s
  1350K .......... .......... .......... .......... .......... 93% 8.80M 0s
  1400K .......... .......... .......... .......... .......... 96% 13.7M 0s
  1450K .......... .......... .......... .......... .......... 99% 12.2M 0s
  1500K ..                                                    100% 4.28T=0.5s

2026-06-23 12:32:36 (2.70 MB/s) - ‘nsis.exe’ saved [1538352/1538352]

OK:  'nsis.exe' hash verified
INFO:  Compiling libusb ...
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /homedir/tmp/libusb/.git/
From https://github.com/libusb/libusb
 * branch            c6a35c56016ea2ab2f19115d2ea1e85e0edae155 -> FETCH_HEAD
Switched to a new branch 'pinned'
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force -I m4
autoreconf: running: /usr/bin/autoconf --force
configure.ac:172: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:172: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:172: the top level
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:23: installing './compile'
configure.ac:27: installing './config.guess'
configure.ac:27: installing './config.sub'
configure.ac:26: installing './install-sh'
configure.ac:26: installing './missing'
Makefile.am: installing './INSTALL'
examples/Makefile.am: installing './depcomp'
autoreconf: Leaving directory '.'
checking for x86_64-w64-mingw32-gcc... x86_64-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether x86_64-w64-mingw32-gcc accepts -g... yes
checking for x86_64-w64-mingw32-gcc option to enable C11 features... none needed
checking whether x86_64-w64-mingw32-gcc understands -c and -o together... yes
checking for x86_64-w64-mingw32-g++... x86_64-w64-mingw32-g++
checking whether the compiler supports GNU C++... yes
checking whether x86_64-w64-mingw32-g++ accepts -g... yes
checking for x86_64-w64-mingw32-g++ option to enable C++11 features... none needed
checking for inline... inline
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-w64-mingw32-strip... x86_64-w64-mingw32-strip
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking dependency style of x86_64-w64-mingw32-gcc... gcc3
checking dependency style of x86_64-w64-mingw32-g++... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-w64-mingw32
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by x86_64-w64-mingw32-gcc... /usr/bin/x86_64-w64-mingw32-ld
checking if the linker (/usr/bin/x86_64-w64-mingw32-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-w64-mingw32-nm -B
checking the name lister (/usr/bin/x86_64-w64-mingw32-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-w64-mingw32 format... func_convert_file_nix_to_w32
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/x86_64-w64-mingw32-ld option to reload object files... -r
checking for x86_64-w64-mingw32-objdump... x86_64-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for x86_64-w64-mingw32-dlltool... x86_64-w64-mingw32-dlltool
checking how to associate runtime and link libraries... func_cygming_dll_for_implib
checking for x86_64-w64-mingw32-ar... x86_64-w64-mingw32-ar
checking for archiver @FILE support... @
checking for x86_64-w64-mingw32-strip... (cached) x86_64-w64-mingw32-strip
checking for x86_64-w64-mingw32-ranlib... x86_64-w64-mingw32-ranlib
checking command to parse /usr/bin/x86_64-w64-mingw32-nm -B output from x86_64-w64-mingw32-gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for x86_64-w64-mingw32-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... no
checking for objdir... .libs
checking if x86_64-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-gcc static flag -static works... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... yes
checking if x86_64-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-gcc linker (/usr/bin/x86_64-w64-mingw32-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... x86_64-w64-mingw32-g++ -E
checking for ld used by x86_64-w64-mingw32-g++... /usr/bin/x86_64-w64-mingw32-ld
checking if the linker (/usr/bin/x86_64-w64-mingw32-ld) is GNU ld... yes
checking whether the x86_64-w64-mingw32-g++ linker (/usr/bin/x86_64-w64-mingw32-ld) supports shared libraries... yes
checking for x86_64-w64-mingw32-g++ option to produce PIC... -DDLL_EXPORT -DPIC
checking if x86_64-w64-mingw32-g++ PIC flag -DDLL_EXPORT -DPIC works... yes
checking if x86_64-w64-mingw32-g++ static flag -static works... yes
checking if x86_64-w64-mingw32-g++ supports -c -o file.o... yes
checking if x86_64-w64-mingw32-g++ supports -c -o file.o... (cached) yes
checking whether the x86_64-w64-mingw32-g++ linker (/usr/bin/x86_64-w64-mingw32-ld) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking for x86_64-w64-mingw32-windres... x86_64-w64-mingw32-windres
checking whether make supports nested variables... (cached) yes
checking if x86_64-w64-mingw32-gcc supports -std=gnu11... yes
checking operating system... Windows
checking for struct timespec... yes
checking for sys/time.h... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libusb-1.0.pc
config.status: creating Makefile
config.status: creating libusb/Makefile
config.status: creating examples/Makefile
config.status: creating tests/Makefile
config.status: creating doc/Makefile
config.status: creating doc/doxygen.cfg
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make  all-recursive
make[1]: Entering directory '/homedir/tmp/libusb'
Making all in libusb
make[2]: Entering directory '/homedir/tmp/libusb/libusb'
  CC       core.lo
  CC       descriptor.lo
  CC       hotplug.lo
  CC       io.lo
In file included from core.c:23:
core.c: In function ‘libusb_wrap_sys_device’:
core.c:1254:11: warning: unknown conversion type character ‘l’ in format [-Wformat=]
 1254 |  usbi_dbg("wrap_sys_device 0x%" PRIxPTR, (uintptr_t)sys_dev);
      |           ^~~~~~~~~~~~~~~~~~~~~
libusbi.h:287:67: note: in definition of macro ‘_usbi_log’
  287 | #define _usbi_log(ctx, level, ...) usbi_log(ctx, level, __func__, __VA_ARGS__)
      |                                                                   ^~~~~~~~~~~
core.c:1254:2: note: in expansion of macro ‘usbi_dbg’
 1254 |  usbi_dbg("wrap_sys_device 0x%" PRIxPTR, (uintptr_t)sys_dev);
      |  ^~~~~~~~
core.c:1254:11: warning: too many arguments for format [-Wformat-extra-args]
 1254 |  usbi_dbg("wrap_sys_device 0x%" PRIxPTR, (uintptr_t)sys_dev);
      |           ^~~~~~~~~~~~~~~~~~~~~
libusbi.h:287:67: note: in definition of macro ‘_usbi_log’
  287 | #define _usbi_log(ctx, level, ...) usbi_log(ctx, level, __func__, __VA_ARGS__)
      |                                                                   ^~~~~~~~~~~
core.c:1254:2: note: in expansion of macro ‘usbi_dbg’
 1254 |  usbi_dbg("wrap_sys_device 0x%" PRIxPTR, (uintptr_t)sys_dev);
      |  ^~~~~~~~
core.c:1269:12: warning: unknown conversion type character ‘l’ in format [-Wformat=]
 1269 |   usbi_dbg("wrap_sys_device 0x%" PRIxPTR " returns %d", (uintptr_t)sys_dev, r);
      |            ^~~~~~~~~~~~~~~~~~~~~
libusbi.h:287:67: note: in definition of macro ‘_usbi_log’
  287 | #define _usbi_log(ctx, level, ...) usbi_log(ctx, level, __func__, __VA_ARGS__)
      |                                                                   ^~~~~~~~~~~
core.c:1269:3: note: in expansion of macro ‘usbi_dbg’
 1269 |   usbi_dbg("wrap_sys_device 0x%" PRIxPTR " returns %d", (uintptr_t)sys_dev, r);
      |   ^~~~~~~~
core.c:1269:12: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long long unsigned int’ [-Wformat=]
 1269 |   usbi_dbg("wrap_sys_device 0x%" PRIxPTR " returns %d", (uintptr_t)sys_dev, r);
      |            ^~~~~~~~~~~~~~~~~~~~~                        ~~~~~~~~~~~~~~~~~~
      |                                                         |
      |                                                         long long unsigned int
libusbi.h:287:67: note: in definition of macro ‘_usbi_log’
  287 | #define _usbi_log(ctx, level, ...) usbi_log(ctx, level, __func__, __VA_ARGS__)
      |                                                                   ^~~~~~~~~~~
core.c:1269:3: note: in expansion of macro ‘usbi_dbg’
 1269 |   usbi_dbg("wrap_sys_device 0x%" PRIxPTR " returns %d", (uintptr_t)sys_dev, r);
      |   ^~~~~~~~
core.c:1269:12: warning: too many arguments for format [-Wformat-extra-args]
 1269 |   usbi_dbg("wrap_sys_device 0x%" PRIxPTR " returns %d", (uintptr_t)sys_dev, r);
      |            ^~~~~~~~~~~~~~~~~~~~~
libusbi.h:287:67: note: in definition of macro ‘_usbi_log’
  287 | #define _usbi_log(ctx, level, ...) usbi_log(ctx, level, __func__, __VA_ARGS__)
      |                                                                   ^~~~~~~~~~~
core.c:1269:3: note: in expansion of macro ‘usbi_dbg’
 1269 |   usbi_dbg("wrap_sys_device 0x%" PRIxPTR " returns %d", (uintptr_t)sys_dev, r);
      |   ^~~~~~~~
  CC       strerror.lo
  CC       sync.lo
  RC       libusb-1.0.lo
  CC       os/windows_common.lo
  CC       os/windows_usbdk.lo
  CC       os/windows_winusb.lo
  CC       os/events_windows.lo
In file included from os/windows_winusb.c:37:
os/windows_winusb.c: In function ‘_hid_get_report’:
os/windows_winusb.c:3483:30: warning: unknown conversion type character ‘l’ in format [-Wformat=]
 3483 |   usbi_warn(DEVICE_CTX(dev), "invalid size (%"PRIuPTR")", (uintptr_t)size);
      |                              ^~~~~~~~~~~~~~~~~
./libusbi.h:287:67: note: in definition of macro ‘_usbi_log’
  287 | #define _usbi_log(ctx, level, ...) usbi_log(ctx, level, __func__, __VA_ARGS__)
      |                                                                   ^~~~~~~~~~~
os/windows_winusb.c:3483:3: note: in expansion of macro ‘usbi_warn’
 3483 |   usbi_warn(DEVICE_CTX(dev), "invalid size (%"PRIuPTR")", (uintptr_t)size);
      |   ^~~~~~~~~
os/windows_winusb.c:3483:30: warning: too many arguments for format [-Wformat-extra-args]
 3483 |   usbi_warn(DEVICE_CTX(dev), "invalid size (%"PRIuPTR")", (uintptr_t)size);
      |                              ^~~~~~~~~~~~~~~~~
./libusbi.h:287:67: note: in definition of macro ‘_usbi_log’
  287 | #define _usbi_log(ctx, level, ...) usbi_log(ctx, level, __func__, __VA_ARGS__)
      |                                                                   ^~~~~~~~~~~
os/windows_winusb.c:3483:3: note: in expansion of macro ‘usbi_warn’
 3483 |   usbi_warn(DEVICE_CTX(dev), "invalid size (%"PRIuPTR")", (uintptr_t)size);
      |   ^~~~~~~~~
os/windows_winusb.c: In function ‘_hid_set_report’:
os/windows_winusb.c:3537:30: warning: unknown conversion type character ‘l’ in format [-Wformat=]
 3537 |   usbi_warn(DEVICE_CTX(dev), "invalid size (%"PRIuPTR")", (uintptr_t)size);
      |                              ^~~~~~~~~~~~~~~~~
./libusbi.h:287:67: note: in definition of macro ‘_usbi_log’
  287 | #define _usbi_log(ctx, level, ...) usbi_log(ctx, level, __func__, __VA_ARGS__)
      |                                                                   ^~~~~~~~~~~
os/windows_winusb.c:3537:3: note: in expansion of macro ‘usbi_warn’
 3537 |   usbi_warn(DEVICE_CTX(dev), "invalid size (%"PRIuPTR")", (uintptr_t)size);
      |   ^~~~~~~~~
os/windows_winusb.c:3537:30: warning: too many arguments for format [-Wformat-extra-args]
 3537 |   usbi_warn(DEVICE_CTX(dev), "invalid size (%"PRIuPTR")", (uintptr_t)size);
      |                              ^~~~~~~~~~~~~~~~~
./libusbi.h:287:67: note: in definition of macro ‘_usbi_log’
  287 | #define _usbi_log(ctx, level, ...) usbi_log(ctx, level, __func__, __VA_ARGS__)
      |                                                                   ^~~~~~~~~~~
os/windows_winusb.c:3537:3: note: in expansion of macro ‘usbi_warn’
 3537 |   usbi_warn(DEVICE_CTX(dev), "invalid size (%"PRIuPTR")", (uintptr_t)size);
      |   ^~~~~~~~~
  CC       os/threads_windows.lo
  CCLD     libusb-1.0.la
  DLLTOOL  .libs/libusb-1.0.dll.a
make[2]: Leaving directory '/homedir/tmp/libusb/libusb'
make[2]: Entering directory '/homedir/tmp/libusb'
make[2]: Leaving directory '/homedir/tmp/libusb'
make[1]: Leaving directory '/homedir/tmp/libusb'
~/wine/drive_c/electroncash/contrib/build-wine ~/wine/drive_c/electroncash/contrib/build-wine
~/wine/drive_c/electroncash/contrib/build-wine
INFO:  Wine is configured.
INFO:  Building Electron-Cash ...
~/wine/drive_c/electroncash/contrib/build-wine ~/wine/drive_c/electroncash/contrib/build-wine
~/wine/drive_c/electroncash/contrib/electrum-locale ~/wine/drive_c/electroncash/contrib/build-wine ~/wine/drive_c/electroncash/contrib/build-wine
~/wine/drive_c/electroncash/contrib/build-wine ~/wine/drive_c/electroncash/contrib/build-wine
~/wine/drive_c/electroncash ~/wine/drive_c/electroncash/contrib/build-wine ~/wine/drive_c/electroncash/contrib/build-wine
INFO:  Version to release: 4.4.5
INFO:  Fudging timestamps on all files for determinism ...
~/wine/drive_c/electroncash/contrib/build-wine ~/wine/drive_c/electroncash/contrib/build-wine
INFO:  Installing frozen dependencies ...
Collecting cffi==1.16.0 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 1))
  Downloading cffi-1.16.0-cp311-cp311-win_amd64.whl (181 kB)
     -------------------------------------- 181.5/181.5 kB 1.2 MB/s eta 0:00:00
Collecting certifi==2024.8.30 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 54))
  Downloading certifi-2024.8.30-py3-none-any.whl (167 kB)
     -------------------------------------- 167.3/167.3 kB 8.7 MB/s eta 0:00:00
Collecting chardet==3.0.4 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 57))
  Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
     -------------------------------------- 133.4/133.4 kB 8.2 MB/s eta 0:00:00
Collecting charset-normalizer==2.0.0 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 60))
  Downloading charset_normalizer-2.0.0-py3-none-any.whl (35 kB)
Collecting colorama==0.4.3 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 63))
  Downloading colorama-0.4.3-py2.py3-none-any.whl (15 kB)
Collecting dnspython==2.2.0 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 66))
  Downloading dnspython-2.2.0-py3-none-any.whl (266 kB)
     ------------------------------------- 267.0/267.0 kB 12.2 MB/s eta 0:00:00
Collecting ecdsa==0.18.0 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 69))
  Downloading ecdsa-0.18.0-py2.py3-none-any.whl (142 kB)
     -------------------------------------- 142.9/142.9 kB 8.3 MB/s eta 0:00:00
Collecting idna==3.3 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 72))
  Downloading idna-3.3-py3-none-any.whl (61 kB)
     ---------------------------------------- 61.2/61.2 kB 3.9 MB/s eta 0:00:00
Collecting jsonrpclib-pelix==0.4.2 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 75))
  Downloading jsonrpclib_pelix-0.4.2-py2.py3-none-any.whl (41 kB)
     ---------------------------------------- 41.4/41.4 kB 2.6 MB/s eta 0:00:00
Requirement already satisfied: packaging==23.2 in c:\python3.11.8\lib\site-packages (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 78)) (23.2)
Collecting pathvalidate==2.3.2 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 81))
  Downloading pathvalidate-2.3.2-py3-none-any.whl (18 kB)
Collecting protobuf==5.27.3 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 84))
  Downloading protobuf-5.27.3-cp310-abi3-win_amd64.whl (426 kB)
     ------------------------------------- 426.9/426.9 kB 24.5 MB/s eta 0:00:00
Collecting pyaes==1.6.1 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 96))
  Downloading pyaes-1.6.1.tar.gz (28 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: pycparser==2.20 in c:\python3.11.8\lib\site-packages (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 98)) (2.20)
Collecting pyparsing==3.0.7 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 101))
  Downloading pyparsing-3.0.7-py3-none-any.whl (98 kB)
     ---------------------------------------- 98.0/98.0 kB 5.9 MB/s eta 0:00:00
Collecting PySocks==1.7.1 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 104))
  Downloading PySocks-1.7.1-py3-none-any.whl (16 kB)
Collecting python-dateutil==2.8.1 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 108))
  Downloading python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB)
     ------------------------------------- 227.2/227.2 kB 14.5 MB/s eta 0:00:00
Collecting QDarkStyle==3.0.3 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 111))
  Downloading QDarkStyle-3.0.3-py2.py3-none-any.whl (450 kB)
     ------------------------------------- 450.1/450.1 kB 22.0 MB/s eta 0:00:00
Collecting qrcode==7.3.1 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 114))
  Downloading qrcode-7.3.1.tar.gz (43 kB)
     ---------------------------------------- 43.5/43.5 kB 2.6 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting qtpy==2.0.1 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 116))
  Downloading QtPy-2.0.1-py3-none-any.whl (65 kB)
     ---------------------------------------- 65.7/65.7 kB 4.3 MB/s eta 0:00:00
Collecting requests==2.31.0 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 119))
  Downloading requests-2.31.0-py3-none-any.whl (62 kB)
     ---------------------------------------- 62.6/62.6 kB 4.8 MB/s eta 0:00:00
Requirement already satisfied: setuptools==53.0.0 in c:\python3.11.8\lib\site-packages (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 122)) (53.0.0)
Requirement already satisfied: six==1.16.0 in c:\python3.11.8\lib\site-packages (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 125)) (1.16.0)
Collecting typing-extensions==4.13.2 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 128))
  Downloading typing_extensions-4.13.2-py3-none-any.whl (45 kB)
     ---------------------------------------- 45.8/45.8 kB 3.6 MB/s eta 0:00:00
Collecting urllib3==1.26.19 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 131))
  Downloading urllib3-1.26.19-py2.py3-none-any.whl (143 kB)
     -------------------------------------- 143.9/143.9 kB 9.5 MB/s eta 0:00:00
Collecting stem==1.8.0 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 134))
  Downloading stem-1.8.0.tar.gz (2.9 MB)
     ---------------------------------------- 2.9/2.9 MB 21.2 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: wheel==0.36.2 in c:\python3.11.8\lib\site-packages (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 136)) (0.36.2)
Building wheels for collected packages: pyaes, qrcode, stem
  Building wheel for pyaes (setup.py): started
  Building wheel for pyaes (setup.py): finished with status 'done'
  Created wheel for pyaes: filename=pyaes-1.6.1-py3-none-any.whl size=26345 sha256=fb434329610b9e3d77df40c9ccaab43477990e13403fc5276f82aac92ba78a28
  Stored in directory: c:\users\user\appdata\local\pip\cache\wheels\4e\52\33\010d0843550bffb6a591b11629070ae140c0ad4f53e68a3bd3
  Building wheel for qrcode (setup.py): started
  Building wheel for qrcode (setup.py): finished with status 'done'
  Created wheel for qrcode: filename=qrcode-7.3.1-py3-none-any.whl size=40385 sha256=5eacb7ac017ab40926d9e5b501761eadafa47e3c669f5e9ffb160d1b87b2942b
  Stored in directory: c:\users\user\appdata\local\pip\cache\wheels\75\80\dc\b6b0a8c83463d0bf7e8b1b25d284e50db528020221e3d9e4df
  Building wheel for stem (setup.py): started
  Building wheel for stem (setup.py): finished with status 'done'
  Created wheel for stem: filename=stem-1.8.0-py3-none-any.whl size=436037 sha256=d8f9362e24e93edb5b4d18c7cdba94e676b7e858ca8a08e930940dc4ab0d49b2
  Stored in directory: c:\users\user\appdata\local\pip\cache\wheels\55\99\01\e6b4632507f43289ac54f5acd4b0a0e46507f33a230e6a0c0f
Successfully built pyaes qrcode stem
Installing collected packages: stem, QDarkStyle, pyaes, jsonrpclib-pelix, chardet, urllib3, typing-extensions, requests, qtpy, qrcode, python-dateutil, PySocks, pyparsing, protobuf, pathvalidate, idna, ecdsa, dnspython, colorama, charset-normalizer, cffi, certifi
Successfully installed PySocks-1.7.1 QDarkStyle-3.0.3 certifi-2024.8.30 cffi-1.16.0 chardet-3.0.4 charset-normalizer-2.0.0 colorama-0.4.3 dnspython-2.2.0 ecdsa-0.18.0 idna-3.3 jsonrpclib-pelix-0.4.2 pathvalidate-2.3.2 protobuf-5.27.3 pyaes-1.6.1 pyparsing-3.0.7 python-dateutil-2.8.1 qrcode-7.3.1 qtpy-2.0.1 requests-2.31.0 stem-1.8.0 typing-extensions-4.13.2 urllib3-1.26.19
WARNING: There was an error checking the latest version of pip.
Collecting https://github.com/EchterAgo/btchip-python/archive/f65cca5dea1cae6031accc961b5754d02c52a106.tar.gz (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 6))
  Downloading https://github.com/EchterAgo/btchip-python/archive/f65cca5dea1cae6031accc961b5754d02c52a106.tar.gz
     - 33.4 kB 856.7 kB/s 0:00:00
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting https://github.com/zquestz/python-keepkey/archive/3efc32c5c2c02d1a52663c0fd97bc656227affdd.tar.gz (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 99))
  Downloading https://github.com/zquestz/python-keepkey/archive/3efc32c5c2c02d1a52663c0fd97bc656227affdd.tar.gz
     \ 335.4 kB 3.4 MB/s 0:00:00
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting construct-classes==0.1.2 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 1))
  Downloading construct_classes-0.1.2-py3-none-any.whl (7.2 kB)
Collecting click==7.1.2 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 8))
  Downloading click-7.1.2-py2.py3-none-any.whl (82 kB)
     -------------------------------------- 82.8/82.8 kB 843.5 kB/s eta 0:00:00
Collecting construct==2.10.59 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 11))
  Downloading construct-2.10.59.tar.gz (55 kB)
     ---------------------------------------- 55.5/55.5 kB 3.5 MB/s eta 0:00:00
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting Cython==0.29.36 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 13))
  Downloading Cython-0.29.36-py2.py3-none-any.whl (988 kB)
     -------------------------------------- 988.3/988.3 kB 7.3 MB/s eta 0:00:00
Collecting hidapi==0.14.0 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 55))
  Downloading hidapi-0.14.0-cp311-cp311-win_amd64.whl (58 kB)
     ---------------------------------------- 58.2/58.2 kB 4.4 MB/s eta 0:00:00
Collecting libusb1==1.9.1 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 101))
  Downloading libusb1-1.9.1-py3-none-win_amd64.whl (120 kB)
     -------------------------------------- 120.8/120.8 kB 8.5 MB/s eta 0:00:00
Collecting mnemonic==0.21 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 109))
  Downloading mnemonic-0.21-py3-none-any.whl (92 kB)
     ---------------------------------------- 92.7/92.7 kB 6.3 MB/s eta 0:00:00
Collecting pyOpenSSL==24.2.1 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 112))
  Downloading pyOpenSSL-24.2.1-py3-none-any.whl (58 kB)
     ---------------------------------------- 58.4/58.4 kB 3.4 MB/s eta 0:00:00
Collecting pysatochip==0.12.4 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 115))
  Downloading pysatochip-0.12.4-py3-none-any.whl (58 kB)
     ---------------------------------------- 58.3/58.3 kB 4.0 MB/s eta 0:00:00
Collecting pyscard==2.0.7 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 118))
  Downloading pyscard-2.0.7-cp311-cp311-win_amd64.whl (148 kB)
     ------------------------------------- 148.5/148.5 kB 10.6 MB/s eta 0:00:00
Collecting trezor==0.13.9 (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-hw.txt (line 131))
  Downloading trezor-0.13.9-py3-none-any.whl (229 kB)
     ------------------------------------- 230.0/230.0 kB 12.9 MB/s eta 0:00:00
Building wheels for collected packages: construct, btchip-python, keepkey
  Building wheel for construct (setup.py): started
  Building wheel for construct (setup.py): finished with status 'done'
  Created wheel for construct: filename=construct-2.10.59-py3-none-any.whl size=56797 sha256=efbaa91bc1a1df73e15da9ea63005669aa16b939c1a3eae705d655b75daf8b51
  Stored in directory: c:\users\user\appdata\local\pip\cache\wheels\ce\8a\6f\4fcf25da333cb691c7c52016ff975305c9a410f4aada4d4926
  Building wheel for btchip-python (setup.py): started
  Building wheel for btchip-python (setup.py): finished with status 'done'
  Created wheel for btchip-python: filename=btchip_python-0.1.32-py3-none-any.whl size=38490 sha256=ba0b8ecb170df2aedba3994efd4d7aa890912d05781c36b0b9ca7aa1b109846b
  Stored in directory: C:\users\user\Temp\pip-ephem-wheel-cache-3458o44r\wheels\d3\a5\5a\94963edac41a5e30ae7bc3d5fe5a45ae39f453460a57b59f6f
  Building wheel for keepkey (setup.py): started
  Building wheel for keepkey (setup.py): finished with status 'done'
  Created wheel for keepkey: filename=keepkey-7.1.0-py3-none-any.whl size=85271 sha256=69201a7686a6b488c59e9c0b27fb09501ea06dd696d46bf83d29a5f88e9b5930
  Stored in directory: C:\users\user\Temp\pip-ephem-wheel-cache-3458o44r\wheels\c8\6b\a3\94166b9e93c3a79884b3ffded933a5da46ec631794a6a9f57e
Successfully built construct btchip-python keepkey
Installing collected packages: pyscard, libusb1, keepkey, hidapi, btchip-python, trezor, pysatochip, pyOpenSSL, mnemonic, Cython, construct-classes, construct, click
Successfully installed Cython-0.29.36 btchip-python-0.1.32 click-7.1.2 construct-2.10.59 construct-classes-0.1.2 hidapi-0.14.0 keepkey-7.1.0 libusb1-1.9.1 mnemonic-0.21 pyOpenSSL-24.2.1 pysatochip-0.12.4 pyscard-2.0.7 trezor-0.13.9
WARNING: There was an error checking the latest version of pip.
~/wine/drive_c/electroncash ~/wine/drive_c/electroncash/contrib/build-wine ~/wine/drive_c/electroncash/contrib/build-wine
running install
running bdist_egg
running egg_info
creating Electron_Cash.egg-info
writing Electron_Cash.egg-info\PKG-INFO
writing dependency_links to Electron_Cash.egg-info\dependency_links.txt
writing requirements to Electron_Cash.egg-info\requires.txt
writing top-level names to Electron_Cash.egg-info\top_level.txt
writing manifest file 'Electron_Cash.egg-info\SOURCES.txt'
reading manifest file 'Electron_Cash.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'contrib\requirements\requirements-web3.txt'
warning: no files found matching '*.py' under directory 'packages'
warning: no files found matching 'cacert.pem' under directory 'packages'
writing manifest file 'Electron_Cash.egg-info\SOURCES.txt'
installing library code to build\bdist.win-amd64\egg
running install_lib
running build_py
creating build
creating build\lib
creating build\lib\electroncash
copying electroncash\address.py -> build\lib\electroncash
copying electroncash\asert_daa.py -> build\lib\electroncash
copying electroncash\base_wizard.py -> build\lib\electroncash
copying electroncash\bitcoin.py -> build\lib\electroncash
copying electroncash\blockchain.py -> build\lib\electroncash
copying electroncash\caches.py -> build\lib\electroncash
copying electroncash\cashacct.py -> build\lib\electroncash
copying electroncash\cashaddr.py -> build\lib\electroncash
copying electroncash\coinchooser.py -> build\lib\electroncash
copying electroncash\commands.py -> build\lib\electroncash
copying electroncash\consolidate.py -> build\lib\electroncash
copying electroncash\contacts.py -> build\lib\electroncash
copying electroncash\daemon.py -> build\lib\electroncash
copying electroncash\dnssec.py -> build\lib\electroncash
copying electroncash\ecc_fast.py -> build\lib\electroncash
copying electroncash\exchange_rate.py -> build\lib\electroncash
copying electroncash\i18n.py -> build\lib\electroncash
copying electroncash\interface.py -> build\lib\electroncash
copying electroncash\jsonrpc.py -> build\lib\electroncash
copying electroncash\keystore.py -> build\lib\electroncash
copying electroncash\mnemonic.py -> build\lib\electroncash
copying electroncash\msqr.py -> build\lib\electroncash
copying electroncash\network.py -> build\lib\electroncash
copying electroncash\networks.py -> build\lib\electroncash
copying electroncash\old_contacts.py -> build\lib\electroncash
copying electroncash\old_mnemonic.py -> build\lib\electroncash
copying electroncash\paymentrequest.py -> build\lib\electroncash
copying electroncash\paymentrequest_pb2.py -> build\lib\electroncash
copying electroncash\pem.py -> build\lib\electroncash
copying electroncash\plot.py -> build\lib\electroncash
copying electroncash\plugins.py -> build\lib\electroncash
copying electroncash\ripemd.py -> build\lib\electroncash
copying electroncash\rsakey.py -> build\lib\electroncash
copying electroncash\schnorr.py -> build\lib\electroncash
copying electroncash\secp256k1.py -> build\lib\electroncash
copying electroncash\serialize.py -> build\lib\electroncash
copying electroncash\simple_config.py -> build\lib\electroncash
copying electroncash\storage.py -> build\lib\electroncash
copying electroncash\synchronizer.py -> build\lib\electroncash
copying electroncash\token.py -> build\lib\electroncash
copying electroncash\token_meta.py -> build\lib\electroncash
copying electroncash\transaction.py -> build\lib\electroncash
copying electroncash\util.py -> build\lib\electroncash
copying electroncash\verifier.py -> build\lib\electroncash
copying electroncash\version.py -> build\lib\electroncash
copying electroncash\wallet.py -> build\lib\electroncash
copying electroncash\web.py -> build\lib\electroncash
copying electroncash\websockets.py -> build\lib\electroncash
copying electroncash\winconsole.py -> build\lib\electroncash
copying electroncash\x509.py -> build\lib\electroncash
copying electroncash\__init__.py -> build\lib\electroncash
creating build\lib\electroncash\qrreaders
copying electroncash\qrreaders\abstract_base.py -> build\lib\electroncash\qrreaders
copying electroncash\qrreaders\osxqrdetect.py -> build\lib\electroncash\qrreaders
copying electroncash\qrreaders\utils.py -> build\lib\electroncash\qrreaders
copying electroncash\qrreaders\zbar.py -> build\lib\electroncash\qrreaders
copying electroncash\qrreaders\zxing.py -> build\lib\electroncash\qrreaders
copying electroncash\qrreaders\__init__.py -> build\lib\electroncash\qrreaders
creating build\lib\electroncash\slp
copying electroncash\slp\exceptions.py -> build\lib\electroncash\slp
copying electroncash\slp\slp.py -> build\lib\electroncash\slp
copying electroncash\slp\__init__.py -> build\lib\electroncash\slp
creating build\lib\electroncash\rpa
copying electroncash\rpa\addr.py -> build\lib\electroncash\rpa
copying electroncash\rpa\paycode.py -> build\lib\electroncash\rpa
copying electroncash\rpa\rpa_manager.py -> build\lib\electroncash\rpa
copying electroncash\rpa\__init__.py -> build\lib\electroncash\rpa
creating build\lib\electroncash\tor
copying electroncash\tor\controller.py -> build\lib\electroncash\tor
copying electroncash\tor\__init__.py -> build\lib\electroncash\tor
creating build\lib\electroncash\utils
copying electroncash\utils\event.py -> build\lib\electroncash\utils
copying electroncash\utils\macos.py -> build\lib\electroncash\utils
copying electroncash\utils\unicode_tools.py -> build\lib\electroncash\utils
copying electroncash\utils\__init__.py -> build\lib\electroncash\utils
creating build\lib\electroncash_gui
copying electroncash_gui\stdio.py -> build\lib\electroncash_gui
copying electroncash_gui\text.py -> build\lib\electroncash_gui
copying electroncash_gui\__init__.py -> build\lib\electroncash_gui
creating build\lib\electroncash_gui\qt
copying electroncash_gui\qt\address_dialog.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\address_list.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\amountedit.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\bip38_importer.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\cashacctqt.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\console.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\console2.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\contact_list.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\exception_window.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\external_plugins_window.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\fee_slider.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\history_list.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\icons.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\installwizard.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\invoice_list.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\main_window.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\network_dialog.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\password_dialog.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\paytoedit.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\popup_widget.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\qrcodewidget.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\qrtextedit.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\qrwindow.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\request_list.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\scan_beyond_gap.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\seed_dialog.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\style_patcher.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\token_create.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\token_history_list.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\token_list.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\token_meta.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\token_meta_edit.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\token_send.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\token_send_tab_util.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\transaction_dialog.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\udev_installer.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\update_checker.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\util.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\utxo_list.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\wallet_information.py -> build\lib\electroncash_gui\qt
copying electroncash_gui\qt\__init__.py -> build\lib\electroncash_gui\qt
creating build\lib\electroncash_gui\qt\qrreader
copying electroncash_gui\qt\qrreader\camera_dialog.py -> build\lib\electroncash_gui\qt\qrreader
copying electroncash_gui\qt\qrreader\crop_blur_effect.py -> build\lib\electroncash_gui\qt\qrreader
copying electroncash_gui\qt\qrreader\validator.py -> build\lib\electroncash_gui\qt\qrreader
copying electroncash_gui\qt\qrreader\video_overlay.py -> build\lib\electroncash_gui\qt\qrreader
copying electroncash_gui\qt\qrreader\video_surface.py -> build\lib\electroncash_gui\qt\qrreader
copying electroncash_gui\qt\qrreader\video_widget.py -> build\lib\electroncash_gui\qt\qrreader
copying electroncash_gui\qt\qrreader\__init__.py -> build\lib\electroncash_gui\qt\qrreader
creating build\lib\electroncash_gui\qt\utils
copying electroncash_gui\qt\utils\aspect_layout.py -> build\lib\electroncash_gui\qt\utils
copying electroncash_gui\qt\utils\aspect_svg_widget.py -> build\lib\electroncash_gui\qt\utils
copying electroncash_gui\qt\utils\color_utils.py -> build\lib\electroncash_gui\qt\utils
copying electroncash_gui\qt\utils\image_effect.py -> build\lib\electroncash_gui\qt\utils
copying electroncash_gui\qt\utils\qblockies.py -> build\lib\electroncash_gui\qt\utils
copying electroncash_gui\qt\utils\validators.py -> build\lib\electroncash_gui\qt\utils
copying electroncash_gui\qt\utils\__init__.py -> build\lib\electroncash_gui\qt\utils
creating build\lib\electroncash_gui\qt\utils\darkdetect
copying electroncash_gui\qt\utils\darkdetect\_detect.py -> build\lib\electroncash_gui\qt\utils\darkdetect
copying electroncash_gui\qt\utils\darkdetect\_dummy.py -> build\lib\electroncash_gui\qt\utils\darkdetect
copying electroncash_gui\qt\utils\darkdetect\__init__.py -> build\lib\electroncash_gui\qt\utils\darkdetect
creating build\lib\electroncash_plugins
copying electroncash_plugins\__init__.py -> build\lib\electroncash_plugins
creating build\lib\electroncash_plugins\audio_modem
copying electroncash_plugins\audio_modem\qt.py -> build\lib\electroncash_plugins\audio_modem
copying electroncash_plugins\audio_modem\__init__.py -> build\lib\electroncash_plugins\audio_modem
creating build\lib\electroncash_plugins\cosigner_pool
copying electroncash_plugins\cosigner_pool\qt.py -> build\lib\electroncash_plugins\cosigner_pool
copying electroncash_plugins\cosigner_pool\__init__.py -> build\lib\electroncash_plugins\cosigner_pool
creating build\lib\electroncash_plugins\email_requests
copying electroncash_plugins\email_requests\qt.py -> build\lib\electroncash_plugins\email_requests
copying electroncash_plugins\email_requests\__init__.py -> build\lib\electroncash_plugins\email_requests
creating build\lib\electroncash_plugins\hw_wallet
copying electroncash_plugins\hw_wallet\cmdline.py -> build\lib\electroncash_plugins\hw_wallet
copying electroncash_plugins\hw_wallet\plugin.py -> build\lib\electroncash_plugins\hw_wallet
copying electroncash_plugins\hw_wallet\qt.py -> build\lib\electroncash_plugins\hw_wallet
copying electroncash_plugins\hw_wallet\__init__.py -> build\lib\electroncash_plugins\hw_wallet
creating build\lib\electroncash_plugins\keepkey
copying electroncash_plugins\keepkey\client.py -> build\lib\electroncash_plugins\keepkey
copying electroncash_plugins\keepkey\clientbase.py -> build\lib\electroncash_plugins\keepkey
copying electroncash_plugins\keepkey\cmdline.py -> build\lib\electroncash_plugins\keepkey
copying electroncash_plugins\keepkey\keepkey.py -> build\lib\electroncash_plugins\keepkey
copying electroncash_plugins\keepkey\qt.py -> build\lib\electroncash_plugins\keepkey
copying electroncash_plugins\keepkey\__init__.py -> build\lib\electroncash_plugins\keepkey
creating build\lib\electroncash_plugins\ledger
copying electroncash_plugins\ledger\auth2fa.py -> build\lib\electroncash_plugins\ledger
copying electroncash_plugins\ledger\cmdline.py -> build\lib\electroncash_plugins\ledger
copying electroncash_plugins\ledger\ledger.py -> build\lib\electroncash_plugins\ledger
copying electroncash_plugins\ledger\qt.py -> build\lib\electroncash_plugins\ledger
copying electroncash_plugins\ledger\__init__.py -> build\lib\electroncash_plugins\ledger
creating build\lib\electroncash_plugins\trezor
copying electroncash_plugins\trezor\clientbase.py -> build\lib\electroncash_plugins\trezor
copying electroncash_plugins\trezor\cmdline.py -> build\lib\electroncash_plugins\trezor
copying electroncash_plugins\trezor\qt.py -> build\lib\electroncash_plugins\trezor
copying electroncash_plugins\trezor\trezor.py -> build\lib\electroncash_plugins\trezor
copying electroncash_plugins\trezor\__init__.py -> build\lib\electroncash_plugins\trezor
creating build\lib\electroncash_plugins\digitalbitbox
copying electroncash_plugins\digitalbitbox\cmdline.py -> build\lib\electroncash_plugins\digitalbitbox
copying electroncash_plugins\digitalbitbox\digitalbitbox.py -> build\lib\electroncash_plugins\digitalbitbox
copying electroncash_plugins\digitalbitbox\qt.py -> build\lib\electroncash_plugins\digitalbitbox
copying electroncash_plugins\digitalbitbox\__init__.py -> build\lib\electroncash_plugins\digitalbitbox
creating build\lib\electroncash_plugins\virtualkeyboard
copying electroncash_plugins\virtualkeyboard\qt.py -> build\lib\electroncash_plugins\virtualkeyboard
copying electroncash_plugins\virtualkeyboard\__init__.py -> build\lib\electroncash_plugins\virtualkeyboard
creating build\lib\electroncash_plugins\shuffle_deprecated
copying electroncash_plugins\shuffle_deprecated\client.py -> build\lib\electroncash_plugins\shuffle_deprecated
copying electroncash_plugins\shuffle_deprecated\coin_utils.py -> build\lib\electroncash_plugins\shuffle_deprecated
copying electroncash_plugins\shuffle_deprecated\comms.py -> build\lib\electroncash_plugins\shuffle_deprecated
copying electroncash_plugins\shuffle_deprecated\conf_keys.py -> build\lib\electroncash_plugins\shuffle_deprecated
copying electroncash_plugins\shuffle_deprecated\crypto.py -> build\lib\electroncash_plugins\shuffle_deprecated
copying electroncash_plugins\shuffle_deprecated\messages.py -> build\lib\electroncash_plugins\shuffle_deprecated
copying electroncash_plugins\shuffle_deprecated\message_pb2.py -> build\lib\electroncash_plugins\shuffle_deprecated
copying electroncash_plugins\shuffle_deprecated\qt.py -> build\lib\electroncash_plugins\shuffle_deprecated
copying electroncash_plugins\shuffle_deprecated\qt_status_bar_mgr.py -> build\lib\electroncash_plugins\shuffle_deprecated
copying electroncash_plugins\shuffle_deprecated\round.py -> build\lib\electroncash_plugins\shuffle_deprecated
copying electroncash_plugins\shuffle_deprecated\__init__.py -> build\lib\electroncash_plugins\shuffle_deprecated
creating build\lib\electroncash_plugins\satochip
copying electroncash_plugins\satochip\qt.py -> build\lib\electroncash_plugins\satochip
copying electroncash_plugins\satochip\satochip.py -> build\lib\electroncash_plugins\satochip
copying electroncash_plugins\satochip\__init__.py -> build\lib\electroncash_plugins\satochip
creating build\lib\electroncash_plugins\fusion
copying electroncash_plugins\fusion\android.py -> build\lib\electroncash_plugins\fusion
copying electroncash_plugins\fusion\cmdline.py -> build\lib\electroncash_plugins\fusion
copying electroncash_plugins\fusion\comms.py -> build\lib\electroncash_plugins\fusion
copying electroncash_plugins\fusion\compatibility.py -> build\lib\electroncash_plugins\fusion
copying electroncash_plugins\fusion\conf.py -> build\lib\electroncash_plugins\fusion
copying electroncash_plugins\fusion\connection.py -> build\lib\electroncash_plugins\fusion
copying electroncash_plugins\fusion\covert.py -> build\lib\electroncash_plugins\fusion
copying electroncash_plugins\fusion\encrypt.py -> build\lib\electroncash_plugins\fusion
copying electroncash_plugins\fusion\fusion.py -> build\lib\electroncash_plugins\fusion
copying electroncash_plugins\fusion\fusion_pb2.py -> build\lib\electroncash_plugins\fusion
copying electroncash_plugins\fusion\pedersen.py -> build\lib\electroncash_plugins\fusion
copying electroncash_plugins\fusion\plugin.py -> build\lib\electroncash_plugins\fusion
copying electroncash_plugins\fusion\protocol.py -> build\lib\electroncash_plugins\fusion
copying electroncash_plugins\fusion\qt.py -> build\lib\electroncash_plugins\fusion
copying electroncash_plugins\fusion\server.py -> build\lib\electroncash_plugins\fusion
copying electroncash_plugins\fusion\util.py -> build\lib\electroncash_plugins\fusion
copying electroncash_plugins\fusion\validation.py -> build\lib\electroncash_plugins\fusion
copying electroncash_plugins\fusion\__init__.py -> build\lib\electroncash_plugins\fusion
copying electroncash\servers.json -> build\lib\electroncash
copying electroncash\servers_testnet.json -> build\lib\electroncash
copying electroncash\servers_testnet4.json -> build\lib\electroncash
copying electroncash\servers_scalenet.json -> build\lib\electroncash
copying electroncash\servers_regtest.json -> build\lib\electroncash
copying electroncash\servers_chipnet.json -> build\lib\electroncash
copying electroncash\currencies.json -> build\lib\electroncash
creating build\lib\electroncash\wordlist
copying electroncash\wordlist\chinese_simplified.txt -> build\lib\electroncash\wordlist
copying electroncash\wordlist\english.txt -> build\lib\electroncash\wordlist
copying electroncash\wordlist\japanese.txt -> build\lib\electroncash\wordlist
copying electroncash\wordlist\portuguese.txt -> build\lib\electroncash\wordlist
copying electroncash\wordlist\spanish.txt -> build\lib\electroncash\wordlist
copying electroncash\libsecp256k1-0.dll -> build\lib\electroncash
copying electroncash\libzbar-0.dll -> build\lib\electroncash
creating build\lib\electroncash\locale
creating build\lib\electroncash\locale\ar_SA
creating build\lib\electroncash\locale\ar_SA\LC_MESSAGES
copying electroncash\locale\ar_SA\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\ar_SA\LC_MESSAGES
creating build\lib\electroncash\locale\bg_BG
creating build\lib\electroncash\locale\bg_BG\LC_MESSAGES
copying electroncash\locale\bg_BG\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\bg_BG\LC_MESSAGES
creating build\lib\electroncash\locale\cs_CZ
creating build\lib\electroncash\locale\cs_CZ\LC_MESSAGES
copying electroncash\locale\cs_CZ\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\cs_CZ\LC_MESSAGES
creating build\lib\electroncash\locale\da_DK
creating build\lib\electroncash\locale\da_DK\LC_MESSAGES
copying electroncash\locale\da_DK\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\da_DK\LC_MESSAGES
creating build\lib\electroncash\locale\de_DE
creating build\lib\electroncash\locale\de_DE\LC_MESSAGES
copying electroncash\locale\de_DE\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\de_DE\LC_MESSAGES
creating build\lib\electroncash\locale\el_GR
creating build\lib\electroncash\locale\el_GR\LC_MESSAGES
copying electroncash\locale\el_GR\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\el_GR\LC_MESSAGES
creating build\lib\electroncash\locale\eo_UY
creating build\lib\electroncash\locale\eo_UY\LC_MESSAGES
copying electroncash\locale\eo_UY\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\eo_UY\LC_MESSAGES
creating build\lib\electroncash\locale\es_AR
creating build\lib\electroncash\locale\es_AR\LC_MESSAGES
copying electroncash\locale\es_AR\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\es_AR\LC_MESSAGES
creating build\lib\electroncash\locale\es_ES
creating build\lib\electroncash\locale\es_ES\LC_MESSAGES
copying electroncash\locale\es_ES\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\es_ES\LC_MESSAGES
creating build\lib\electroncash\locale\es_MX
creating build\lib\electroncash\locale\es_MX\LC_MESSAGES
copying electroncash\locale\es_MX\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\es_MX\LC_MESSAGES
creating build\lib\electroncash\locale\fa_IR
creating build\lib\electroncash\locale\fa_IR\LC_MESSAGES
copying electroncash\locale\fa_IR\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\fa_IR\LC_MESSAGES
creating build\lib\electroncash\locale\fr_FR
creating build\lib\electroncash\locale\fr_FR\LC_MESSAGES
copying electroncash\locale\fr_FR\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\fr_FR\LC_MESSAGES
creating build\lib\electroncash\locale\hu_HU
creating build\lib\electroncash\locale\hu_HU\LC_MESSAGES
copying electroncash\locale\hu_HU\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\hu_HU\LC_MESSAGES
creating build\lib\electroncash\locale\hy_AM
creating build\lib\electroncash\locale\hy_AM\LC_MESSAGES
copying electroncash\locale\hy_AM\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\hy_AM\LC_MESSAGES
creating build\lib\electroncash\locale\id_ID
creating build\lib\electroncash\locale\id_ID\LC_MESSAGES
copying electroncash\locale\id_ID\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\id_ID\LC_MESSAGES
creating build\lib\electroncash\locale\it_IT
creating build\lib\electroncash\locale\it_IT\LC_MESSAGES
copying electroncash\locale\it_IT\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\it_IT\LC_MESSAGES
creating build\lib\electroncash\locale\ja_JP
creating build\lib\electroncash\locale\ja_JP\LC_MESSAGES
copying electroncash\locale\ja_JP\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\ja_JP\LC_MESSAGES
creating build\lib\electroncash\locale\ko_KR
creating build\lib\electroncash\locale\ko_KR\LC_MESSAGES
copying electroncash\locale\ko_KR\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\ko_KR\LC_MESSAGES
creating build\lib\electroncash\locale\ky_KG
creating build\lib\electroncash\locale\ky_KG\LC_MESSAGES
copying electroncash\locale\ky_KG\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\ky_KG\LC_MESSAGES
creating build\lib\electroncash\locale\lv_LV
creating build\lib\electroncash\locale\lv_LV\LC_MESSAGES
copying electroncash\locale\lv_LV\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\lv_LV\LC_MESSAGES
creating build\lib\electroncash\locale\nb_NO
creating build\lib\electroncash\locale\nb_NO\LC_MESSAGES
copying electroncash\locale\nb_NO\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\nb_NO\LC_MESSAGES
creating build\lib\electroncash\locale\nl_NL
creating build\lib\electroncash\locale\nl_NL\LC_MESSAGES
copying electroncash\locale\nl_NL\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\nl_NL\LC_MESSAGES
creating build\lib\electroncash\locale\pl_PL
creating build\lib\electroncash\locale\pl_PL\LC_MESSAGES
copying electroncash\locale\pl_PL\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\pl_PL\LC_MESSAGES
creating build\lib\electroncash\locale\pt_BR
creating build\lib\electroncash\locale\pt_BR\LC_MESSAGES
copying electroncash\locale\pt_BR\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\pt_BR\LC_MESSAGES
creating build\lib\electroncash\locale\pt_PT
creating build\lib\electroncash\locale\pt_PT\LC_MESSAGES
copying electroncash\locale\pt_PT\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\pt_PT\LC_MESSAGES
creating build\lib\electroncash\locale\ro_RO
creating build\lib\electroncash\locale\ro_RO\LC_MESSAGES
copying electroncash\locale\ro_RO\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\ro_RO\LC_MESSAGES
creating build\lib\electroncash\locale\ru_RU
creating build\lib\electroncash\locale\ru_RU\LC_MESSAGES
copying electroncash\locale\ru_RU\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\ru_RU\LC_MESSAGES
creating build\lib\electroncash\locale\si_LK
creating build\lib\electroncash\locale\si_LK\LC_MESSAGES
copying electroncash\locale\si_LK\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\si_LK\LC_MESSAGES
creating build\lib\electroncash\locale\sk_SK
creating build\lib\electroncash\locale\sk_SK\LC_MESSAGES
copying electroncash\locale\sk_SK\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\sk_SK\LC_MESSAGES
creating build\lib\electroncash\locale\sl_SI
creating build\lib\electroncash\locale\sl_SI\LC_MESSAGES
copying electroncash\locale\sl_SI\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\sl_SI\LC_MESSAGES
creating build\lib\electroncash\locale\sv_SE
creating build\lib\electroncash\locale\sv_SE\LC_MESSAGES
copying electroncash\locale\sv_SE\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\sv_SE\LC_MESSAGES
creating build\lib\electroncash\locale\sw_KE
creating build\lib\electroncash\locale\sw_KE\LC_MESSAGES
copying electroncash\locale\sw_KE\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\sw_KE\LC_MESSAGES
creating build\lib\electroncash\locale\ta_IN
creating build\lib\electroncash\locale\ta_IN\LC_MESSAGES
copying electroncash\locale\ta_IN\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\ta_IN\LC_MESSAGES
creating build\lib\electroncash\locale\th_TH
creating build\lib\electroncash\locale\th_TH\LC_MESSAGES
copying electroncash\locale\th_TH\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\th_TH\LC_MESSAGES
creating build\lib\electroncash\locale\tr_TR
creating build\lib\electroncash\locale\tr_TR\LC_MESSAGES
copying electroncash\locale\tr_TR\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\tr_TR\LC_MESSAGES
creating build\lib\electroncash\locale\uk_UA
creating build\lib\electroncash\locale\uk_UA\LC_MESSAGES
copying electroncash\locale\uk_UA\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\uk_UA\LC_MESSAGES
creating build\lib\electroncash\locale\vi_VN
creating build\lib\electroncash\locale\vi_VN\LC_MESSAGES
copying electroncash\locale\vi_VN\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\vi_VN\LC_MESSAGES
creating build\lib\electroncash\locale\zh_CN
creating build\lib\electroncash\locale\zh_CN\LC_MESSAGES
copying electroncash\locale\zh_CN\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\zh_CN\LC_MESSAGES
creating build\lib\electroncash\locale\zh_TW
creating build\lib\electroncash\locale\zh_TW\LC_MESSAGES
copying electroncash\locale\zh_TW\LC_MESSAGES\electron-cash.mo -> build\lib\electroncash\locale\zh_TW\LC_MESSAGES
creating build\lib\electroncash\tor\bin
copying electroncash\tor\bin\tor.exe -> build\lib\electroncash\tor\bin
copying electroncash\paymentrequest.proto -> build\lib\electroncash
creating build\lib\electroncash_gui\qt\data
copying electroncash_gui\qt\data\ecsupplemental_win.ttf -> build\lib\electroncash_gui\qt\data
copying electroncash_plugins\shuffle_deprecated\servers.json -> build\lib\electroncash_plugins\shuffle_deprecated
copying electroncash_plugins\fusion\Cash Fusion Logo - No Text Gray.svg -> build\lib\electroncash_plugins\fusion
copying electroncash_plugins\fusion\Cash Fusion Logo - No Text.svg -> build\lib\electroncash_plugins\fusion
copying electroncash_plugins\fusion\red_exclamation.png -> build\lib\electroncash_plugins\fusion
creating build\lib\electroncash_plugins\fusion\protobuf
copying electroncash_plugins\fusion\protobuf\fusion.proto -> build\lib\electroncash_plugins\fusion\protobuf
warning: build_py: byte-compiling is disabled, skipping.

creating build\bdist.win-amd64
creating build\bdist.win-amd64\egg
creating build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\address.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\asert_daa.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\base_wizard.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\bitcoin.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\blockchain.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\caches.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\cashacct.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\cashaddr.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\coinchooser.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\commands.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\consolidate.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\contacts.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\currencies.json -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\daemon.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\dnssec.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\ecc_fast.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\exchange_rate.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\i18n.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\interface.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\jsonrpc.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\keystore.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\libsecp256k1-0.dll -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\libzbar-0.dll -> build\bdist.win-amd64\egg\electroncash
creating build\bdist.win-amd64\egg\electroncash\locale
creating build\bdist.win-amd64\egg\electroncash\locale\ar_SA
creating build\bdist.win-amd64\egg\electroncash\locale\ar_SA\LC_MESSAGES
copying build\lib\electroncash\locale\ar_SA\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\ar_SA\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\bg_BG
creating build\bdist.win-amd64\egg\electroncash\locale\bg_BG\LC_MESSAGES
copying build\lib\electroncash\locale\bg_BG\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\bg_BG\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\cs_CZ
creating build\bdist.win-amd64\egg\electroncash\locale\cs_CZ\LC_MESSAGES
copying build\lib\electroncash\locale\cs_CZ\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\cs_CZ\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\da_DK
creating build\bdist.win-amd64\egg\electroncash\locale\da_DK\LC_MESSAGES
copying build\lib\electroncash\locale\da_DK\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\da_DK\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\de_DE
creating build\bdist.win-amd64\egg\electroncash\locale\de_DE\LC_MESSAGES
copying build\lib\electroncash\locale\de_DE\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\de_DE\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\el_GR
creating build\bdist.win-amd64\egg\electroncash\locale\el_GR\LC_MESSAGES
copying build\lib\electroncash\locale\el_GR\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\el_GR\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\eo_UY
creating build\bdist.win-amd64\egg\electroncash\locale\eo_UY\LC_MESSAGES
copying build\lib\electroncash\locale\eo_UY\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\eo_UY\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\es_AR
creating build\bdist.win-amd64\egg\electroncash\locale\es_AR\LC_MESSAGES
copying build\lib\electroncash\locale\es_AR\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\es_AR\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\es_ES
creating build\bdist.win-amd64\egg\electroncash\locale\es_ES\LC_MESSAGES
copying build\lib\electroncash\locale\es_ES\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\es_ES\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\es_MX
creating build\bdist.win-amd64\egg\electroncash\locale\es_MX\LC_MESSAGES
copying build\lib\electroncash\locale\es_MX\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\es_MX\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\fa_IR
creating build\bdist.win-amd64\egg\electroncash\locale\fa_IR\LC_MESSAGES
copying build\lib\electroncash\locale\fa_IR\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\fa_IR\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\fr_FR
creating build\bdist.win-amd64\egg\electroncash\locale\fr_FR\LC_MESSAGES
copying build\lib\electroncash\locale\fr_FR\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\fr_FR\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\hu_HU
creating build\bdist.win-amd64\egg\electroncash\locale\hu_HU\LC_MESSAGES
copying build\lib\electroncash\locale\hu_HU\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\hu_HU\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\hy_AM
creating build\bdist.win-amd64\egg\electroncash\locale\hy_AM\LC_MESSAGES
copying build\lib\electroncash\locale\hy_AM\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\hy_AM\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\id_ID
creating build\bdist.win-amd64\egg\electroncash\locale\id_ID\LC_MESSAGES
copying build\lib\electroncash\locale\id_ID\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\id_ID\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\it_IT
creating build\bdist.win-amd64\egg\electroncash\locale\it_IT\LC_MESSAGES
copying build\lib\electroncash\locale\it_IT\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\it_IT\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\ja_JP
creating build\bdist.win-amd64\egg\electroncash\locale\ja_JP\LC_MESSAGES
copying build\lib\electroncash\locale\ja_JP\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\ja_JP\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\ko_KR
creating build\bdist.win-amd64\egg\electroncash\locale\ko_KR\LC_MESSAGES
copying build\lib\electroncash\locale\ko_KR\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\ko_KR\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\ky_KG
creating build\bdist.win-amd64\egg\electroncash\locale\ky_KG\LC_MESSAGES
copying build\lib\electroncash\locale\ky_KG\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\ky_KG\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\lv_LV
creating build\bdist.win-amd64\egg\electroncash\locale\lv_LV\LC_MESSAGES
copying build\lib\electroncash\locale\lv_LV\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\lv_LV\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\nb_NO
creating build\bdist.win-amd64\egg\electroncash\locale\nb_NO\LC_MESSAGES
copying build\lib\electroncash\locale\nb_NO\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\nb_NO\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\nl_NL
creating build\bdist.win-amd64\egg\electroncash\locale\nl_NL\LC_MESSAGES
copying build\lib\electroncash\locale\nl_NL\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\nl_NL\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\pl_PL
creating build\bdist.win-amd64\egg\electroncash\locale\pl_PL\LC_MESSAGES
copying build\lib\electroncash\locale\pl_PL\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\pl_PL\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\pt_BR
creating build\bdist.win-amd64\egg\electroncash\locale\pt_BR\LC_MESSAGES
copying build\lib\electroncash\locale\pt_BR\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\pt_BR\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\pt_PT
creating build\bdist.win-amd64\egg\electroncash\locale\pt_PT\LC_MESSAGES
copying build\lib\electroncash\locale\pt_PT\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\pt_PT\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\ro_RO
creating build\bdist.win-amd64\egg\electroncash\locale\ro_RO\LC_MESSAGES
copying build\lib\electroncash\locale\ro_RO\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\ro_RO\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\ru_RU
creating build\bdist.win-amd64\egg\electroncash\locale\ru_RU\LC_MESSAGES
copying build\lib\electroncash\locale\ru_RU\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\ru_RU\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\si_LK
creating build\bdist.win-amd64\egg\electroncash\locale\si_LK\LC_MESSAGES
copying build\lib\electroncash\locale\si_LK\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\si_LK\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\sk_SK
creating build\bdist.win-amd64\egg\electroncash\locale\sk_SK\LC_MESSAGES
copying build\lib\electroncash\locale\sk_SK\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\sk_SK\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\sl_SI
creating build\bdist.win-amd64\egg\electroncash\locale\sl_SI\LC_MESSAGES
copying build\lib\electroncash\locale\sl_SI\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\sl_SI\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\sv_SE
creating build\bdist.win-amd64\egg\electroncash\locale\sv_SE\LC_MESSAGES
copying build\lib\electroncash\locale\sv_SE\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\sv_SE\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\sw_KE
creating build\bdist.win-amd64\egg\electroncash\locale\sw_KE\LC_MESSAGES
copying build\lib\electroncash\locale\sw_KE\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\sw_KE\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\ta_IN
creating build\bdist.win-amd64\egg\electroncash\locale\ta_IN\LC_MESSAGES
copying build\lib\electroncash\locale\ta_IN\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\ta_IN\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\th_TH
creating build\bdist.win-amd64\egg\electroncash\locale\th_TH\LC_MESSAGES
copying build\lib\electroncash\locale\th_TH\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\th_TH\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\tr_TR
creating build\bdist.win-amd64\egg\electroncash\locale\tr_TR\LC_MESSAGES
copying build\lib\electroncash\locale\tr_TR\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\tr_TR\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\uk_UA
creating build\bdist.win-amd64\egg\electroncash\locale\uk_UA\LC_MESSAGES
copying build\lib\electroncash\locale\uk_UA\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\uk_UA\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\vi_VN
creating build\bdist.win-amd64\egg\electroncash\locale\vi_VN\LC_MESSAGES
copying build\lib\electroncash\locale\vi_VN\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\vi_VN\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\zh_CN
creating build\bdist.win-amd64\egg\electroncash\locale\zh_CN\LC_MESSAGES
copying build\lib\electroncash\locale\zh_CN\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\zh_CN\LC_MESSAGES
creating build\bdist.win-amd64\egg\electroncash\locale\zh_TW
creating build\bdist.win-amd64\egg\electroncash\locale\zh_TW\LC_MESSAGES
copying build\lib\electroncash\locale\zh_TW\LC_MESSAGES\electron-cash.mo -> build\bdist.win-amd64\egg\electroncash\locale\zh_TW\LC_MESSAGES
copying build\lib\electroncash\mnemonic.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\msqr.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\network.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\networks.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\old_contacts.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\old_mnemonic.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\paymentrequest.proto -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\paymentrequest.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\paymentrequest_pb2.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\pem.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\plot.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\plugins.py -> build\bdist.win-amd64\egg\electroncash
creating build\bdist.win-amd64\egg\electroncash\qrreaders
copying build\lib\electroncash\qrreaders\abstract_base.py -> build\bdist.win-amd64\egg\electroncash\qrreaders
copying build\lib\electroncash\qrreaders\osxqrdetect.py -> build\bdist.win-amd64\egg\electroncash\qrreaders
copying build\lib\electroncash\qrreaders\utils.py -> build\bdist.win-amd64\egg\electroncash\qrreaders
copying build\lib\electroncash\qrreaders\zbar.py -> build\bdist.win-amd64\egg\electroncash\qrreaders
copying build\lib\electroncash\qrreaders\zxing.py -> build\bdist.win-amd64\egg\electroncash\qrreaders
copying build\lib\electroncash\qrreaders\__init__.py -> build\bdist.win-amd64\egg\electroncash\qrreaders
copying build\lib\electroncash\ripemd.py -> build\bdist.win-amd64\egg\electroncash
creating build\bdist.win-amd64\egg\electroncash\rpa
copying build\lib\electroncash\rpa\addr.py -> build\bdist.win-amd64\egg\electroncash\rpa
copying build\lib\electroncash\rpa\paycode.py -> build\bdist.win-amd64\egg\electroncash\rpa
copying build\lib\electroncash\rpa\rpa_manager.py -> build\bdist.win-amd64\egg\electroncash\rpa
copying build\lib\electroncash\rpa\__init__.py -> build\bdist.win-amd64\egg\electroncash\rpa
copying build\lib\electroncash\rsakey.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\schnorr.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\secp256k1.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\serialize.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\servers.json -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\servers_chipnet.json -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\servers_regtest.json -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\servers_scalenet.json -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\servers_testnet.json -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\servers_testnet4.json -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\simple_config.py -> build\bdist.win-amd64\egg\electroncash
creating build\bdist.win-amd64\egg\electroncash\slp
copying build\lib\electroncash\slp\exceptions.py -> build\bdist.win-amd64\egg\electroncash\slp
copying build\lib\electroncash\slp\slp.py -> build\bdist.win-amd64\egg\electroncash\slp
copying build\lib\electroncash\slp\__init__.py -> build\bdist.win-amd64\egg\electroncash\slp
copying build\lib\electroncash\storage.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\synchronizer.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\token.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\token_meta.py -> build\bdist.win-amd64\egg\electroncash
creating build\bdist.win-amd64\egg\electroncash\tor
creating build\bdist.win-amd64\egg\electroncash\tor\bin
copying build\lib\electroncash\tor\bin\tor.exe -> build\bdist.win-amd64\egg\electroncash\tor\bin
copying build\lib\electroncash\tor\controller.py -> build\bdist.win-amd64\egg\electroncash\tor
copying build\lib\electroncash\tor\__init__.py -> build\bdist.win-amd64\egg\electroncash\tor
copying build\lib\electroncash\transaction.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\util.py -> build\bdist.win-amd64\egg\electroncash
creating build\bdist.win-amd64\egg\electroncash\utils
copying build\lib\electroncash\utils\event.py -> build\bdist.win-amd64\egg\electroncash\utils
copying build\lib\electroncash\utils\macos.py -> build\bdist.win-amd64\egg\electroncash\utils
copying build\lib\electroncash\utils\unicode_tools.py -> build\bdist.win-amd64\egg\electroncash\utils
copying build\lib\electroncash\utils\__init__.py -> build\bdist.win-amd64\egg\electroncash\utils
copying build\lib\electroncash\verifier.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\version.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\wallet.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\web.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\websockets.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\winconsole.py -> build\bdist.win-amd64\egg\electroncash
creating build\bdist.win-amd64\egg\electroncash\wordlist
copying build\lib\electroncash\wordlist\chinese_simplified.txt -> build\bdist.win-amd64\egg\electroncash\wordlist
copying build\lib\electroncash\wordlist\english.txt -> build\bdist.win-amd64\egg\electroncash\wordlist
copying build\lib\electroncash\wordlist\japanese.txt -> build\bdist.win-amd64\egg\electroncash\wordlist
copying build\lib\electroncash\wordlist\portuguese.txt -> build\bdist.win-amd64\egg\electroncash\wordlist
copying build\lib\electroncash\wordlist\spanish.txt -> build\bdist.win-amd64\egg\electroncash\wordlist
copying build\lib\electroncash\x509.py -> build\bdist.win-amd64\egg\electroncash
copying build\lib\electroncash\__init__.py -> build\bdist.win-amd64\egg\electroncash
creating build\bdist.win-amd64\egg\electroncash_gui
creating build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\address_dialog.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\address_list.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\amountedit.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\bip38_importer.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\cashacctqt.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\console.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\console2.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\contact_list.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
creating build\bdist.win-amd64\egg\electroncash_gui\qt\data
copying build\lib\electroncash_gui\qt\data\ecsupplemental_win.ttf -> build\bdist.win-amd64\egg\electroncash_gui\qt\data
copying build\lib\electroncash_gui\qt\exception_window.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\external_plugins_window.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\fee_slider.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\history_list.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\icons.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\installwizard.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\invoice_list.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\main_window.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\network_dialog.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\password_dialog.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\paytoedit.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\popup_widget.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\qrcodewidget.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
creating build\bdist.win-amd64\egg\electroncash_gui\qt\qrreader
copying build\lib\electroncash_gui\qt\qrreader\camera_dialog.py -> build\bdist.win-amd64\egg\electroncash_gui\qt\qrreader
copying build\lib\electroncash_gui\qt\qrreader\crop_blur_effect.py -> build\bdist.win-amd64\egg\electroncash_gui\qt\qrreader
copying build\lib\electroncash_gui\qt\qrreader\validator.py -> build\bdist.win-amd64\egg\electroncash_gui\qt\qrreader
copying build\lib\electroncash_gui\qt\qrreader\video_overlay.py -> build\bdist.win-amd64\egg\electroncash_gui\qt\qrreader
copying build\lib\electroncash_gui\qt\qrreader\video_surface.py -> build\bdist.win-amd64\egg\electroncash_gui\qt\qrreader
copying build\lib\electroncash_gui\qt\qrreader\video_widget.py -> build\bdist.win-amd64\egg\electroncash_gui\qt\qrreader
copying build\lib\electroncash_gui\qt\qrreader\__init__.py -> build\bdist.win-amd64\egg\electroncash_gui\qt\qrreader
copying build\lib\electroncash_gui\qt\qrtextedit.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\qrwindow.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\request_list.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\scan_beyond_gap.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\seed_dialog.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\style_patcher.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\token_create.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\token_history_list.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\token_list.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\token_meta.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\token_meta_edit.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\token_send.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\token_send_tab_util.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\transaction_dialog.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\udev_installer.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\update_checker.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\util.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
creating build\bdist.win-amd64\egg\electroncash_gui\qt\utils
copying build\lib\electroncash_gui\qt\utils\aspect_layout.py -> build\bdist.win-amd64\egg\electroncash_gui\qt\utils
copying build\lib\electroncash_gui\qt\utils\aspect_svg_widget.py -> build\bdist.win-amd64\egg\electroncash_gui\qt\utils
copying build\lib\electroncash_gui\qt\utils\color_utils.py -> build\bdist.win-amd64\egg\electroncash_gui\qt\utils
creating build\bdist.win-amd64\egg\electroncash_gui\qt\utils\darkdetect
copying build\lib\electroncash_gui\qt\utils\darkdetect\_detect.py -> build\bdist.win-amd64\egg\electroncash_gui\qt\utils\darkdetect
copying build\lib\electroncash_gui\qt\utils\darkdetect\_dummy.py -> build\bdist.win-amd64\egg\electroncash_gui\qt\utils\darkdetect
copying build\lib\electroncash_gui\qt\utils\darkdetect\__init__.py -> build\bdist.win-amd64\egg\electroncash_gui\qt\utils\darkdetect
copying build\lib\electroncash_gui\qt\utils\image_effect.py -> build\bdist.win-amd64\egg\electroncash_gui\qt\utils
copying build\lib\electroncash_gui\qt\utils\qblockies.py -> build\bdist.win-amd64\egg\electroncash_gui\qt\utils
copying build\lib\electroncash_gui\qt\utils\validators.py -> build\bdist.win-amd64\egg\electroncash_gui\qt\utils
copying build\lib\electroncash_gui\qt\utils\__init__.py -> build\bdist.win-amd64\egg\electroncash_gui\qt\utils
copying build\lib\electroncash_gui\qt\utxo_list.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\wallet_information.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\qt\__init__.py -> build\bdist.win-amd64\egg\electroncash_gui\qt
copying build\lib\electroncash_gui\stdio.py -> build\bdist.win-amd64\egg\electroncash_gui
copying build\lib\electroncash_gui\text.py -> build\bdist.win-amd64\egg\electroncash_gui
copying build\lib\electroncash_gui\__init__.py -> build\bdist.win-amd64\egg\electroncash_gui
creating build\bdist.win-amd64\egg\electroncash_plugins
creating build\bdist.win-amd64\egg\electroncash_plugins\audio_modem
copying build\lib\electroncash_plugins\audio_modem\qt.py -> build\bdist.win-amd64\egg\electroncash_plugins\audio_modem
copying build\lib\electroncash_plugins\audio_modem\__init__.py -> build\bdist.win-amd64\egg\electroncash_plugins\audio_modem
creating build\bdist.win-amd64\egg\electroncash_plugins\cosigner_pool
copying build\lib\electroncash_plugins\cosigner_pool\qt.py -> build\bdist.win-amd64\egg\electroncash_plugins\cosigner_pool
copying build\lib\electroncash_plugins\cosigner_pool\__init__.py -> build\bdist.win-amd64\egg\electroncash_plugins\cosigner_pool
creating build\bdist.win-amd64\egg\electroncash_plugins\digitalbitbox
copying build\lib\electroncash_plugins\digitalbitbox\cmdline.py -> build\bdist.win-amd64\egg\electroncash_plugins\digitalbitbox
copying build\lib\electroncash_plugins\digitalbitbox\digitalbitbox.py -> build\bdist.win-amd64\egg\electroncash_plugins\digitalbitbox
copying build\lib\electroncash_plugins\digitalbitbox\qt.py -> build\bdist.win-amd64\egg\electroncash_plugins\digitalbitbox
copying build\lib\electroncash_plugins\digitalbitbox\__init__.py -> build\bdist.win-amd64\egg\electroncash_plugins\digitalbitbox
creating build\bdist.win-amd64\egg\electroncash_plugins\email_requests
copying build\lib\electroncash_plugins\email_requests\qt.py -> build\bdist.win-amd64\egg\electroncash_plugins\email_requests
copying build\lib\electroncash_plugins\email_requests\__init__.py -> build\bdist.win-amd64\egg\electroncash_plugins\email_requests
creating build\bdist.win-amd64\egg\electroncash_plugins\fusion
copying build\lib\electroncash_plugins\fusion\android.py -> build\bdist.win-amd64\egg\electroncash_plugins\fusion
copying build\lib\electroncash_plugins\fusion\Cash Fusion Logo - No Text Gray.svg -> build\bdist.win-amd64\egg\electroncash_plugins\fusion
copying build\lib\electroncash_plugins\fusion\Cash Fusion Logo - No Text.svg -> build\bdist.win-amd64\egg\electroncash_plugins\fusion
copying build\lib\electroncash_plugins\fusion\cmdline.py -> build\bdist.win-amd64\egg\electroncash_plugins\fusion
copying build\lib\electroncash_plugins\fusion\comms.py -> build\bdist.win-amd64\egg\electroncash_plugins\fusion
copying build\lib\electroncash_plugins\fusion\compatibility.py -> build\bdist.win-amd64\egg\electroncash_plugins\fusion
copying build\lib\electroncash_plugins\fusion\conf.py -> build\bdist.win-amd64\egg\electroncash_plugins\fusion
copying build\lib\electroncash_plugins\fusion\connection.py -> build\bdist.win-amd64\egg\electroncash_plugins\fusion
copying build\lib\electroncash_plugins\fusion\covert.py -> build\bdist.win-amd64\egg\electroncash_plugins\fusion
copying build\lib\electroncash_plugins\fusion\encrypt.py -> build\bdist.win-amd64\egg\electroncash_plugins\fusion
copying build\lib\electroncash_plugins\fusion\fusion.py -> build\bdist.win-amd64\egg\electroncash_plugins\fusion
copying build\lib\electroncash_plugins\fusion\fusion_pb2.py -> build\bdist.win-amd64\egg\electroncash_plugins\fusion
copying build\lib\electroncash_plugins\fusion\pedersen.py -> build\bdist.win-amd64\egg\electroncash_plugins\fusion
copying build\lib\electroncash_plugins\fusion\plugin.py -> build\bdist.win-amd64\egg\electroncash_plugins\fusion
creating build\bdist.win-amd64\egg\electroncash_plugins\fusion\protobuf
copying build\lib\electroncash_plugins\fusion\protobuf\fusion.proto -> build\bdist.win-amd64\egg\electroncash_plugins\fusion\protobuf
copying build\lib\electroncash_plugins\fusion\protocol.py -> build\bdist.win-amd64\egg\electroncash_plugins\fusion
copying build\lib\electroncash_plugins\fusion\qt.py -> build\bdist.win-amd64\egg\electroncash_plugins\fusion
copying build\lib\electroncash_plugins\fusion\red_exclamation.png -> build\bdist.win-amd64\egg\electroncash_plugins\fusion
copying build\lib\electroncash_plugins\fusion\server.py -> build\bdist.win-amd64\egg\electroncash_plugins\fusion
copying build\lib\electroncash_plugins\fusion\util.py -> build\bdist.win-amd64\egg\electroncash_plugins\fusion
copying build\lib\electroncash_plugins\fusion\validation.py -> build\bdist.win-amd64\egg\electroncash_plugins\fusion
copying build\lib\electroncash_plugins\fusion\__init__.py -> build\bdist.win-amd64\egg\electroncash_plugins\fusion
creating build\bdist.win-amd64\egg\electroncash_plugins\hw_wallet
copying build\lib\electroncash_plugins\hw_wallet\cmdline.py -> build\bdist.win-amd64\egg\electroncash_plugins\hw_wallet
copying build\lib\electroncash_plugins\hw_wallet\plugin.py -> build\bdist.win-amd64\egg\electroncash_plugins\hw_wallet
copying build\lib\electroncash_plugins\hw_wallet\qt.py -> build\bdist.win-amd64\egg\electroncash_plugins\hw_wallet
copying build\lib\electroncash_plugins\hw_wallet\__init__.py -> build\bdist.win-amd64\egg\electroncash_plugins\hw_wallet
creating build\bdist.win-amd64\egg\electroncash_plugins\keepkey
copying build\lib\electroncash_plugins\keepkey\client.py -> build\bdist.win-amd64\egg\electroncash_plugins\keepkey
copying build\lib\electroncash_plugins\keepkey\clientbase.py -> build\bdist.win-amd64\egg\electroncash_plugins\keepkey
copying build\lib\electroncash_plugins\keepkey\cmdline.py -> build\bdist.win-amd64\egg\electroncash_plugins\keepkey
copying build\lib\electroncash_plugins\keepkey\keepkey.py -> build\bdist.win-amd64\egg\electroncash_plugins\keepkey
copying build\lib\electroncash_plugins\keepkey\qt.py -> build\bdist.win-amd64\egg\electroncash_plugins\keepkey
copying build\lib\electroncash_plugins\keepkey\__init__.py -> build\bdist.win-amd64\egg\electroncash_plugins\keepkey
creating build\bdist.win-amd64\egg\electroncash_plugins\ledger
copying build\lib\electroncash_plugins\ledger\auth2fa.py -> build\bdist.win-amd64\egg\electroncash_plugins\ledger
copying build\lib\electroncash_plugins\ledger\cmdline.py -> build\bdist.win-amd64\egg\electroncash_plugins\ledger
copying build\lib\electroncash_plugins\ledger\ledger.py -> build\bdist.win-amd64\egg\electroncash_plugins\ledger
copying build\lib\electroncash_plugins\ledger\qt.py -> build\bdist.win-amd64\egg\electroncash_plugins\ledger
copying build\lib\electroncash_plugins\ledger\__init__.py -> build\bdist.win-amd64\egg\electroncash_plugins\ledger
creating build\bdist.win-amd64\egg\electroncash_plugins\satochip
copying build\lib\electroncash_plugins\satochip\qt.py -> build\bdist.win-amd64\egg\electroncash_plugins\satochip
copying build\lib\electroncash_plugins\satochip\satochip.py -> build\bdist.win-amd64\egg\electroncash_plugins\satochip
copying build\lib\electroncash_plugins\satochip\__init__.py -> build\bdist.win-amd64\egg\electroncash_plugins\satochip
creating build\bdist.win-amd64\egg\electroncash_plugins\shuffle_deprecated
copying build\lib\electroncash_plugins\shuffle_deprecated\client.py -> build\bdist.win-amd64\egg\electroncash_plugins\shuffle_deprecated
copying build\lib\electroncash_plugins\shuffle_deprecated\coin_utils.py -> build\bdist.win-amd64\egg\electroncash_plugins\shuffle_deprecated
copying build\lib\electroncash_plugins\shuffle_deprecated\comms.py -> build\bdist.win-amd64\egg\electroncash_plugins\shuffle_deprecated
copying build\lib\electroncash_plugins\shuffle_deprecated\conf_keys.py -> build\bdist.win-amd64\egg\electroncash_plugins\shuffle_deprecated
copying build\lib\electroncash_plugins\shuffle_deprecated\crypto.py -> build\bdist.win-amd64\egg\electroncash_plugins\shuffle_deprecated
copying build\lib\electroncash_plugins\shuffle_deprecated\messages.py -> build\bdist.win-amd64\egg\electroncash_plugins\shuffle_deprecated
copying build\lib\electroncash_plugins\shuffle_deprecated\message_pb2.py -> build\bdist.win-amd64\egg\electroncash_plugins\shuffle_deprecated
copying build\lib\electroncash_plugins\shuffle_deprecated\qt.py -> build\bdist.win-amd64\egg\electroncash_plugins\shuffle_deprecated
copying build\lib\electroncash_plugins\shuffle_deprecated\qt_status_bar_mgr.py -> build\bdist.win-amd64\egg\electroncash_plugins\shuffle_deprecated
copying build\lib\electroncash_plugins\shuffle_deprecated\round.py -> build\bdist.win-amd64\egg\electroncash_plugins\shuffle_deprecated
copying build\lib\electroncash_plugins\shuffle_deprecated\servers.json -> build\bdist.win-amd64\egg\electroncash_plugins\shuffle_deprecated
copying build\lib\electroncash_plugins\shuffle_deprecated\__init__.py -> build\bdist.win-amd64\egg\electroncash_plugins\shuffle_deprecated
creating build\bdist.win-amd64\egg\electroncash_plugins\trezor
copying build\lib\electroncash_plugins\trezor\clientbase.py -> build\bdist.win-amd64\egg\electroncash_plugins\trezor
copying build\lib\electroncash_plugins\trezor\cmdline.py -> build\bdist.win-amd64\egg\electroncash_plugins\trezor
copying build\lib\electroncash_plugins\trezor\qt.py -> build\bdist.win-amd64\egg\electroncash_plugins\trezor
copying build\lib\electroncash_plugins\trezor\trezor.py -> build\bdist.win-amd64\egg\electroncash_plugins\trezor
copying build\lib\electroncash_plugins\trezor\__init__.py -> build\bdist.win-amd64\egg\electroncash_plugins\trezor
creating build\bdist.win-amd64\egg\electroncash_plugins\virtualkeyboard
copying build\lib\electroncash_plugins\virtualkeyboard\qt.py -> build\bdist.win-amd64\egg\electroncash_plugins\virtualkeyboard
copying build\lib\electroncash_plugins\virtualkeyboard\__init__.py -> build\bdist.win-amd64\egg\electroncash_plugins\virtualkeyboard
copying build\lib\electroncash_plugins\__init__.py -> build\bdist.win-amd64\egg\electroncash_plugins
warning: install_lib: byte-compiling is disabled, skipping.

creating build\bdist.win-amd64\egg\EGG-INFO
installing scripts to build\bdist.win-amd64\egg\EGG-INFO\scripts
running install_scripts
running build_scripts
creating build\scripts-3.11
copying and adjusting electron-cash -> build\scripts-3.11
creating build\bdist.win-amd64\egg\EGG-INFO\scripts
copying build\scripts-3.11\electron-cash -> build\bdist.win-amd64\egg\EGG-INFO\scripts
copying Electron_Cash.egg-info\PKG-INFO -> build\bdist.win-amd64\egg\EGG-INFO
copying Electron_Cash.egg-info\SOURCES.txt -> build\bdist.win-amd64\egg\EGG-INFO
copying Electron_Cash.egg-info\dependency_links.txt -> build\bdist.win-amd64\egg\EGG-INFO
copying Electron_Cash.egg-info\requires.txt -> build\bdist.win-amd64\egg\EGG-INFO
copying Electron_Cash.egg-info\top_level.txt -> build\bdist.win-amd64\egg\EGG-INFO
writing build\bdist.win-amd64\egg\EGG-INFO\native_libs.txt
zip_safe flag not set; analyzing archive contents...
creating dist
creating 'dist\Electron_Cash-4.4.5-py3.11.egg' and adding 'build\bdist.win-amd64\egg' to it
removing 'build\bdist.win-amd64\egg' (and everything under it)
Processing Electron_Cash-4.4.5-py3.11.egg
Copying Electron_Cash-4.4.5-py3.11.egg to c:\python3.11.8\lib\site-packages
Adding Electron-Cash 4.4.5 to easy-install.pth file
Installing electron-cash script to c:\python3.11.8\Scripts

Installed c:\python3.11.8\lib\site-packages\electron_cash-4.4.5-py3.11.egg
Processing dependencies for Electron-Cash==4.4.5
Searching for dnspython==2.2.0
Best match: dnspython 2.2.0
Adding dnspython 2.2.0 to easy-install.pth file

Using c:\python3.11.8\lib\site-packages
Searching for pathvalidate==2.3.2
Best match: pathvalidate 2.3.2
Adding pathvalidate 2.3.2 to easy-install.pth file

Using c:\python3.11.8\lib\site-packages
Searching for certifi==2024.8.30
Best match: certifi 2024.8.30
Adding certifi 2024.8.30 to easy-install.pth file

Using c:\python3.11.8\lib\site-packages
Searching for stem==1.8.0
Best match: stem 1.8.0
Adding stem 1.8.0 to easy-install.pth file

Using c:\python3.11.8\lib\site-packages
Searching for python-dateutil==2.8.1
Best match: python-dateutil 2.8.1
Adding python-dateutil 2.8.1 to easy-install.pth file

Using c:\python3.11.8\lib\site-packages
Searching for QDarkStyle==3.0.3
Best match: QDarkStyle 3.0.3
Adding QDarkStyle 3.0.3 to easy-install.pth file
Installing qdarkstyle-script.py script to c:\python3.11.8\Scripts
Installing qdarkstyle.exe script to c:\python3.11.8\Scripts
Installing qdarkstyle.example-script.py script to c:\python3.11.8\Scripts
Installing qdarkstyle.example.exe script to c:\python3.11.8\Scripts
Installing qdarkstyle.utils-script.py script to c:\python3.11.8\Scripts
Installing qdarkstyle.utils.exe script to c:\python3.11.8\Scripts

Using c:\python3.11.8\lib\site-packages
Searching for PySocks==1.7.1
Best match: PySocks 1.7.1
Adding PySocks 1.7.1 to easy-install.pth file

Using c:\python3.11.8\lib\site-packages
Searching for jsonrpclib-pelix==0.4.2
Best match: jsonrpclib-pelix 0.4.2
Adding jsonrpclib-pelix 0.4.2 to easy-install.pth file

Using c:\python3.11.8\lib\site-packages
Searching for protobuf==5.27.3
Best match: protobuf 5.27.3
Adding protobuf 5.27.3 to easy-install.pth file

Using c:\python3.11.8\lib\site-packages
Searching for qrcode==7.3.1
Best match: qrcode 7.3.1
Adding qrcode 7.3.1 to easy-install.pth file
Installing qr-script.py script to c:\python3.11.8\Scripts
Installing qr.exe script to c:\python3.11.8\Scripts

Using c:\python3.11.8\lib\site-packages
Searching for requests==2.31.0
Best match: requests 2.31.0
Adding requests 2.31.0 to easy-install.pth file

Using c:\python3.11.8\lib\site-packages
Searching for ecdsa==0.18.0
Best match: ecdsa 0.18.0
Adding ecdsa 0.18.0 to easy-install.pth file

Using c:\python3.11.8\lib\site-packages
Searching for pyaes==1.6.1
Best match: pyaes 1.6.1
Adding pyaes 1.6.1 to easy-install.pth file

Using c:\python3.11.8\lib\site-packages
Searching for six==1.16.0
Best match: six 1.16.0
Adding six 1.16.0 to easy-install.pth file

Using c:\python3.11.8\lib\site-packages
Searching for QtPy==2.0.1
Best match: QtPy 2.0.1
Adding QtPy 2.0.1 to easy-install.pth file

Using c:\python3.11.8\lib\site-packages
Searching for colorama==0.4.3
Best match: colorama 0.4.3
Adding colorama 0.4.3 to easy-install.pth file

Using c:\python3.11.8\lib\site-packages
Searching for idna==3.3
Best match: idna 3.3
Adding idna 3.3 to easy-install.pth file

Using c:\python3.11.8\lib\site-packages
Searching for urllib3==1.26.19
Best match: urllib3 1.26.19
Adding urllib3 1.26.19 to easy-install.pth file

Using c:\python3.11.8\lib\site-packages
Searching for charset-normalizer==2.0.0
Best match: charset-normalizer 2.0.0
Adding charset-normalizer 2.0.0 to easy-install.pth file
Installing normalizer-script.py script to c:\python3.11.8\Scripts
Installing normalizer.exe script to c:\python3.11.8\Scripts

Using c:\python3.11.8\lib\site-packages
Searching for packaging==23.2
Best match: packaging 23.2
Adding packaging 23.2 to easy-install.pth file

Using c:\python3.11.8\lib\site-packages
Finished processing dependencies for Electron-Cash==4.4.5
~/wine/drive_c/electroncash/contrib/build-wine ~/wine/drive_c/electroncash/contrib/build-wine
INFO:  Resetting modification time in C:\Python...
~/wine/drive_c/python3.11.8 ~/wine/drive_c/electroncash/contrib/build-wine ~/wine/drive_c/electroncash/contrib/build-wine
total 7684
drwxr-xr-x  2 user 1001    4096 Nov 11  2000 DLLs
-rw-r--r--  1 user 1001   36874 Nov 11  2000 LICENSE.txt
drwxr-xr-x 34 user 1001    4096 Nov 11  2000 Lib
-rw-r--r--  1 user 1001 1548805 Nov 11  2000 NEWS.txt
drwxr-xr-x  2 user 1001    4096 Nov 11  2000 Scripts
drwxr-xr-x  5 user 1001    4096 Nov 11  2000 Tools
drwxr-xr-x  4 user 1001    4096 Nov 11  2000 include
drwxr-xr-x  2 user 1001    4096 Nov 11  2000 libs
-rwxr-xr-x  1 user 1001  103192 Nov 11  2000 python.exe
-rw-r--r--  1 user 1001   67352 Nov 11  2000 python3.dll
-rw-r--r--  1 user 1001 5789464 Nov 11  2000 python311.dll
-rwxr-xr-x  1 user 1001  101656 Nov 11  2000 pythonw.exe
drwxr-xr-x  3 user 1001    4096 Nov 11  2000 share
-rw-r--r--  1 user 1001  119192 Nov 11  2000 vcruntime140.dll
-rw-r--r--  1 user 1001   49528 Nov 11  2000 vcruntime140_1.dll
~/wine/drive_c/electroncash/contrib/build-wine ~/wine/drive_c/electroncash/contrib/build-wine
INFO:  Running Pyinstaller to build standalone and portable .exe versions ...
1699 INFO: PyInstaller: 6.4.0, contrib hooks: 2024.1
1699 INFO: Python: 3.11.8
1786 INFO: Platform: Windows-10-10.0.19043
12061 INFO: Extending PYTHONPATH with paths
['C:\\electroncash',
 'C:\\electroncash',
 'C:\\electroncash',
 'C:\\electroncash',
 'C:\\electroncash',
 'C:\\electroncash',
 'C:\\electroncash',
 'C:\\electroncash',
 'C:\\electroncash',
 'C:\\electroncash',
 'C:\\electroncash',
 'C:\\electroncash',
 'C:\\electroncash',
 'C:\\electroncash',
 'C:\\electroncash',
 'C:\\electroncash',
 'C:\\electroncash',
 'C:\\electroncash',
 'C:\\electroncash',
 'C:\\electroncash',
 'C:\\electroncash']
13479 INFO: Appending 'binaries' from .spec
13490 INFO: Appending 'datas' from .spec
13638 INFO: checking Analysis
13639 INFO: Building Analysis because Analysis-00.toc is non existent
13639 INFO: Initializing module dependency graph...
13643 INFO: Caching module graph hooks...
13681 INFO: Analyzing base_library.zip ...
20329 INFO: Loading module hook 'hook-encodings.py' from 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks'...
23867 INFO: Loading module hook 'hook-heapq.py' from 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks'...
26175 INFO: Loading module hook 'hook-pickle.py' from 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks'...
28425 INFO: Caching module dependency graph...
28741 INFO: Running Analysis Analysis-00.toc
28741 INFO: Looking for Python shared library...
28758 INFO: Using Python shared library: c:\python3.11.8\python311.dll
28758 INFO: Analyzing C:\electroncash\electron-cash
29135 INFO: Processing pre-safe import module hook six.moves from 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks\\pre_safe_import_module\\hook-six.moves.py'.
29545 INFO: Loading module hook 'hook-platform.py' from 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks'...
30068 INFO: Processing pre-safe import module hook urllib3.packages.six.moves from 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks\\pre_safe_import_module\\hook-urllib3.packages.six.moves.py'.
34147 INFO: Loading module hook 'hook-charset_normalizer.py' from 'c:\\python3.11.8\\Lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
35353 INFO: Loading module hook 'hook-cryptography.py' from 'c:\\python3.11.8\\Lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
41153 INFO: Loading module hook 'hook-certifi.py' from 'c:\\python3.11.8\\Lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
41691 INFO: Loading module hook 'hook-xml.py' from 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks'...
42851 INFO: Loading module hook 'hook-sysconfig.py' from 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks'...
43377 INFO: Loading module hook 'hook-Cryptodome.py' from 'c:\\python3.11.8\\Lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
45613 INFO: Loading module hook 'hook-pycparser.py' from 'c:\\python3.11.8\\Lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
46105 INFO: Loading module hook 'hook-setuptools.py' from 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks'...
49898 INFO: Processing pre-safe import module hook distutils from 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks\\pre_safe_import_module\\hook-distutils.py'.
49901 INFO: Processing pre-find module path hook distutils from 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks\\pre_find_module_path\\hook-distutils.py'.
49914 INFO: Loading module hook 'hook-distutils.py' from 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks'...
49990 INFO: Loading module hook 'hook-distutils.util.py' from 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks'...
50281 INFO: Loading module hook 'hook-pkg_resources.py' from 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks'...
56584 INFO: Loading module hook 'hook-multiprocessing.util.py' from 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks'...
58745 INFO: Loading module hook 'hook-dns.rdata.py' from 'c:\\python3.11.8\\Lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
62210 INFO: Loading module hook 'hook-sqlite3.py' from 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks'...
64705 INFO: Loading module hook 'hook-difflib.py' from 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks'...
66431 INFO: Loading module hook 'hook-psutil.py' from 'c:\\python3.11.8\\Lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
66555 INFO: Analyzing C:\electroncash\electroncash_gui\qt\main_window.py
66869 INFO: Loading module hook 'hook-PyQt5.py' from 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks'...
67488 INFO: Analyzing C:\electroncash\electroncash_gui\qt\qrreader\camera_dialog.py
69529 INFO: Loading module hook 'hook-packaging.py' from 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks'...
69640 INFO: Analyzing C:\electroncash\electroncash_gui\text.py
69748 INFO: Analyzing C:\electroncash\electroncash\util.py
69783 INFO: Analyzing C:\electroncash\electroncash\wallet.py
69986 INFO: Analyzing C:\electroncash\electroncash\simple_config.py
69999 INFO: Analyzing C:\electroncash\electroncash\bitcoin.py
70057 INFO: Analyzing C:\electroncash\electroncash\dnssec.py
70069 INFO: Analyzing C:\electroncash\electroncash\commands.py
70144 INFO: Analyzing C:\electroncash\electroncash\tor\controller.py
70156 INFO: Analyzing C:\electroncash\electroncash_plugins\cosigner_pool\qt.py
70171 INFO: Analyzing C:\electroncash\electroncash_plugins\email_requests\qt.py
70293 INFO: Analyzing C:\electroncash\electroncash_plugins\trezor\clientbase.py
70350 INFO: Loading module hook 'hook-mnemonic.py' from 'c:\\python3.11.8\\Lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'...
71907 INFO: Analyzing C:\electroncash\electroncash_plugins\trezor\trezor.py
71928 INFO: Analyzing C:\electroncash\electroncash_plugins\trezor\qt.py
71994 INFO: Analyzing C:\electroncash\electroncash_plugins\keepkey\qt.py
72044 INFO: Analyzing C:\electroncash\electroncash_plugins\ledger\qt.py
72049 INFO: Analyzing C:\electroncash\electroncash_plugins\satochip\qt.py
72492 INFO: Analyzing C:\electroncash\electroncash_plugins\fusion\fusion.py
72536 INFO: Analyzing C:\electroncash\electroncash_plugins\fusion\qt.py
72608 INFO: Analyzing hidden import 'trezorlib._ed25519'
72618 INFO: Analyzing hidden import 'trezorlib._internal'
72620 INFO: Analyzing hidden import 'trezorlib._internal.emulator'
72712 INFO: Analyzing hidden import 'trezorlib._internal.firmware_headers'
72805 INFO: Analyzing hidden import 'trezorlib._internal.translations'
72820 INFO: Analyzing hidden import 'trezorlib._rlp'
72823 INFO: Analyzing hidden import 'trezorlib.authentication'
72834 INFO: Analyzing hidden import 'trezorlib.binance'
72838 INFO: Analyzing hidden import 'trezorlib.cardano'
72866 INFO: Analyzing hidden import 'trezorlib.cli'
72873 INFO: Analyzing hidden import 'trezorlib.cli.binance'
72879 INFO: Analyzing hidden import 'trezorlib.cli.btc'
72893 INFO: Analyzing hidden import 'trezorlib.cli.cardano'
72904 INFO: Analyzing hidden import 'trezorlib.cli.cosi'
72908 INFO: Analyzing hidden import 'trezorlib.cli.crypto'
72916 INFO: Analyzing hidden import 'trezorlib.cli.debug'
72921 INFO: Analyzing hidden import 'trezorlib.cli.device'
72935 INFO: Analyzing hidden import 'trezorlib.cli.eos'
72951 INFO: Analyzing hidden import 'trezorlib.cli.ethereum'
73029 INFO: Analyzing hidden import 'trezorlib.cli.fido'
73039 INFO: Analyzing hidden import 'trezorlib.cli.firmware'
73063 INFO: Analyzing hidden import 'trezorlib.cli.monero'
73071 INFO: Analyzing hidden import 'trezorlib.cli.nem'
73085 INFO: Analyzing hidden import 'trezorlib.cli.ripple'
73094 INFO: Analyzing hidden import 'trezorlib.cli.settings'
73111 INFO: Analyzing hidden import 'trezorlib.cli.solana'
73120 INFO: Analyzing hidden import 'trezorlib.cli.stellar'
73159 INFO: Analyzing hidden import 'trezorlib.cli.tezos'
73168 INFO: Analyzing hidden import 'trezorlib.cli.trezorctl'
73186 INFO: Analyzing hidden import 'btchip'
73201 INFO: Analyzing hidden import 'btchip.bitcoinTransaction'
73217 INFO: Analyzing hidden import 'btchip.btchip'
73303 INFO: Analyzing hidden import 'btchip.btchipFirmwareWizard'
73306 INFO: Analyzing hidden import 'btchip.btchipPersoWizard'
73355 INFO: Analyzing hidden import 'btchip.msqr'
73359 INFO: Analyzing hidden import 'btchip.ui'
73362 INFO: Analyzing hidden import 'btchip.ui.personalization00start'
73369 INFO: Analyzing hidden import 'btchip.ui.personalization01seed'
73375 INFO: Analyzing hidden import 'btchip.ui.personalization02security'
73383 INFO: Analyzing hidden import 'btchip.ui.personalization03config'
73389 INFO: Analyzing hidden import 'btchip.ui.personalization04finalize'
73395 INFO: Analyzing hidden import 'btchip.ui.personalizationseedbackup01'
73435 INFO: Analyzing hidden import 'btchip.ui.personalizationseedbackup02'
73439 INFO: Analyzing hidden import 'btchip.ui.personalizationseedbackup03'
73446 INFO: Analyzing hidden import 'btchip.ui.personalizationseedbackup04'
73451 INFO: Analyzing hidden import 'keepkeylib.binance'
73640 INFO: Analyzing hidden import 'keepkeylib.ckd_public'
73649 INFO: Analyzing hidden import 'keepkeylib.cosmos'
73676 INFO: Analyzing hidden import 'keepkeylib.eth'
73678 INFO: Analyzing hidden import 'keepkeylib.eth.ethereum_tokens'
73687 INFO: Analyzing hidden import 'keepkeylib.eth.uniswap_tokens'
73693 INFO: Analyzing hidden import 'keepkeylib.filecache'
73718 INFO: Loading module hook 'hook-shelve.py' from 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks'...
73761 INFO: Analyzing hidden import 'keepkeylib.protobuf_json'
73782 INFO: Analyzing hidden import 'keepkeylib.ripple'
73785 INFO: Analyzing hidden import 'keepkeylib.thorchain'
73788 INFO: Analyzing hidden import 'keepkeylib.transport_fake'
73790 INFO: Analyzing hidden import 'keepkeylib.transport_hid'
73798 INFO: Analyzing hidden import 'keepkeylib.transport_pipe'
73802 INFO: Analyzing hidden import 'keepkeylib.transport_serial'
73820 INFO: Analyzing hidden import 'keepkeylib.transport_socket'
73826 INFO: Analyzing hidden import 'keepkeylib.transport_udp'
73830 INFO: Analyzing hidden import 'keepkeylib.transport_webusb'
73837 INFO: Analyzing hidden import 'keepkeylib.tx_api'
73843 INFO: Analyzing hidden import 'smartcard.ATR'
73854 INFO: Analyzing hidden import 'smartcard.CardNames'
73887 INFO: Analyzing hidden import 'smartcard.ExclusiveConnectCardConnection'
73893 INFO: Analyzing hidden import 'smartcard.ExclusiveTransmitCardConnection'
73898 INFO: Analyzing hidden import 'smartcard.ReaderMonitoring'
73904 INFO: Analyzing hidden import 'smartcard.guid'
73907 INFO: Analyzing hidden import 'smartcard.pyro'
73909 INFO: Analyzing hidden import 'smartcard.pyro.PyroReader'
73927 INFO: Analyzing hidden import 'smartcard.sw.ErrorChecker'
73929 INFO: Analyzing hidden import 'smartcard.sw.ErrorCheckingChain'
73932 INFO: Analyzing hidden import 'smartcard.sw.ISO7816_4ErrorChecker'
73936 INFO: Analyzing hidden import 'smartcard.sw.ISO7816_4_SW1ErrorChecker'
73940 INFO: Analyzing hidden import 'smartcard.sw.ISO7816_8ErrorChecker'
73943 INFO: Analyzing hidden import 'smartcard.sw.ISO7816_9ErrorChecker'
73947 INFO: Analyzing hidden import 'smartcard.sw.op21_ErrorChecker'
73950 INFO: Analyzing hidden import 'smartcard.wx'
73953 INFO: Analyzing hidden import 'smartcard.wx.APDUHexValidator'
73973 INFO: Analyzing hidden import 'smartcard.wx.APDUTracerPanel'
73977 INFO: Analyzing hidden import 'smartcard.wx.CardAndReaderTreePanel'
74013 INFO: Processing module hooks...
74238 INFO: Processing pre-safe import module hook win32com from 'c:\\python3.11.8\\Lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\pre_safe_import_module\\hook-win32com.py'.
74900 WARNING: Hidden import "sip" not found!
74900 INFO: Loading module hook 'hook-PyQt5.QtCore.py' from 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks'...
75511 INFO: Loading module hook 'hook-PyQt5.QtGui.py' from 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks'...
76587 INFO: Loading module hook 'hook-PyQt5.QtMultimedia.py' from 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks'...
77343 INFO: Loading module hook 'hook-PyQt5.QtNetwork.py' from 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks'...
78309 INFO: Loading module hook 'hook-PyQt5.QtSvg.py' from 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks'...
78767 INFO: Loading module hook 'hook-PyQt5.QtWidgets.py' from 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks'...
79361 INFO: Loading module hook 'hook-setuptools.msvc.py' from 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks'...
79786 INFO: Performing binary vs. data reclassification (362 entries)
80275 INFO: Looking for ctypes DLLs
80383 WARNING: Ignoring AppKit.framework/AppKit imported from C:\electroncash\electroncash_gui\qt\utils\darkdetect\_detect.py - only basenames are supported with ctypes imports!
80621 INFO: Analyzing run-time hooks ...
80630 INFO: Including run-time hook 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py'
80633 INFO: Including run-time hook 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pyqt5.py'
80636 INFO: Processing pre-find module path hook _pyi_rth_utils from 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks\\pre_find_module_path\\hook-_pyi_rth_utils.py'.
80642 INFO: Loading module hook 'hook-_pyi_rth_utils.py' from 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks'...
80646 INFO: Including run-time hook 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py'
80671 INFO: Including run-time hook 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py'
80675 INFO: Including run-time hook 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgres.py'
80680 INFO: Including run-time hook 'c:\\python3.11.8\\Lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_setuptools.py'
80709 INFO: Looking for dynamic libraries
[secp256k1] warning: libsecp256k1 library failed to load
[secp256k1] warning: loading from libsecp256k1-0.dll failed with: <class 'FileNotFoundError'>
[secp256k1] warning: loading from c:\python3.11.8\Lib\site-packages\electron_cash-4.4.5-py3.11.egg\electroncash\libsecp256k1-0.dll failed with: <class 'FileNotFoundError'>
[ecc] info: libsecp256k1 library not available, falling back to python-ecdsa. This means signing operations will be slower. Try running:

  $  contrib/make_secp

(You need to be running from the git sources for contrib/make_secp to be available)
|  2.704| |MainThread| Failed to load zbar: FileNotFoundError("Could not find module 'libzbar-0.dll' (or one of its dependencies). Try using the full path with constructor syntax.")
|  2.704| |MainThread| [get_qr_reader] Zbar library not found
87088 INFO: Extra DLL search directories (AddDllDirectory): ['c:\\python3.11.8\\Lib\\site-packages\\PyQt5\\Qt5\\bin']
87088 INFO: Extra DLL search directories (PATH): ['c:\\python3.11.8\\Lib\\site-packages\\PyQt5\\Qt5\\bin']
90843 INFO: Warnings written to C:\electroncash\contrib\build-wine\build\deterministic\warn-deterministic.txt
90998 INFO: Graph cross-reference written to C:\electroncash\contrib\build-wine\build\deterministic\xref-deterministic.html
91074 INFO: checking PYZ
91074 INFO: Building PYZ because PYZ-00.toc is non existent
91074 INFO: Building PYZ (ZlibArchive) C:\electroncash\contrib\build-wine\build\deterministic\PYZ-00.pyz
95295 INFO: Building PYZ (ZlibArchive) C:\electroncash\contrib\build-wine\build\deterministic\PYZ-00.pyz completed successfully.
95351 INFO: checking PKG
95352 INFO: Building PKG because PKG-00.toc is non existent
95352 INFO: Building PKG (CArchive) Electron-Cash.pkg
112425 INFO: Building PKG (CArchive) Electron-Cash.pkg completed successfully.
112448 INFO: Bootloader c:\python3.11.8\Lib\site-packages\PyInstaller\bootloader\Windows-64bit-intel\runw.exe
112449 INFO: checking EXE
112449 INFO: Building EXE because EXE-00.toc is non existent
112449 INFO: Building EXE from EXE-00.toc
112451 INFO: Copying bootloader EXE to C:\electroncash\contrib\build-wine\dist\Electron-Cash.exe
112468 INFO: Copying icon to EXE
112480 INFO: Copying 0 resources to EXE
112480 INFO: Embedding manifest in EXE
112491 INFO: Appending PKG archive to EXE
112531 INFO: Fixing EXE headers
112789 INFO: Building EXE from EXE-00.toc completed successfully.
112835 INFO: checking PKG
112835 INFO: Building PKG because PKG-01.toc is non existent
112835 INFO: Building PKG (CArchive) Electron-Cash-portable.pkg
129922 INFO: Building PKG (CArchive) Electron-Cash-portable.pkg completed successfully.
129933 INFO: Bootloader c:\python3.11.8\Lib\site-packages\PyInstaller\bootloader\Windows-64bit-intel\runw.exe
129933 INFO: checking EXE
129933 INFO: Building EXE because EXE-01.toc is non existent
129933 INFO: Building EXE from EXE-01.toc
129934 INFO: Copying bootloader EXE to C:\electroncash\contrib\build-wine\dist\Electron-Cash-portable.exe
129939 INFO: Copying icon to EXE
129944 INFO: Copying 0 resources to EXE
129944 INFO: Embedding manifest in EXE
129948 INFO: Appending PKG archive to EXE
129988 INFO: Fixing EXE headers
130274 INFO: Building EXE from EXE-01.toc completed successfully.
130302 INFO: checking PKG
130302 INFO: Building PKG because PKG-02.toc is non existent
130303 INFO: Building PKG (CArchive) Electron-Cash.pkg
130887 INFO: Building PKG (CArchive) Electron-Cash.pkg completed successfully.
130889 INFO: Bootloader c:\python3.11.8\Lib\site-packages\PyInstaller\bootloader\Windows-64bit-intel\runw.exe
130889 INFO: checking EXE
130890 INFO: Building EXE because EXE-02.toc is non existent
130890 INFO: Building EXE from EXE-02.toc
130890 INFO: Copying bootloader EXE to C:\electroncash\contrib\build-wine\build\deterministic\Electron-Cash.exe
130896 INFO: Copying icon to EXE
130900 INFO: Copying 0 resources to EXE
130900 INFO: Embedding manifest in EXE
130903 INFO: Appending PKG archive to EXE
130911 INFO: Fixing EXE headers
130988 INFO: Building EXE from EXE-02.toc completed successfully.
130996 INFO: checking COLLECT
130996 INFO: Building COLLECT because COLLECT-00.toc is non existent
130997 INFO: Building COLLECT COLLECT-00.toc
132611 INFO: Building COLLECT COLLECT-00.toc completed successfully.
Removing Misc. datas: pyconfig.h
Removing Qt binaries: qt5web qt53d qt5game qt5designer qt5quick qt5location qt5test qt5xml pyqt5\qt\qml\qtquick qt5qml qt5printsupport
Removing Qt datas: pyqt5\qt\translations\qtwebengine_locales pyqt5\qt\plugins\printsupport pyqt5\qt\plugins\platforms\qwebgl pyqt5\qt\plugins\platforms\qminimal
~/wine/drive_c/electroncash/contrib/build-wine/dist ~/wine/drive_c/electroncash/contrib/build-wine ~/wine/drive_c/electroncash/contrib/build-wine
~/wine/drive_c/electroncash/contrib/build-wine ~/wine/drive_c/electroncash/contrib/build-wine
~/wine/drive_c/electroncash/contrib/build-wine/dist ~/wine/drive_c/electroncash/contrib/build-wine ~/wine/drive_c/electroncash/contrib/build-wine
~/wine/drive_c/electroncash/contrib/build-wine ~/wine/drive_c/electroncash/contrib/build-wine
INFO:  Running makensis to build setup .exe version ...
Command line defined: "PRODUCT_VERSION=4.4.5"
Command line defined: "GCC_TRIPLET_HOST_ARCH=x86_64"
Processing config: C:\Program Files (x86)\NSIS\nsisconf.nsh
Processing script file: "electron-cash.nsi" (ACP)

Processed 1 file, writing output (x86-unicode):

Output: "C:\electroncash\contrib\build-wine\dist\Electron-Cash-setup.exe"
Install: 2 pages (128 bytes), 2 sections (1 required) (4144 bytes), 1392 instructions (38976 bytes), 3555 strings (27360 bytes), 1 language table (262 bytes).
Uninstall: 2 pages (192 bytes), 1 section (2072 bytes), 426 instructions (11928 bytes), 676 strings (4322 bytes), 1 language table (254 bytes).
Datablock optimizer saved 124324 bytes (~0.0%).

Using lzma (compress whole) compression.

EXE header size:               70656 / 38400 bytes
Install code:                          (71334 bytes)
Install data:                          (152198192 bytes)
Uninstall code+data:                   (45424 bytes)
Compressed data:            44595810 / 152314950 bytes
CRC (0xF0E6E16C):                  4 / 4 bytes

Total size:                 44666470 / 152353354 bytes (29.3%)
-rwxr-xr-x 1 user 1001 63339949 Nov 11  2000 Electron-Cash-4.4.5-x86_64-portable.exe
-rwxr-xr-x 1 user 1001 44666470 Jun 23 12:37 Electron-Cash-4.4.5-x86_64-setup.exe
-rwxr-xr-x 1 user 1001 63339381 Nov 11  2000 Electron-Cash-4.4.5-x86_64.exe
aafe07ef4fd0417cfbd5308c990fa8b5c085b1e26f38eb03a8aa2e2450c75e3b  Electron-Cash-4.4.5-x86_64-portable.exe
aefa0d68095a0d618f60db06f259a39729490ba4fc702f1461c7d172bad74e80  Electron-Cash-4.4.5-x86_64-setup.exe
98c613cb7f5c9747bf125729352f51b1eef07b983631138908f6a9c8c81f55b9  Electron-Cash-4.4.5-x86_64.exe
~/wine/drive_c/electroncash/contrib/build-wine
INFO:  Done building.
INFO:  Copying .exe files out of our build directory ...
'/home/autobuild/autobuild/Electron-Cash-019181450664f7031008c53e9999ab8892ad57e3/contrib/build-wine/fresh_clone/Electron-Cash-019181450664f7031008c53e9999ab8892ad57e3/contrib/build-wine/dist/Electron-Cash-4.4.5-x86_64.exe' -> './contrib/build-wine/../../dist/Electron-Cash-4.4.5-x86_64.exe'
'/home/autobuild/autobuild/Electron-Cash-019181450664f7031008c53e9999ab8892ad57e3/contrib/build-wine/fresh_clone/Electron-Cash-019181450664f7031008c53e9999ab8892ad57e3/contrib/build-wine/dist/Electron-Cash-4.4.5-x86_64-portable.exe' -> './contrib/build-wine/../../dist/Electron-Cash-4.4.5-x86_64-portable.exe'
'/home/autobuild/autobuild/Electron-Cash-019181450664f7031008c53e9999ab8892ad57e3/contrib/build-wine/fresh_clone/Electron-Cash-019181450664f7031008c53e9999ab8892ad57e3/contrib/build-wine/dist/Electron-Cash-4.4.5-x86_64-setup.exe' -> './contrib/build-wine/../../dist/Electron-Cash-4.4.5-x86_64-setup.exe'
~/autobuild/Electron-Cash-019181450664f7031008c53e9999ab8892ad57e3
INFO:  Removing /home/autobuild/autobuild/Electron-Cash-019181450664f7031008c53e9999ab8892ad57e3/contrib/build-wine/fresh_clone ...

INFO:  Done. Built .exe files have been placed in dist/
