INFO: Picked up override from env: GIT_REPO=/home/autobuild/autobuild/Electron-Cash-4e524365463d1e1c46f8cc823cbfe2cf7deae896 INFO: Picked up override from env: UBUNTU_MIRROR=http://mirror.kku.ac.th/ubuntu/ ~/autobuild/Electron-Cash-4e524365463d1e1c46f8cc823cbfe2cf7deae896 ~/autobuild/Electron-Cash-4e524365463d1e1c46f8cc823cbfe2cf7deae896 INFO: Using docker: Docker version 20.10.17, build 100c701 INFO: Creating docker image ... Sending build context to Docker daemon 21.5kB Step 1/32 : FROM ubuntu:22.04@sha256:42ba2dfce475de1113d55602d40af18415897167d47c2045ec7b6d9746ff148f ---> df5de72bdb3b Step 2/32 : ARG UBUNTU_MIRROR=http://archive.ubuntu.com/ubuntu/ ---> Using cache ---> 25cf4cb25622 Step 3/32 : ENV LC_ALL=C.UTF-8 LANG=C.UTF-8 ---> Using cache ---> b4403ba16142 Step 4/32 : ENV UBUNTUDIST=jammy ---> Using cache ---> e16d262dfcdf Step 5/32 : ENV DEBIAN_FRONTEND=noninteractive ---> Using cache ---> 6e8d25e53752 Step 6/32 : RUN echo deb ${UBUNTU_MIRROR} ${UBUNTUDIST} main restricted universe multiverse > /etc/apt/sources.list && echo deb ${UBUNTU_MIRROR} ${UBUNTUDIST}-updates main restricted universe multiverse >> /etc/apt/sources.list && echo deb ${UBUNTU_MIRROR} ${UBUNTUDIST}-backports main restricted universe multiverse >> /etc/apt/sources.list && echo deb ${UBUNTU_MIRROR} ${UBUNTUDIST}-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.1 ca-certificates=20211016 wget=1.21.2-2ubuntu1 git=1:2.34.1-1ubuntu1.4 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 ---> Using cache ---> 281df9af17fd Step 7/32 : COPY winehq.key /tmp ---> Using cache ---> dfdffa1c22e1 Step 8/32 : ENV WINEDIST=devel ---> Using cache ---> 4c37639095fd Step 9/32 : ENV WINEVERSION=7.7~${UBUNTUDIST}-1 ---> Using cache ---> 395fb9b2ffd6 Step 10/32 : RUN echo "78b185fabdb323971d13bd329fefc8038e08559aa51c4996de18db0639a51df6 /tmp/winehq.key" | sha256sum -c - && apt-key add /tmp/winehq.key && echo deb https://dl.winehq.org/wine-builds/ubuntu/ ${UBUNTUDIST} main >> /etc/apt/sources.list && apt-get update -q && apt-get install -qy wine-${WINEDIST}-amd64:amd64=${WINEVERSION} wine-${WINEDIST}-i386:i386=${WINEVERSION} wine-${WINEDIST}:amd64=${WINEVERSION} winehq-${WINEDIST}:amd64=${WINEVERSION} cabextract=1.9-3 xvfb=2:21.1.3-2ubuntu2.1 winbind=2:4.15.9+dfsg-0ubuntu0.2 ---> Using cache ---> 096c87f504d2 Step 11/32 : RUN rm -rf /var/lib/apt/lists/* && apt-get autoremove -y && apt-get clean ---> Using cache ---> ad1e220e8e96 Step 12/32 : RUN wget -q -O /tmp/winetricks https://raw.githubusercontent.com/Winetricks/winetricks/9c97d44b9b68a1b09e244e46f9ae0831ab35c315/src/winetricks && chmod +x /tmp/winetricks && echo "311c8c223bb83a7558b9e51197a9ccf7182bbd63849c64827b87bbc5f627f5cb /tmp/winetricks" | sha256sum -c - ---> Using cache ---> 2cb0b4ac685e Step 13/32 : ARG USER_ID ---> Using cache ---> f2986b77f07a Step 14/32 : ARG GROUP_ID ---> Using cache ---> a7635d889355 Step 15/32 : ENV HOME=/homedir ---> Using cache ---> e8e5dfa9d466 Step 16/32 : ENV WINEARCH=win32 ---> Using cache ---> 3f3c567c4002 Step 17/32 : ENV WINEPREFIX=${HOME}/wine ---> Using cache ---> 93303971cf75 Step 18/32 : ENV WINEDEBUG=-all ---> Using cache ---> 676714195e70 Step 19/32 : RUN mkdir -p ${WINEPREFIX}/drive_c/electroncash ; chown -R ${USER_ID}:${GROUP_ID} ${HOME} ---> Using cache ---> 75e9a9e5c7db Step 20/32 : RUN echo "user:x:${USER_ID}:${GROUP_ID}::${HOME}:/bin/sh" >> /etc/passwd ---> Using cache ---> 0b000e0fe6ee Step 21/32 : USER ${USER_ID}:${GROUP_ID} ---> Using cache ---> 1a50705a3fa4 Step 22/32 : WORKDIR ${HOME} ---> Using cache ---> bdf425c67a54 Step 23/32 : RUN wineboot && /tmp/winetricks --optout -q dotnet472 && wineserver -w ---> Using cache ---> 47fbf12c8403 Step 24/32 : ENV DBUS_FATAL_WARNINGS=0 ---> Using cache ---> 359396bb80a2 Step 25/32 : RUN wget https://aka.ms/vs/16/release/installer -O /tmp/vs_installer.opc && echo "ac9c4fbe7b2f777c6e46cb69d26d878f9119e3c32172d679bf70c0f003f4c790 /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 "${WINEPREFIX}"/"drive_c/Program Files/Microsoft Visual Studio/Installer" && mv opc/Contents/vswhere.exe "${WINEPREFIX}"/"drive_c/Program Files/Microsoft Visual Studio/Installer" && rm -rf opc && wineserver -w ---> Using cache ---> ddd8f00a28ac Step 26/32 : RUN sed -i -e 's/!result:~0,3!/10./g' "${WINEPREFIX}"/"drive_c/Program Files/Microsoft Visual Studio/2019/BuildTools/Common7/Tools/vsdevcmd/core/winsdk.bat" ---> Using cache ---> 8e342a0b721a Step 27/32 : USER 0:0 ---> Using cache ---> 533c3dc8339a Step 28/32 : RUN apt-get remove cabextract xvfb -y && apt-get autoremove -y ---> Using cache ---> c92bcba732aa Step 29/32 : USER ${USER_ID}:${GROUP_ID} ---> Using cache ---> f9c876929e67 Step 30/32 : COPY wrapper.cpp ${WINEPREFIX}/drive_c ---> Using cache ---> 0ad546894000 Step 31/32 : COPY wrapper_install.bat ${WINEPREFIX}/drive_c ---> Using cache ---> 0ba9fb22a877 Step 32/32 : RUN wine C:/wrapper_install.bat && wineserver -w ---> Using cache ---> 33fa7601a4e5 Successfully built 33fa7601a4e5 Successfully tagged ec-wine-builder-img_1001_1001:latest Cloning into 'Electron-Cash-4e524365463d1e1c46f8cc823cbfe2cf7deae896'... done. Note: switching to '4e524365463d1e1c46f8cc823cbfe2cf7deae896'. 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 Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 4e5243654 Bumped version to 4.2.11 ~/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-4e524365463d1e1c46f8cc823cbfe2cf7deae896 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/secp256k1'... Cloning into '/homedir/wine/drive_c/electroncash/contrib/libevent'... Cloning into '/homedir/wine/drive_c/electroncash/contrib/zbar'... Cloning into '/homedir/wine/drive_c/electroncash/contrib/zlib'... Cloning into '/homedir/wine/drive_c/electroncash/contrib/openssl'... Cloning into '/homedir/wine/drive_c/electroncash/contrib/tor'... Submodule path '../electrum-locale': checked out '05248cf18824a0b471167c33a088b201b745c4d3' From https://github.com/libevent/libevent * branch 4c908dde58ef780eeefcc9df4db3063ca62ea862 -> FETCH_HEAD Submodule path '../libevent': checked out '4c908dde58ef780eeefcc9df4db3063ca62ea862' From https://github.com/openssl/openssl * branch ca2e0784d2c38edcefd5d68028f4d954bd8faddb -> FETCH_HEAD Submodule path '../openssl': checked out 'ca2e0784d2c38edcefd5d68028f4d954bd8faddb' From https://github.com/Electron-Cash/secp256k1 * branch 69ccf0d2f758b1a4df9cde8222459381e08fc1dc -> FETCH_HEAD Submodule path '../secp256k1': checked out '69ccf0d2f758b1a4df9cde8222459381e08fc1dc' From https://github.com/EchterAgo/tor * branch a08e549261b3dba0010e3238c9706b98a3840cda -> FETCH_HEAD Submodule path '../tor': checked out 'a08e549261b3dba0010e3238c9706b98a3840cda' From https://github.com/mchehab/zbar * branch c7d9809b0b49e81fd86a48e9d1bc3c7db8c50bbd -> FETCH_HEAD Submodule path '../zbar': checked out 'c7d9809b0b49e81fd86a48e9d1bc3c7db8c50bbd' From https://github.com/madler/zlib * branch cacf7f1d4e3d44d871b605da3b647f07d718623f -> FETCH_HEAD Submodule path '../zlib': checked out 'cacf7f1d4e3d44d871b605da3b647f07d718623f' HEAD is now at 4e5243654 Bumped version to 4.2.11 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... i686-w64-mingw32 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for i686-w64-mingw32-strip... i686-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 i686-w64-mingw32-gcc... i686-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 i686-w64-mingw32-gcc accepts -g... yes checking for i686-w64-mingw32-gcc option to enable C11 features... none needed checking whether i686-w64-mingw32-gcc understands -c and -o together... yes checking dependency style of i686-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 i686-w64-mingw32-gcc... /usr/bin/i686-w64-mingw32-ld checking if the linker (/usr/bin/i686-w64-mingw32-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/i686-w64-mingw32-nm -B checking the name lister (/usr/bin/i686-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 i686-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/i686-w64-mingw32-ld option to reload object files... -r checking for i686-w64-mingw32-objdump... i686-w64-mingw32-objdump checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL checking for i686-w64-mingw32-dlltool... i686-w64-mingw32-dlltool checking how to associate runtime and link libraries... func_cygming_dll_for_implib checking for i686-w64-mingw32-ar... i686-w64-mingw32-ar checking for archiver @FILE support... @ checking for i686-w64-mingw32-strip... (cached) i686-w64-mingw32-strip checking for i686-w64-mingw32-ranlib... i686-w64-mingw32-ranlib checking command to parse /usr/bin/i686-w64-mingw32-nm -B output from i686-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 i686-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 i686-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no checking for i686-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC checking if i686-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes checking if i686-w64-mingw32-gcc static flag -static works... yes checking if i686-w64-mingw32-gcc supports -c -o file.o... yes checking if i686-w64-mingw32-gcc supports -c -o file.o... (cached) yes checking whether the i686-w64-mingw32-gcc linker (/usr/bin/i686-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 i686-w64-mingw32-pkg-config... /usr/bin/i686-w64-mingw32-pkg-config checking pkg-config is at least version 0.9.0... yes checking for i686-w64-mingw32-ar... /usr/bin/i686-w64-mingw32-ar checking for i686-w64-mingw32-ranlib... /usr/bin/i686-w64-mingw32-ranlib checking for i686-w64-mingw32-strip... /usr/bin/i686-w64-mingw32-strip checking how to run the C preprocessor... i686-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 i686-w64-mingw32-gcc... gcc3 checking if i686-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 i686-w64-mingw32-gcc supports -fvisibility=hidden... yes checking for __int128... no checking for __builtin_expect... yes checking native compiler: gcc... ok checking for x86_64 assembly availability... no checking whether byte ordering is bigendian... no configure: Using static precomputation: yes configure: Using assembly optimizations: no configure: Using field implementation: 32bit configure: Using bignum implementation: no configure: Using scalar implementation: 32bit 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_ecdh.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_verify.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 'i686-w64-mingw32-strip --strip-unneeded'; then eval 'i686-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 configure.ac:88: warning: The macro `AC_PROG_CC_STDC' is obsolete. configure.ac:88: You should run autoupdate. ./lib/autoconf/c.m4:1666: AC_PROG_CC_STDC is expanded from... configure.ac:88: the top level configure.ac:328: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:328: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... configure.ac:328: the top level 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 i686-w64-mingw32-strip... i686-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... i686-w64-mingw32 checking how to print strings... printf checking whether make supports the include directive... yes (GNU style) checking for i686-w64-mingw32-gcc... i686-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 i686-w64-mingw32-gcc accepts -g... yes checking for i686-w64-mingw32-gcc option to enable C11 features... none needed checking whether i686-w64-mingw32-gcc understands -c and -o together... yes checking dependency style of i686-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 i686-w64-mingw32-gcc... /usr/bin/i686-w64-mingw32-ld checking if the linker (/usr/bin/i686-w64-mingw32-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/i686-w64-mingw32-nm -B checking the name lister (/usr/bin/i686-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 i686-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/i686-w64-mingw32-ld option to reload object files... -r checking for i686-w64-mingw32-objdump... i686-w64-mingw32-objdump checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL checking for i686-w64-mingw32-dlltool... i686-w64-mingw32-dlltool checking how to associate runtime and link libraries... func_cygming_dll_for_implib checking for i686-w64-mingw32-ar... i686-w64-mingw32-ar checking for archiver @FILE support... @ checking for i686-w64-mingw32-strip... (cached) i686-w64-mingw32-strip checking for i686-w64-mingw32-ranlib... i686-w64-mingw32-ranlib checking command to parse /usr/bin/i686-w64-mingw32-nm -B output from i686-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 i686-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 i686-w64-mingw32-as... i686-w64-mingw32-as checking for i686-w64-mingw32-dlltool... (cached) i686-w64-mingw32-dlltool checking for i686-w64-mingw32-objdump... (cached) i686-w64-mingw32-objdump checking for objdir... .libs checking if i686-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no checking for i686-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC checking if i686-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes checking if i686-w64-mingw32-gcc static flag -static works... yes checking if i686-w64-mingw32-gcc supports -c -o file.o... yes checking if i686-w64-mingw32-gcc supports -c -o file.o... (cached) yes checking whether the i686-w64-mingw32-gcc linker (/usr/bin/i686-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 i686-w64-mingw32-windres... i686-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 i686-w64-mingw32-gcc... (cached) i686-w64-mingw32-gcc checking whether the compiler supports GNU C... (cached) yes checking whether i686-w64-mingw32-gcc accepts -g... (cached) yes checking for i686-w64-mingw32-gcc option to enable C11 features... (cached) none needed checking whether i686-w64-mingw32-gcc understands -c and -o together... (cached) yes checking dependency style of i686-w64-mingw32-gcc... (cached) gcc3 checking for i686-w64-mingw32-g++... i686-w64-mingw32-g++ checking whether the compiler supports GNU C++... yes checking whether i686-w64-mingw32-g++ accepts -g... yes checking for i686-w64-mingw32-g++ option to enable C++11 features... none needed checking dependency style of i686-w64-mingw32-g++... gcc3 checking how to run the C++ preprocessor... i686-w64-mingw32-g++ -E checking for ld used by i686-w64-mingw32-g++... /usr/bin/i686-w64-mingw32-ld checking if the linker (/usr/bin/i686-w64-mingw32-ld) is GNU ld... yes checking whether the i686-w64-mingw32-g++ linker (/usr/bin/i686-w64-mingw32-ld) supports shared libraries... yes checking for i686-w64-mingw32-g++ option to produce PIC... -DDLL_EXPORT -DPIC checking if i686-w64-mingw32-g++ PIC flag -DDLL_EXPORT -DPIC works... yes checking if i686-w64-mingw32-g++ static flag -static works... yes checking if i686-w64-mingw32-g++ supports -c -o file.o... yes checking if i686-w64-mingw32-g++ supports -c -o file.o... (cached) yes checking whether the i686-w64-mingw32-g++ linker (/usr/bin/i686-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 i686-w64-mingw32-pkg-config... /usr/bin/i686-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/i686-w64-mingw32-ld checking if the linker (/usr/bin/i686-w64-mingw32-ld) is GNU ld... yes checking for shared library run path origin... done checking 32-bit host C ABI... yes checking how to run the C preprocessor... i686-w64-mingw32-gcc -E checking for ELF binary format... no checking for the common suffixes of directories in the library search path... lib,lib32,lib 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-config.lo CC libzbar_la-symbol.lo CC libzbar_la-error.lo CC libzbar_la-image.lo CC libzbar_la-convert.lo CC libzbar_la-processor.lo CC libzbar_la-refcnt.lo CC libzbar_la-window.lo CC libzbar_la-video.lo CC libzbar_la-img_scanner.lo CC libzbar_la-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 i686-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 libtool: compile: i686-w64-mingw32-windres -DHAVE_CONFIG_H -I. -I../include -I../include libzbar.rc -o .libs/libzbar-rc.o CC qrcode/libzbar_la-qrdectxt.lo CC qrcode/libzbar_la-rs.lo CC qrcode/libzbar_la-isaac.lo CC qrcode/libzbar_la-bch15_5.lo CC qrcode/libzbar_la-binarize.lo CC qrcode/libzbar_la-util.lo CC video/libzbar_la-null.lo 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/stdlib.h:9, from qrcode/binarize.c:6: /usr/share/mingw-w64/include/_mingw.h:233: note: this is the location of the previous definition 233 | #define _WIN32_WINNT 0x502 | CC window/libzbar_la-win.lo CC window/libzbar_la-dib.lo qrcode/qrdectxt.c: In function ‘qr_code_data_list_extract_text’: qrcode/qrdectxt.c:271:32: warning: passing argument 2 of ‘iconv’ from incompatible pointer type [-Wincompatible-pointer-types] 271 | iconv(utf8_cd,&in,&inleft,&out,&outleft)==(size_t)-1; | ^~~ | | | char ** In file included from qrcode/qrdectxt.c:10: /usr/i686-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:311:40: warning: passing argument 2 of ‘iconv’ from incompatible pointer type [-Wincompatible-pointer-types] 311 | err=iconv(enc_list[ei],&in,&inleft,&out,&outleft)==(size_t)-1; | ^~~ | | | char ** In file included from qrcode/qrdectxt.c:10: /usr/i686-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:330:29: warning: passing argument 2 of ‘iconv’ from incompatible pointer type [-Wincompatible-pointer-types] 330 | iconv(eci_cd,&in,&inleft,&out,&outleft)==(size_t)-1; | ^~~ | | | char ** In file included from qrcode/qrdectxt.c:10: /usr/i686-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 'i686-w64-mingw32-strip --strip-unneeded'; then eval 'i686-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.1o (0x101010ffL) for mingw Using os-specific seed configuration Creating configdata.pm Creating Makefile ********************************************************************** *** *** *** OpenSSL has been successfully configured *** *** *** *** If you encounter a problem while building, please open an *** *** issue on GitHub *** *** and include the output from the following command: *** *** *** *** perl configdata.pm --dump *** *** *** *** (If you are new to OpenSSL, you might want to consult the *** *** 'Troubleshooting' section in the INSTALL file first) *** *** *** ********************************************************************** /usr/bin/perl "-I." -Mconfigdata "util/dofile.pl" \ "-oMakefile" include/crypto/bn_conf.h.in > include/crypto/bn_conf.h /usr/bin/perl "-I." -Mconfigdata "util/dofile.pl" \ "-oMakefile" include/crypto/dso_conf.h.in > include/crypto/dso_conf.h /usr/bin/perl "-I." -Mconfigdata "util/dofile.pl" \ "-oMakefile" include/openssl/opensslconf.h.in > include/openssl/opensslconf.h 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' i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/app_rand.d.tmp -MT apps/app_rand.o -c -o apps/app_rand.o apps/app_rand.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/apps.d.tmp -MT apps/apps.o -c -o apps/apps.o apps/apps.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/bf_prefix.d.tmp -MT apps/bf_prefix.o -c -o apps/bf_prefix.o apps/bf_prefix.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/opt.d.tmp -MT apps/opt.o -c -o apps/opt.o apps/opt.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/s_cb.d.tmp -MT apps/s_cb.o -c -o apps/s_cb.o apps/s_cb.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/s_socket.d.tmp -MT apps/s_socket.o -c -o apps/s_socket.o apps/s_socket.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/win32_init.d.tmp -MT apps/win32_init.o -c -o apps/win32_init.o apps/win32_init.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/aes/aes_cbc.d.tmp -MT crypto/aes/aes_cbc.o -c -o crypto/aes/aes_cbc.o crypto/aes/aes_cbc.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/aes/aes_cfb.d.tmp -MT crypto/aes/aes_cfb.o -c -o crypto/aes/aes_cfb.o crypto/aes/aes_cfb.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/aes/aes_core.d.tmp -MT crypto/aes/aes_core.o -c -o crypto/aes/aes_core.o crypto/aes/aes_core.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/aes/aes_ecb.d.tmp -MT crypto/aes/aes_ecb.o -c -o crypto/aes/aes_ecb.o crypto/aes/aes_ecb.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/aes/aes_ige.d.tmp -MT crypto/aes/aes_ige.o -c -o crypto/aes/aes_ige.o crypto/aes/aes_ige.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/aes/aes_misc.d.tmp -MT crypto/aes/aes_misc.o -c -o crypto/aes/aes_misc.o crypto/aes/aes_misc.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/aes/aes_ofb.d.tmp -MT crypto/aes/aes_ofb.o -c -o crypto/aes/aes_ofb.o crypto/aes/aes_ofb.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/aes/aes_wrap.d.tmp -MT crypto/aes/aes_wrap.o -c -o crypto/aes/aes_wrap.o crypto/aes/aes_wrap.c CC="i686-w64-mingw32-gcc" /usr/bin/perl crypto/aes/asm/aesni-x86.pl coff -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG crypto/aes/aesni-x86.s CC="i686-w64-mingw32-gcc" /usr/bin/perl crypto/aes/asm/vpaes-x86.pl coff -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG crypto/aes/vpaes-x86.s i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_bitstr.d.tmp -MT crypto/asn1/a_bitstr.o -c -o crypto/asn1/a_bitstr.o crypto/asn1/a_bitstr.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_d2i_fp.d.tmp -MT crypto/asn1/a_d2i_fp.o -c -o crypto/asn1/a_d2i_fp.o crypto/asn1/a_d2i_fp.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_digest.d.tmp -MT crypto/asn1/a_digest.o -c -o crypto/asn1/a_digest.o crypto/asn1/a_digest.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_dup.d.tmp -MT crypto/asn1/a_dup.o -c -o crypto/asn1/a_dup.o crypto/asn1/a_dup.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_gentm.d.tmp -MT crypto/asn1/a_gentm.o -c -o crypto/asn1/a_gentm.o crypto/asn1/a_gentm.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_i2d_fp.d.tmp -MT crypto/asn1/a_i2d_fp.o -c -o crypto/asn1/a_i2d_fp.o crypto/asn1/a_i2d_fp.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_int.d.tmp -MT crypto/asn1/a_int.o -c -o crypto/asn1/a_int.o crypto/asn1/a_int.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_mbstr.d.tmp -MT crypto/asn1/a_mbstr.o -c -o crypto/asn1/a_mbstr.o crypto/asn1/a_mbstr.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_object.d.tmp -MT crypto/asn1/a_object.o -c -o crypto/asn1/a_object.o crypto/asn1/a_object.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_octet.d.tmp -MT crypto/asn1/a_octet.o -c -o crypto/asn1/a_octet.o crypto/asn1/a_octet.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_print.d.tmp -MT crypto/asn1/a_print.o -c -o crypto/asn1/a_print.o crypto/asn1/a_print.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_sign.d.tmp -MT crypto/asn1/a_sign.o -c -o crypto/asn1/a_sign.o crypto/asn1/a_sign.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_strex.d.tmp -MT crypto/asn1/a_strex.o -c -o crypto/asn1/a_strex.o crypto/asn1/a_strex.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_strnid.d.tmp -MT crypto/asn1/a_strnid.o -c -o crypto/asn1/a_strnid.o crypto/asn1/a_strnid.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_time.d.tmp -MT crypto/asn1/a_time.o -c -o crypto/asn1/a_time.o crypto/asn1/a_time.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_type.d.tmp -MT crypto/asn1/a_type.o -c -o crypto/asn1/a_type.o crypto/asn1/a_type.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_utctm.d.tmp -MT crypto/asn1/a_utctm.o -c -o crypto/asn1/a_utctm.o crypto/asn1/a_utctm.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_utf8.d.tmp -MT crypto/asn1/a_utf8.o -c -o crypto/asn1/a_utf8.o crypto/asn1/a_utf8.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/a_verify.d.tmp -MT crypto/asn1/a_verify.o -c -o crypto/asn1/a_verify.o crypto/asn1/a_verify.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/ameth_lib.d.tmp -MT crypto/asn1/ameth_lib.o -c -o crypto/asn1/ameth_lib.o crypto/asn1/ameth_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/asn1_err.d.tmp -MT crypto/asn1/asn1_err.o -c -o crypto/asn1/asn1_err.o crypto/asn1/asn1_err.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/asn1_gen.d.tmp -MT crypto/asn1/asn1_gen.o -c -o crypto/asn1/asn1_gen.o crypto/asn1/asn1_gen.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/asn1_item_list.d.tmp -MT crypto/asn1/asn1_item_list.o -c -o crypto/asn1/asn1_item_list.o crypto/asn1/asn1_item_list.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/asn1_lib.d.tmp -MT crypto/asn1/asn1_lib.o -c -o crypto/asn1/asn1_lib.o crypto/asn1/asn1_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/asn1_par.d.tmp -MT crypto/asn1/asn1_par.o -c -o crypto/asn1/asn1_par.o crypto/asn1/asn1_par.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/asn_mime.d.tmp -MT crypto/asn1/asn_mime.o -c -o crypto/asn1/asn_mime.o crypto/asn1/asn_mime.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/asn_moid.d.tmp -MT crypto/asn1/asn_moid.o -c -o crypto/asn1/asn_moid.o crypto/asn1/asn_moid.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/asn_mstbl.d.tmp -MT crypto/asn1/asn_mstbl.o -c -o crypto/asn1/asn_mstbl.o crypto/asn1/asn_mstbl.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/asn_pack.d.tmp -MT crypto/asn1/asn_pack.o -c -o crypto/asn1/asn_pack.o crypto/asn1/asn_pack.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/bio_asn1.d.tmp -MT crypto/asn1/bio_asn1.o -c -o crypto/asn1/bio_asn1.o crypto/asn1/bio_asn1.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/bio_ndef.d.tmp -MT crypto/asn1/bio_ndef.o -c -o crypto/asn1/bio_ndef.o crypto/asn1/bio_ndef.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/d2i_pr.d.tmp -MT crypto/asn1/d2i_pr.o -c -o crypto/asn1/d2i_pr.o crypto/asn1/d2i_pr.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/d2i_pu.d.tmp -MT crypto/asn1/d2i_pu.o -c -o crypto/asn1/d2i_pu.o crypto/asn1/d2i_pu.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/evp_asn1.d.tmp -MT crypto/asn1/evp_asn1.o -c -o crypto/asn1/evp_asn1.o crypto/asn1/evp_asn1.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/f_int.d.tmp -MT crypto/asn1/f_int.o -c -o crypto/asn1/f_int.o crypto/asn1/f_int.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/f_string.d.tmp -MT crypto/asn1/f_string.o -c -o crypto/asn1/f_string.o crypto/asn1/f_string.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/i2d_pr.d.tmp -MT crypto/asn1/i2d_pr.o -c -o crypto/asn1/i2d_pr.o crypto/asn1/i2d_pr.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/i2d_pu.d.tmp -MT crypto/asn1/i2d_pu.o -c -o crypto/asn1/i2d_pu.o crypto/asn1/i2d_pu.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/n_pkey.d.tmp -MT crypto/asn1/n_pkey.o -c -o crypto/asn1/n_pkey.o crypto/asn1/n_pkey.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/nsseq.d.tmp -MT crypto/asn1/nsseq.o -c -o crypto/asn1/nsseq.o crypto/asn1/nsseq.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/p5_pbe.d.tmp -MT crypto/asn1/p5_pbe.o -c -o crypto/asn1/p5_pbe.o crypto/asn1/p5_pbe.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/p5_pbev2.d.tmp -MT crypto/asn1/p5_pbev2.o -c -o crypto/asn1/p5_pbev2.o crypto/asn1/p5_pbev2.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/p5_scrypt.d.tmp -MT crypto/asn1/p5_scrypt.o -c -o crypto/asn1/p5_scrypt.o crypto/asn1/p5_scrypt.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/p8_pkey.d.tmp -MT crypto/asn1/p8_pkey.o -c -o crypto/asn1/p8_pkey.o crypto/asn1/p8_pkey.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/t_bitst.d.tmp -MT crypto/asn1/t_bitst.o -c -o crypto/asn1/t_bitst.o crypto/asn1/t_bitst.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/t_pkey.d.tmp -MT crypto/asn1/t_pkey.o -c -o crypto/asn1/t_pkey.o crypto/asn1/t_pkey.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/t_spki.d.tmp -MT crypto/asn1/t_spki.o -c -o crypto/asn1/t_spki.o crypto/asn1/t_spki.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/tasn_dec.d.tmp -MT crypto/asn1/tasn_dec.o -c -o crypto/asn1/tasn_dec.o crypto/asn1/tasn_dec.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/tasn_enc.d.tmp -MT crypto/asn1/tasn_enc.o -c -o crypto/asn1/tasn_enc.o crypto/asn1/tasn_enc.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/tasn_fre.d.tmp -MT crypto/asn1/tasn_fre.o -c -o crypto/asn1/tasn_fre.o crypto/asn1/tasn_fre.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/tasn_new.d.tmp -MT crypto/asn1/tasn_new.o -c -o crypto/asn1/tasn_new.o crypto/asn1/tasn_new.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/tasn_prn.d.tmp -MT crypto/asn1/tasn_prn.o -c -o crypto/asn1/tasn_prn.o crypto/asn1/tasn_prn.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/tasn_scn.d.tmp -MT crypto/asn1/tasn_scn.o -c -o crypto/asn1/tasn_scn.o crypto/asn1/tasn_scn.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/tasn_typ.d.tmp -MT crypto/asn1/tasn_typ.o -c -o crypto/asn1/tasn_typ.o crypto/asn1/tasn_typ.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/tasn_utl.d.tmp -MT crypto/asn1/tasn_utl.o -c -o crypto/asn1/tasn_utl.o crypto/asn1/tasn_utl.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/x_algor.d.tmp -MT crypto/asn1/x_algor.o -c -o crypto/asn1/x_algor.o crypto/asn1/x_algor.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/x_bignum.d.tmp -MT crypto/asn1/x_bignum.o -c -o crypto/asn1/x_bignum.o crypto/asn1/x_bignum.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/x_info.d.tmp -MT crypto/asn1/x_info.o -c -o crypto/asn1/x_info.o crypto/asn1/x_info.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/x_int64.d.tmp -MT crypto/asn1/x_int64.o -c -o crypto/asn1/x_int64.o crypto/asn1/x_int64.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/x_long.d.tmp -MT crypto/asn1/x_long.o -c -o crypto/asn1/x_long.o crypto/asn1/x_long.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/x_pkey.d.tmp -MT crypto/asn1/x_pkey.o -c -o crypto/asn1/x_pkey.o crypto/asn1/x_pkey.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/x_sig.d.tmp -MT crypto/asn1/x_sig.o -c -o crypto/asn1/x_sig.o crypto/asn1/x_sig.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/x_spki.d.tmp -MT crypto/asn1/x_spki.o -c -o crypto/asn1/x_spki.o crypto/asn1/x_spki.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/asn1/x_val.d.tmp -MT crypto/asn1/x_val.o -c -o crypto/asn1/x_val.o crypto/asn1/x_val.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/async/arch/async_null.d.tmp -MT crypto/async/arch/async_null.o -c -o crypto/async/arch/async_null.o crypto/async/arch/async_null.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/async/arch/async_posix.d.tmp -MT crypto/async/arch/async_posix.o -c -o crypto/async/arch/async_posix.o crypto/async/arch/async_posix.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/async/arch/async_win.d.tmp -MT crypto/async/arch/async_win.o -c -o crypto/async/arch/async_win.o crypto/async/arch/async_win.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/async/async.d.tmp -MT crypto/async/async.o -c -o crypto/async/async.o crypto/async/async.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/async/async_err.d.tmp -MT crypto/async/async_err.o -c -o crypto/async/async_err.o crypto/async/async_err.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/async/async_wait.d.tmp -MT crypto/async/async_wait.o -c -o crypto/async/async_wait.o crypto/async/async_wait.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/b_addr.d.tmp -MT crypto/bio/b_addr.o -c -o crypto/bio/b_addr.o crypto/bio/b_addr.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/b_dump.d.tmp -MT crypto/bio/b_dump.o -c -o crypto/bio/b_dump.o crypto/bio/b_dump.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/b_print.d.tmp -MT crypto/bio/b_print.o -c -o crypto/bio/b_print.o crypto/bio/b_print.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/b_sock.d.tmp -MT crypto/bio/b_sock.o -c -o crypto/bio/b_sock.o crypto/bio/b_sock.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/b_sock2.d.tmp -MT crypto/bio/b_sock2.o -c -o crypto/bio/b_sock2.o crypto/bio/b_sock2.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bf_buff.d.tmp -MT crypto/bio/bf_buff.o -c -o crypto/bio/bf_buff.o crypto/bio/bf_buff.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bf_lbuf.d.tmp -MT crypto/bio/bf_lbuf.o -c -o crypto/bio/bf_lbuf.o crypto/bio/bf_lbuf.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bf_nbio.d.tmp -MT crypto/bio/bf_nbio.o -c -o crypto/bio/bf_nbio.o crypto/bio/bf_nbio.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bf_null.d.tmp -MT crypto/bio/bf_null.o -c -o crypto/bio/bf_null.o crypto/bio/bf_null.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bio_cb.d.tmp -MT crypto/bio/bio_cb.o -c -o crypto/bio/bio_cb.o crypto/bio/bio_cb.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bio_err.d.tmp -MT crypto/bio/bio_err.o -c -o crypto/bio/bio_err.o crypto/bio/bio_err.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bio_lib.d.tmp -MT crypto/bio/bio_lib.o -c -o crypto/bio/bio_lib.o crypto/bio/bio_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bio_meth.d.tmp -MT crypto/bio/bio_meth.o -c -o crypto/bio/bio_meth.o crypto/bio/bio_meth.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bss_acpt.d.tmp -MT crypto/bio/bss_acpt.o -c -o crypto/bio/bss_acpt.o crypto/bio/bss_acpt.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bss_bio.d.tmp -MT crypto/bio/bss_bio.o -c -o crypto/bio/bss_bio.o crypto/bio/bss_bio.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bss_conn.d.tmp -MT crypto/bio/bss_conn.o -c -o crypto/bio/bss_conn.o crypto/bio/bss_conn.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bss_dgram.d.tmp -MT crypto/bio/bss_dgram.o -c -o crypto/bio/bss_dgram.o crypto/bio/bss_dgram.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bss_fd.d.tmp -MT crypto/bio/bss_fd.o -c -o crypto/bio/bss_fd.o crypto/bio/bss_fd.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bss_file.d.tmp -MT crypto/bio/bss_file.o -c -o crypto/bio/bss_file.o crypto/bio/bss_file.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bss_log.d.tmp -MT crypto/bio/bss_log.o -c -o crypto/bio/bss_log.o crypto/bio/bss_log.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bss_mem.d.tmp -MT crypto/bio/bss_mem.o -c -o crypto/bio/bss_mem.o crypto/bio/bss_mem.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bss_null.d.tmp -MT crypto/bio/bss_null.o -c -o crypto/bio/bss_null.o crypto/bio/bss_null.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bio/bss_sock.d.tmp -MT crypto/bio/bss_sock.o -c -o crypto/bio/bss_sock.o crypto/bio/bss_sock.c CC="i686-w64-mingw32-gcc" /usr/bin/perl crypto/bn/asm/bn-586.pl coff -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG crypto/bn/bn-586.s i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_add.d.tmp -MT crypto/bn/bn_add.o -c -o crypto/bn/bn_add.o crypto/bn/bn_add.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_blind.d.tmp -MT crypto/bn/bn_blind.o -c -o crypto/bn/bn_blind.o crypto/bn/bn_blind.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_const.d.tmp -MT crypto/bn/bn_const.o -c -o crypto/bn/bn_const.o crypto/bn/bn_const.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_ctx.d.tmp -MT crypto/bn/bn_ctx.o -c -o crypto/bn/bn_ctx.o crypto/bn/bn_ctx.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_depr.d.tmp -MT crypto/bn/bn_depr.o -c -o crypto/bn/bn_depr.o crypto/bn/bn_depr.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_dh.d.tmp -MT crypto/bn/bn_dh.o -c -o crypto/bn/bn_dh.o crypto/bn/bn_dh.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_div.d.tmp -MT crypto/bn/bn_div.o -c -o crypto/bn/bn_div.o crypto/bn/bn_div.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_err.d.tmp -MT crypto/bn/bn_err.o -c -o crypto/bn/bn_err.o crypto/bn/bn_err.c i686-w64-mingw32-gcc -I. -Iinclude -Icrypto -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_exp.d.tmp -MT crypto/bn/bn_exp.o -c -o crypto/bn/bn_exp.o crypto/bn/bn_exp.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_exp2.d.tmp -MT crypto/bn/bn_exp2.o -c -o crypto/bn/bn_exp2.o crypto/bn/bn_exp2.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_gcd.d.tmp -MT crypto/bn/bn_gcd.o -c -o crypto/bn/bn_gcd.o crypto/bn/bn_gcd.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_gf2m.d.tmp -MT crypto/bn/bn_gf2m.o -c -o crypto/bn/bn_gf2m.o crypto/bn/bn_gf2m.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_intern.d.tmp -MT crypto/bn/bn_intern.o -c -o crypto/bn/bn_intern.o crypto/bn/bn_intern.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_kron.d.tmp -MT crypto/bn/bn_kron.o -c -o crypto/bn/bn_kron.o crypto/bn/bn_kron.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_lib.d.tmp -MT crypto/bn/bn_lib.o -c -o crypto/bn/bn_lib.o crypto/bn/bn_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_mod.d.tmp -MT crypto/bn/bn_mod.o -c -o crypto/bn/bn_mod.o crypto/bn/bn_mod.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_mont.d.tmp -MT crypto/bn/bn_mont.o -c -o crypto/bn/bn_mont.o crypto/bn/bn_mont.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_mpi.d.tmp -MT crypto/bn/bn_mpi.o -c -o crypto/bn/bn_mpi.o crypto/bn/bn_mpi.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_mul.d.tmp -MT crypto/bn/bn_mul.o -c -o crypto/bn/bn_mul.o crypto/bn/bn_mul.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_nist.d.tmp -MT crypto/bn/bn_nist.o -c -o crypto/bn/bn_nist.o crypto/bn/bn_nist.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_prime.d.tmp -MT crypto/bn/bn_prime.o -c -o crypto/bn/bn_prime.o crypto/bn/bn_prime.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_print.d.tmp -MT crypto/bn/bn_print.o -c -o crypto/bn/bn_print.o crypto/bn/bn_print.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_rand.d.tmp -MT crypto/bn/bn_rand.o -c -o crypto/bn/bn_rand.o crypto/bn/bn_rand.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_recp.d.tmp -MT crypto/bn/bn_recp.o -c -o crypto/bn/bn_recp.o crypto/bn/bn_recp.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_shift.d.tmp -MT crypto/bn/bn_shift.o -c -o crypto/bn/bn_shift.o crypto/bn/bn_shift.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_sqr.d.tmp -MT crypto/bn/bn_sqr.o -c -o crypto/bn/bn_sqr.o crypto/bn/bn_sqr.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_sqrt.d.tmp -MT crypto/bn/bn_sqrt.o -c -o crypto/bn/bn_sqrt.o crypto/bn/bn_sqrt.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_srp.d.tmp -MT crypto/bn/bn_srp.o -c -o crypto/bn/bn_srp.o crypto/bn/bn_srp.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_word.d.tmp -MT crypto/bn/bn_word.o -c -o crypto/bn/bn_word.o crypto/bn/bn_word.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/bn/bn_x931p.d.tmp -MT crypto/bn/bn_x931p.o -c -o crypto/bn/bn_x931p.o crypto/bn/bn_x931p.c CC="i686-w64-mingw32-gcc" /usr/bin/perl crypto/bn/asm/co-586.pl coff -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG crypto/bn/co-586.s CC="i686-w64-mingw32-gcc" /usr/bin/perl crypto/bn/asm/x86-gf2m.pl coff -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG crypto/bn/x86-gf2m.s CC="i686-w64-mingw32-gcc" /usr/bin/perl crypto/bn/asm/x86-mont.pl coff -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG crypto/bn/x86-mont.s i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/buffer/buf_err.d.tmp -MT crypto/buffer/buf_err.o -c -o crypto/buffer/buf_err.o crypto/buffer/buf_err.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/buffer/buffer.d.tmp -MT crypto/buffer/buffer.o -c -o crypto/buffer/buffer.o crypto/buffer/buffer.c CC="i686-w64-mingw32-gcc" /usr/bin/perl crypto/chacha/asm/chacha-x86.pl coff -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG crypto/chacha/chacha-x86.s i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_asn1.d.tmp -MT crypto/cms/cms_asn1.o -c -o crypto/cms/cms_asn1.o crypto/cms/cms_asn1.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_att.d.tmp -MT crypto/cms/cms_att.o -c -o crypto/cms/cms_att.o crypto/cms/cms_att.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_cd.d.tmp -MT crypto/cms/cms_cd.o -c -o crypto/cms/cms_cd.o crypto/cms/cms_cd.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_dd.d.tmp -MT crypto/cms/cms_dd.o -c -o crypto/cms/cms_dd.o crypto/cms/cms_dd.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_enc.d.tmp -MT crypto/cms/cms_enc.o -c -o crypto/cms/cms_enc.o crypto/cms/cms_enc.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_env.d.tmp -MT crypto/cms/cms_env.o -c -o crypto/cms/cms_env.o crypto/cms/cms_env.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_err.d.tmp -MT crypto/cms/cms_err.o -c -o crypto/cms/cms_err.o crypto/cms/cms_err.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_ess.d.tmp -MT crypto/cms/cms_ess.o -c -o crypto/cms/cms_ess.o crypto/cms/cms_ess.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_io.d.tmp -MT crypto/cms/cms_io.o -c -o crypto/cms/cms_io.o crypto/cms/cms_io.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_kari.d.tmp -MT crypto/cms/cms_kari.o -c -o crypto/cms/cms_kari.o crypto/cms/cms_kari.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_lib.d.tmp -MT crypto/cms/cms_lib.o -c -o crypto/cms/cms_lib.o crypto/cms/cms_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_pwri.d.tmp -MT crypto/cms/cms_pwri.o -c -o crypto/cms/cms_pwri.o crypto/cms/cms_pwri.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_sd.d.tmp -MT crypto/cms/cms_sd.o -c -o crypto/cms/cms_sd.o crypto/cms/cms_sd.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cms/cms_smime.d.tmp -MT crypto/cms/cms_smime.o -c -o crypto/cms/cms_smime.o crypto/cms/cms_smime.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/comp/c_zlib.d.tmp -MT crypto/comp/c_zlib.o -c -o crypto/comp/c_zlib.o crypto/comp/c_zlib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/comp/comp_err.d.tmp -MT crypto/comp/comp_err.o -c -o crypto/comp/comp_err.o crypto/comp/comp_err.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/comp/comp_lib.d.tmp -MT crypto/comp/comp_lib.o -c -o crypto/comp/comp_lib.o crypto/comp/comp_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/conf/conf_api.d.tmp -MT crypto/conf/conf_api.o -c -o crypto/conf/conf_api.o crypto/conf/conf_api.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/conf/conf_def.d.tmp -MT crypto/conf/conf_def.o -c -o crypto/conf/conf_def.o crypto/conf/conf_def.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/conf/conf_err.d.tmp -MT crypto/conf/conf_err.o -c -o crypto/conf/conf_err.o crypto/conf/conf_err.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/conf/conf_lib.d.tmp -MT crypto/conf/conf_lib.o -c -o crypto/conf/conf_lib.o crypto/conf/conf_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/conf/conf_mall.d.tmp -MT crypto/conf/conf_mall.o -c -o crypto/conf/conf_mall.o crypto/conf/conf_mall.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/conf/conf_mod.d.tmp -MT crypto/conf/conf_mod.o -c -o crypto/conf/conf_mod.o crypto/conf/conf_mod.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/conf/conf_sap.d.tmp -MT crypto/conf/conf_sap.o -c -o crypto/conf/conf_sap.o crypto/conf/conf_sap.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/conf/conf_ssl.d.tmp -MT crypto/conf/conf_ssl.o -c -o crypto/conf/conf_ssl.o crypto/conf/conf_ssl.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cpt_err.d.tmp -MT crypto/cpt_err.o -c -o crypto/cpt_err.o crypto/cpt_err.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cryptlib.d.tmp -MT crypto/cryptlib.o -c -o crypto/cryptlib.o crypto/cryptlib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ct/ct_b64.d.tmp -MT crypto/ct/ct_b64.o -c -o crypto/ct/ct_b64.o crypto/ct/ct_b64.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ct/ct_err.d.tmp -MT crypto/ct/ct_err.o -c -o crypto/ct/ct_err.o crypto/ct/ct_err.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ct/ct_log.d.tmp -MT crypto/ct/ct_log.o -c -o crypto/ct/ct_log.o crypto/ct/ct_log.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ct/ct_oct.d.tmp -MT crypto/ct/ct_oct.o -c -o crypto/ct/ct_oct.o crypto/ct/ct_oct.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ct/ct_policy.d.tmp -MT crypto/ct/ct_policy.o -c -o crypto/ct/ct_policy.o crypto/ct/ct_policy.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ct/ct_prn.d.tmp -MT crypto/ct/ct_prn.o -c -o crypto/ct/ct_prn.o crypto/ct/ct_prn.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ct/ct_sct.d.tmp -MT crypto/ct/ct_sct.o -c -o crypto/ct/ct_sct.o crypto/ct/ct_sct.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ct/ct_sct_ctx.d.tmp -MT crypto/ct/ct_sct_ctx.o -c -o crypto/ct/ct_sct_ctx.o crypto/ct/ct_sct_ctx.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ct/ct_vfy.d.tmp -MT crypto/ct/ct_vfy.o -c -o crypto/ct/ct_vfy.o crypto/ct/ct_vfy.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ct/ct_x509v3.d.tmp -MT crypto/ct/ct_x509v3.o -c -o crypto/ct/ct_x509v3.o crypto/ct/ct_x509v3.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ctype.d.tmp -MT crypto/ctype.o -c -o crypto/ctype.o crypto/ctype.c /usr/bin/perl util/mkbuildinf.pl "i686-w64-mingw32-gcc -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG" "mingw" > crypto/buildinf.h i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_ameth.d.tmp -MT crypto/dh/dh_ameth.o -c -o crypto/dh/dh_ameth.o crypto/dh/dh_ameth.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_asn1.d.tmp -MT crypto/dh/dh_asn1.o -c -o crypto/dh/dh_asn1.o crypto/dh/dh_asn1.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_check.d.tmp -MT crypto/dh/dh_check.o -c -o crypto/dh/dh_check.o crypto/dh/dh_check.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_depr.d.tmp -MT crypto/dh/dh_depr.o -c -o crypto/dh/dh_depr.o crypto/dh/dh_depr.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_err.d.tmp -MT crypto/dh/dh_err.o -c -o crypto/dh/dh_err.o crypto/dh/dh_err.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_gen.d.tmp -MT crypto/dh/dh_gen.o -c -o crypto/dh/dh_gen.o crypto/dh/dh_gen.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_kdf.d.tmp -MT crypto/dh/dh_kdf.o -c -o crypto/dh/dh_kdf.o crypto/dh/dh_kdf.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_key.d.tmp -MT crypto/dh/dh_key.o -c -o crypto/dh/dh_key.o crypto/dh/dh_key.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_lib.d.tmp -MT crypto/dh/dh_lib.o -c -o crypto/dh/dh_lib.o crypto/dh/dh_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_meth.d.tmp -MT crypto/dh/dh_meth.o -c -o crypto/dh/dh_meth.o crypto/dh/dh_meth.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_pmeth.d.tmp -MT crypto/dh/dh_pmeth.o -c -o crypto/dh/dh_pmeth.o crypto/dh/dh_pmeth.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_prn.d.tmp -MT crypto/dh/dh_prn.o -c -o crypto/dh/dh_prn.o crypto/dh/dh_prn.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_rfc5114.d.tmp -MT crypto/dh/dh_rfc5114.o -c -o crypto/dh/dh_rfc5114.o crypto/dh/dh_rfc5114.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dh/dh_rfc7919.d.tmp -MT crypto/dh/dh_rfc7919.o -c -o crypto/dh/dh_rfc7919.o crypto/dh/dh_rfc7919.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dso/dso_dl.d.tmp -MT crypto/dso/dso_dl.o -c -o crypto/dso/dso_dl.o crypto/dso/dso_dl.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dso/dso_dlfcn.d.tmp -MT crypto/dso/dso_dlfcn.o -c -o crypto/dso/dso_dlfcn.o crypto/dso/dso_dlfcn.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dso/dso_err.d.tmp -MT crypto/dso/dso_err.o -c -o crypto/dso/dso_err.o crypto/dso/dso_err.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dso/dso_lib.d.tmp -MT crypto/dso/dso_lib.o -c -o crypto/dso/dso_lib.o crypto/dso/dso_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dso/dso_openssl.d.tmp -MT crypto/dso/dso_openssl.o -c -o crypto/dso/dso_openssl.o crypto/dso/dso_openssl.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dso/dso_vms.d.tmp -MT crypto/dso/dso_vms.o -c -o crypto/dso/dso_vms.o crypto/dso/dso_vms.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dso/dso_win32.d.tmp -MT crypto/dso/dso_win32.o -c -o crypto/dso/dso_win32.o crypto/dso/dso_win32.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ebcdic.d.tmp -MT crypto/ebcdic.o -c -o crypto/ebcdic.o crypto/ebcdic.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/curve25519.d.tmp -MT crypto/ec/curve25519.o -c -o crypto/ec/curve25519.o crypto/ec/curve25519.c i686-w64-mingw32-gcc -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/curve448/arch_32/f_impl.d.tmp -MT crypto/ec/curve448/arch_32/f_impl.o -c -o crypto/ec/curve448/arch_32/f_impl.o crypto/ec/curve448/arch_32/f_impl.c i686-w64-mingw32-gcc -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/curve448/curve448.d.tmp -MT crypto/ec/curve448/curve448.o -c -o crypto/ec/curve448/curve448.o crypto/ec/curve448/curve448.c i686-w64-mingw32-gcc -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/curve448/curve448_tables.d.tmp -MT crypto/ec/curve448/curve448_tables.o -c -o crypto/ec/curve448/curve448_tables.o crypto/ec/curve448/curve448_tables.c i686-w64-mingw32-gcc -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/curve448/eddsa.d.tmp -MT crypto/ec/curve448/eddsa.o -c -o crypto/ec/curve448/eddsa.o crypto/ec/curve448/eddsa.c i686-w64-mingw32-gcc -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/curve448/f_generic.d.tmp -MT crypto/ec/curve448/f_generic.o -c -o crypto/ec/curve448/f_generic.o crypto/ec/curve448/f_generic.c i686-w64-mingw32-gcc -I. -Iinclude -Icrypto/ec/curve448/arch_32 -Icrypto/ec/curve448 -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/curve448/scalar.d.tmp -MT crypto/ec/curve448/scalar.o -c -o crypto/ec/curve448/scalar.o crypto/ec/curve448/scalar.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec2_oct.d.tmp -MT crypto/ec/ec2_oct.o -c -o crypto/ec/ec2_oct.o crypto/ec/ec2_oct.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec2_smpl.d.tmp -MT crypto/ec/ec2_smpl.o -c -o crypto/ec/ec2_smpl.o crypto/ec/ec2_smpl.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_ameth.d.tmp -MT crypto/ec/ec_ameth.o -c -o crypto/ec/ec_ameth.o crypto/ec/ec_ameth.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_asn1.d.tmp -MT crypto/ec/ec_asn1.o -c -o crypto/ec/ec_asn1.o crypto/ec/ec_asn1.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_check.d.tmp -MT crypto/ec/ec_check.o -c -o crypto/ec/ec_check.o crypto/ec/ec_check.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_curve.d.tmp -MT crypto/ec/ec_curve.o -c -o crypto/ec/ec_curve.o crypto/ec/ec_curve.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_cvt.d.tmp -MT crypto/ec/ec_cvt.o -c -o crypto/ec/ec_cvt.o crypto/ec/ec_cvt.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_err.d.tmp -MT crypto/ec/ec_err.o -c -o crypto/ec/ec_err.o crypto/ec/ec_err.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_key.d.tmp -MT crypto/ec/ec_key.o -c -o crypto/ec/ec_key.o crypto/ec/ec_key.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_kmeth.d.tmp -MT crypto/ec/ec_kmeth.o -c -o crypto/ec/ec_kmeth.o crypto/ec/ec_kmeth.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_lib.d.tmp -MT crypto/ec/ec_lib.o -c -o crypto/ec/ec_lib.o crypto/ec/ec_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_mult.d.tmp -MT crypto/ec/ec_mult.o -c -o crypto/ec/ec_mult.o crypto/ec/ec_mult.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_oct.d.tmp -MT crypto/ec/ec_oct.o -c -o crypto/ec/ec_oct.o crypto/ec/ec_oct.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_pmeth.d.tmp -MT crypto/ec/ec_pmeth.o -c -o crypto/ec/ec_pmeth.o crypto/ec/ec_pmeth.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ec_print.d.tmp -MT crypto/ec/ec_print.o -c -o crypto/ec/ec_print.o crypto/ec/ec_print.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecdh_kdf.d.tmp -MT crypto/ec/ecdh_kdf.o -c -o crypto/ec/ecdh_kdf.o crypto/ec/ecdh_kdf.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecdh_ossl.d.tmp -MT crypto/ec/ecdh_ossl.o -c -o crypto/ec/ecdh_ossl.o crypto/ec/ecdh_ossl.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecdsa_ossl.d.tmp -MT crypto/ec/ecdsa_ossl.o -c -o crypto/ec/ecdsa_ossl.o crypto/ec/ecdsa_ossl.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecdsa_sign.d.tmp -MT crypto/ec/ecdsa_sign.o -c -o crypto/ec/ecdsa_sign.o crypto/ec/ecdsa_sign.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecdsa_vrf.d.tmp -MT crypto/ec/ecdsa_vrf.o -c -o crypto/ec/ecdsa_vrf.o crypto/ec/ecdsa_vrf.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/eck_prn.d.tmp -MT crypto/ec/eck_prn.o -c -o crypto/ec/eck_prn.o crypto/ec/eck_prn.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecp_mont.d.tmp -MT crypto/ec/ecp_mont.o -c -o crypto/ec/ecp_mont.o crypto/ec/ecp_mont.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecp_nist.d.tmp -MT crypto/ec/ecp_nist.o -c -o crypto/ec/ecp_nist.o crypto/ec/ecp_nist.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecp_nistp224.d.tmp -MT crypto/ec/ecp_nistp224.o -c -o crypto/ec/ecp_nistp224.o crypto/ec/ecp_nistp224.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecp_nistp256.d.tmp -MT crypto/ec/ecp_nistp256.o -c -o crypto/ec/ecp_nistp256.o crypto/ec/ecp_nistp256.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecp_nistp521.d.tmp -MT crypto/ec/ecp_nistp521.o -c -o crypto/ec/ecp_nistp521.o crypto/ec/ecp_nistp521.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecp_nistputil.d.tmp -MT crypto/ec/ecp_nistputil.o -c -o crypto/ec/ecp_nistputil.o crypto/ec/ecp_nistputil.c CC="i686-w64-mingw32-gcc" /usr/bin/perl crypto/ec/asm/ecp_nistz256-x86.pl coff -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG crypto/ec/ecp_nistz256-x86.s i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecp_oct.d.tmp -MT crypto/ec/ecp_oct.o -c -o crypto/ec/ecp_oct.o crypto/ec/ecp_oct.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecp_smpl.d.tmp -MT crypto/ec/ecp_smpl.o -c -o crypto/ec/ecp_smpl.o crypto/ec/ecp_smpl.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ec/ecx_meth.d.tmp -MT crypto/ec/ecx_meth.o -c -o crypto/ec/ecx_meth.o crypto/ec/ecx_meth.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_all.d.tmp -MT crypto/engine/eng_all.o -c -o crypto/engine/eng_all.o crypto/engine/eng_all.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_cnf.d.tmp -MT crypto/engine/eng_cnf.o -c -o crypto/engine/eng_cnf.o crypto/engine/eng_cnf.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_ctrl.d.tmp -MT crypto/engine/eng_ctrl.o -c -o crypto/engine/eng_ctrl.o crypto/engine/eng_ctrl.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_dyn.d.tmp -MT crypto/engine/eng_dyn.o -c -o crypto/engine/eng_dyn.o crypto/engine/eng_dyn.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_err.d.tmp -MT crypto/engine/eng_err.o -c -o crypto/engine/eng_err.o crypto/engine/eng_err.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_fat.d.tmp -MT crypto/engine/eng_fat.o -c -o crypto/engine/eng_fat.o crypto/engine/eng_fat.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_init.d.tmp -MT crypto/engine/eng_init.o -c -o crypto/engine/eng_init.o crypto/engine/eng_init.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_lib.d.tmp -MT crypto/engine/eng_lib.o -c -o crypto/engine/eng_lib.o crypto/engine/eng_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_list.d.tmp -MT crypto/engine/eng_list.o -c -o crypto/engine/eng_list.o crypto/engine/eng_list.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_openssl.d.tmp -MT crypto/engine/eng_openssl.o -c -o crypto/engine/eng_openssl.o crypto/engine/eng_openssl.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_pkey.d.tmp -MT crypto/engine/eng_pkey.o -c -o crypto/engine/eng_pkey.o crypto/engine/eng_pkey.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_rdrand.d.tmp -MT crypto/engine/eng_rdrand.o -c -o crypto/engine/eng_rdrand.o crypto/engine/eng_rdrand.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/eng_table.d.tmp -MT crypto/engine/eng_table.o -c -o crypto/engine/eng_table.o crypto/engine/eng_table.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/tb_asnmth.d.tmp -MT crypto/engine/tb_asnmth.o -c -o crypto/engine/tb_asnmth.o crypto/engine/tb_asnmth.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/tb_cipher.d.tmp -MT crypto/engine/tb_cipher.o -c -o crypto/engine/tb_cipher.o crypto/engine/tb_cipher.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/tb_dh.d.tmp -MT crypto/engine/tb_dh.o -c -o crypto/engine/tb_dh.o crypto/engine/tb_dh.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/tb_digest.d.tmp -MT crypto/engine/tb_digest.o -c -o crypto/engine/tb_digest.o crypto/engine/tb_digest.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/tb_dsa.d.tmp -MT crypto/engine/tb_dsa.o -c -o crypto/engine/tb_dsa.o crypto/engine/tb_dsa.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/tb_eckey.d.tmp -MT crypto/engine/tb_eckey.o -c -o crypto/engine/tb_eckey.o crypto/engine/tb_eckey.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/tb_pkmeth.d.tmp -MT crypto/engine/tb_pkmeth.o -c -o crypto/engine/tb_pkmeth.o crypto/engine/tb_pkmeth.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/tb_rand.d.tmp -MT crypto/engine/tb_rand.o -c -o crypto/engine/tb_rand.o crypto/engine/tb_rand.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/engine/tb_rsa.d.tmp -MT crypto/engine/tb_rsa.o -c -o crypto/engine/tb_rsa.o crypto/engine/tb_rsa.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/err/err.d.tmp -MT crypto/err/err.o -c -o crypto/err/err.o crypto/err/err.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/err/err_all.d.tmp -MT crypto/err/err_all.o -c -o crypto/err/err_all.o crypto/err/err_all.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/err/err_prn.d.tmp -MT crypto/err/err_prn.o -c -o crypto/err/err_prn.o crypto/err/err_prn.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/bio_b64.d.tmp -MT crypto/evp/bio_b64.o -c -o crypto/evp/bio_b64.o crypto/evp/bio_b64.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/bio_enc.d.tmp -MT crypto/evp/bio_enc.o -c -o crypto/evp/bio_enc.o crypto/evp/bio_enc.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/bio_md.d.tmp -MT crypto/evp/bio_md.o -c -o crypto/evp/bio_md.o crypto/evp/bio_md.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/bio_ok.d.tmp -MT crypto/evp/bio_ok.o -c -o crypto/evp/bio_ok.o crypto/evp/bio_ok.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/c_allc.d.tmp -MT crypto/evp/c_allc.o -c -o crypto/evp/c_allc.o crypto/evp/c_allc.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/c_alld.d.tmp -MT crypto/evp/c_alld.o -c -o crypto/evp/c_alld.o crypto/evp/c_alld.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/cmeth_lib.d.tmp -MT crypto/evp/cmeth_lib.o -c -o crypto/evp/cmeth_lib.o crypto/evp/cmeth_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/digest.d.tmp -MT crypto/evp/digest.o -c -o crypto/evp/digest.o crypto/evp/digest.c i686-w64-mingw32-gcc -I. -Iinclude -Icrypto -Icrypto/modes -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_aes.d.tmp -MT crypto/evp/e_aes.o -c -o crypto/evp/e_aes.o crypto/evp/e_aes.c i686-w64-mingw32-gcc -I. -Iinclude -Icrypto/modes -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_aes_cbc_hmac_sha1.d.tmp -MT crypto/evp/e_aes_cbc_hmac_sha1.o -c -o crypto/evp/e_aes_cbc_hmac_sha1.o crypto/evp/e_aes_cbc_hmac_sha1.c i686-w64-mingw32-gcc -I. -Iinclude -Icrypto/modes -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_aes_cbc_hmac_sha256.d.tmp -MT crypto/evp/e_aes_cbc_hmac_sha256.o -c -o crypto/evp/e_aes_cbc_hmac_sha256.o crypto/evp/e_aes_cbc_hmac_sha256.c i686-w64-mingw32-gcc -I. -Iinclude -Icrypto -Icrypto/modes -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_aria.d.tmp -MT crypto/evp/e_aria.o -c -o crypto/evp/e_aria.o crypto/evp/e_aria.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_bf.d.tmp -MT crypto/evp/e_bf.o -c -o crypto/evp/e_bf.o crypto/evp/e_bf.c i686-w64-mingw32-gcc -I. -Iinclude -Icrypto -Icrypto/modes -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_camellia.d.tmp -MT crypto/evp/e_camellia.o -c -o crypto/evp/e_camellia.o crypto/evp/e_camellia.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_cast.d.tmp -MT crypto/evp/e_cast.o -c -o crypto/evp/e_cast.o crypto/evp/e_cast.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_chacha20_poly1305.d.tmp -MT crypto/evp/e_chacha20_poly1305.o -c -o crypto/evp/e_chacha20_poly1305.o crypto/evp/e_chacha20_poly1305.c i686-w64-mingw32-gcc -I. -Iinclude -Icrypto -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_des.d.tmp -MT crypto/evp/e_des.o -c -o crypto/evp/e_des.o crypto/evp/e_des.c i686-w64-mingw32-gcc -I. -Iinclude -Icrypto -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_des3.d.tmp -MT crypto/evp/e_des3.o -c -o crypto/evp/e_des3.o crypto/evp/e_des3.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_idea.d.tmp -MT crypto/evp/e_idea.o -c -o crypto/evp/e_idea.o crypto/evp/e_idea.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_null.d.tmp -MT crypto/evp/e_null.o -c -o crypto/evp/e_null.o crypto/evp/e_null.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_old.d.tmp -MT crypto/evp/e_old.o -c -o crypto/evp/e_old.o crypto/evp/e_old.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_rc2.d.tmp -MT crypto/evp/e_rc2.o -c -o crypto/evp/e_rc2.o crypto/evp/e_rc2.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_rc4.d.tmp -MT crypto/evp/e_rc4.o -c -o crypto/evp/e_rc4.o crypto/evp/e_rc4.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_rc4_hmac_md5.d.tmp -MT crypto/evp/e_rc4_hmac_md5.o -c -o crypto/evp/e_rc4_hmac_md5.o crypto/evp/e_rc4_hmac_md5.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_rc5.d.tmp -MT crypto/evp/e_rc5.o -c -o crypto/evp/e_rc5.o crypto/evp/e_rc5.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_seed.d.tmp -MT crypto/evp/e_seed.o -c -o crypto/evp/e_seed.o crypto/evp/e_seed.c i686-w64-mingw32-gcc -I. -Iinclude -Icrypto -Icrypto/modes -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_sm4.d.tmp -MT crypto/evp/e_sm4.o -c -o crypto/evp/e_sm4.o crypto/evp/e_sm4.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/e_xcbc_d.d.tmp -MT crypto/evp/e_xcbc_d.o -c -o crypto/evp/e_xcbc_d.o crypto/evp/e_xcbc_d.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/encode.d.tmp -MT crypto/evp/encode.o -c -o crypto/evp/encode.o crypto/evp/encode.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/evp_cnf.d.tmp -MT crypto/evp/evp_cnf.o -c -o crypto/evp/evp_cnf.o crypto/evp/evp_cnf.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/evp_enc.d.tmp -MT crypto/evp/evp_enc.o -c -o crypto/evp/evp_enc.o crypto/evp/evp_enc.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/evp_err.d.tmp -MT crypto/evp/evp_err.o -c -o crypto/evp/evp_err.o crypto/evp/evp_err.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/evp_key.d.tmp -MT crypto/evp/evp_key.o -c -o crypto/evp/evp_key.o crypto/evp/evp_key.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/evp_lib.d.tmp -MT crypto/evp/evp_lib.o -c -o crypto/evp/evp_lib.o crypto/evp/evp_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/evp_pbe.d.tmp -MT crypto/evp/evp_pbe.o -c -o crypto/evp/evp_pbe.o crypto/evp/evp_pbe.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/evp_pkey.d.tmp -MT crypto/evp/evp_pkey.o -c -o crypto/evp/evp_pkey.o crypto/evp/evp_pkey.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_md2.d.tmp -MT crypto/evp/m_md2.o -c -o crypto/evp/m_md2.o crypto/evp/m_md2.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_md4.d.tmp -MT crypto/evp/m_md4.o -c -o crypto/evp/m_md4.o crypto/evp/m_md4.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_md5.d.tmp -MT crypto/evp/m_md5.o -c -o crypto/evp/m_md5.o crypto/evp/m_md5.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_md5_sha1.d.tmp -MT crypto/evp/m_md5_sha1.o -c -o crypto/evp/m_md5_sha1.o crypto/evp/m_md5_sha1.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_mdc2.d.tmp -MT crypto/evp/m_mdc2.o -c -o crypto/evp/m_mdc2.o crypto/evp/m_mdc2.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_null.d.tmp -MT crypto/evp/m_null.o -c -o crypto/evp/m_null.o crypto/evp/m_null.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_ripemd.d.tmp -MT crypto/evp/m_ripemd.o -c -o crypto/evp/m_ripemd.o crypto/evp/m_ripemd.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_sha1.d.tmp -MT crypto/evp/m_sha1.o -c -o crypto/evp/m_sha1.o crypto/evp/m_sha1.c i686-w64-mingw32-gcc -I. -Iinclude -Icrypto -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_sha3.d.tmp -MT crypto/evp/m_sha3.o -c -o crypto/evp/m_sha3.o crypto/evp/m_sha3.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_sigver.d.tmp -MT crypto/evp/m_sigver.o -c -o crypto/evp/m_sigver.o crypto/evp/m_sigver.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/m_wp.d.tmp -MT crypto/evp/m_wp.o -c -o crypto/evp/m_wp.o crypto/evp/m_wp.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/names.d.tmp -MT crypto/evp/names.o -c -o crypto/evp/names.o crypto/evp/names.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/p5_crpt.d.tmp -MT crypto/evp/p5_crpt.o -c -o crypto/evp/p5_crpt.o crypto/evp/p5_crpt.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/p5_crpt2.d.tmp -MT crypto/evp/p5_crpt2.o -c -o crypto/evp/p5_crpt2.o crypto/evp/p5_crpt2.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/p_dec.d.tmp -MT crypto/evp/p_dec.o -c -o crypto/evp/p_dec.o crypto/evp/p_dec.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/p_enc.d.tmp -MT crypto/evp/p_enc.o -c -o crypto/evp/p_enc.o crypto/evp/p_enc.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/p_lib.d.tmp -MT crypto/evp/p_lib.o -c -o crypto/evp/p_lib.o crypto/evp/p_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/p_open.d.tmp -MT crypto/evp/p_open.o -c -o crypto/evp/p_open.o crypto/evp/p_open.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/p_seal.d.tmp -MT crypto/evp/p_seal.o -c -o crypto/evp/p_seal.o crypto/evp/p_seal.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/p_sign.d.tmp -MT crypto/evp/p_sign.o -c -o crypto/evp/p_sign.o crypto/evp/p_sign.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/p_verify.d.tmp -MT crypto/evp/p_verify.o -c -o crypto/evp/p_verify.o crypto/evp/p_verify.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/pbe_scrypt.d.tmp -MT crypto/evp/pbe_scrypt.o -c -o crypto/evp/pbe_scrypt.o crypto/evp/pbe_scrypt.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/pmeth_fn.d.tmp -MT crypto/evp/pmeth_fn.o -c -o crypto/evp/pmeth_fn.o crypto/evp/pmeth_fn.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/pmeth_gn.d.tmp -MT crypto/evp/pmeth_gn.o -c -o crypto/evp/pmeth_gn.o crypto/evp/pmeth_gn.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/evp/pmeth_lib.d.tmp -MT crypto/evp/pmeth_lib.o -c -o crypto/evp/pmeth_lib.o crypto/evp/pmeth_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ex_data.d.tmp -MT crypto/ex_data.o -c -o crypto/ex_data.o crypto/ex_data.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/getenv.d.tmp -MT crypto/getenv.o -c -o crypto/getenv.o crypto/getenv.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/hmac/hm_ameth.d.tmp -MT crypto/hmac/hm_ameth.o -c -o crypto/hmac/hm_ameth.o crypto/hmac/hm_ameth.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/hmac/hm_pmeth.d.tmp -MT crypto/hmac/hm_pmeth.o -c -o crypto/hmac/hm_pmeth.o crypto/hmac/hm_pmeth.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/hmac/hmac.d.tmp -MT crypto/hmac/hmac.o -c -o crypto/hmac/hmac.o crypto/hmac/hmac.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/init.d.tmp -MT crypto/init.o -c -o crypto/init.o crypto/init.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/kdf/hkdf.d.tmp -MT crypto/kdf/hkdf.o -c -o crypto/kdf/hkdf.o crypto/kdf/hkdf.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/kdf/kdf_err.d.tmp -MT crypto/kdf/kdf_err.o -c -o crypto/kdf/kdf_err.o crypto/kdf/kdf_err.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/kdf/scrypt.d.tmp -MT crypto/kdf/scrypt.o -c -o crypto/kdf/scrypt.o crypto/kdf/scrypt.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/kdf/tls1_prf.d.tmp -MT crypto/kdf/tls1_prf.o -c -o crypto/kdf/tls1_prf.o crypto/kdf/tls1_prf.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/lhash/lh_stats.d.tmp -MT crypto/lhash/lh_stats.o -c -o crypto/lhash/lh_stats.o crypto/lhash/lh_stats.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/lhash/lhash.d.tmp -MT crypto/lhash/lhash.o -c -o crypto/lhash/lhash.o crypto/lhash/lhash.c CC="i686-w64-mingw32-gcc" /usr/bin/perl crypto/md5/asm/md5-586.pl coff -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG crypto/md5/md5-586.s i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/md5/md5_dgst.d.tmp -MT crypto/md5/md5_dgst.o -c -o crypto/md5/md5_dgst.o crypto/md5/md5_dgst.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/md5/md5_one.d.tmp -MT crypto/md5/md5_one.o -c -o crypto/md5/md5_one.o crypto/md5/md5_one.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/mem.d.tmp -MT crypto/mem.o -c -o crypto/mem.o crypto/mem.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/mem_dbg.d.tmp -MT crypto/mem_dbg.o -c -o crypto/mem_dbg.o crypto/mem_dbg.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/mem_sec.d.tmp -MT crypto/mem_sec.o -c -o crypto/mem_sec.o crypto/mem_sec.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/modes/cbc128.d.tmp -MT crypto/modes/cbc128.o -c -o crypto/modes/cbc128.o crypto/modes/cbc128.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/modes/ccm128.d.tmp -MT crypto/modes/ccm128.o -c -o crypto/modes/ccm128.o crypto/modes/ccm128.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/modes/cfb128.d.tmp -MT crypto/modes/cfb128.o -c -o crypto/modes/cfb128.o crypto/modes/cfb128.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/modes/ctr128.d.tmp -MT crypto/modes/ctr128.o -c -o crypto/modes/ctr128.o crypto/modes/ctr128.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/modes/cts128.d.tmp -MT crypto/modes/cts128.o -c -o crypto/modes/cts128.o crypto/modes/cts128.c i686-w64-mingw32-gcc -I. -Iinclude -Icrypto -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/modes/gcm128.d.tmp -MT crypto/modes/gcm128.o -c -o crypto/modes/gcm128.o crypto/modes/gcm128.c CC="i686-w64-mingw32-gcc" /usr/bin/perl crypto/modes/asm/ghash-x86.pl coff -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG crypto/modes/ghash-x86.s i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/modes/ocb128.d.tmp -MT crypto/modes/ocb128.o -c -o crypto/modes/ocb128.o crypto/modes/ocb128.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/modes/ofb128.d.tmp -MT crypto/modes/ofb128.o -c -o crypto/modes/ofb128.o crypto/modes/ofb128.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/modes/wrap128.d.tmp -MT crypto/modes/wrap128.o -c -o crypto/modes/wrap128.o crypto/modes/wrap128.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/modes/xts128.d.tmp -MT crypto/modes/xts128.o -c -o crypto/modes/xts128.o crypto/modes/xts128.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/o_dir.d.tmp -MT crypto/o_dir.o -c -o crypto/o_dir.o crypto/o_dir.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/o_fips.d.tmp -MT crypto/o_fips.o -c -o crypto/o_fips.o crypto/o_fips.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/o_fopen.d.tmp -MT crypto/o_fopen.o -c -o crypto/o_fopen.o crypto/o_fopen.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/o_init.d.tmp -MT crypto/o_init.o -c -o crypto/o_init.o crypto/o_init.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/o_str.d.tmp -MT crypto/o_str.o -c -o crypto/o_str.o crypto/o_str.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/o_time.d.tmp -MT crypto/o_time.o -c -o crypto/o_time.o crypto/o_time.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/objects/o_names.d.tmp -MT crypto/objects/o_names.o -c -o crypto/objects/o_names.o crypto/objects/o_names.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/objects/obj_dat.d.tmp -MT crypto/objects/obj_dat.o -c -o crypto/objects/obj_dat.o crypto/objects/obj_dat.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/objects/obj_err.d.tmp -MT crypto/objects/obj_err.o -c -o crypto/objects/obj_err.o crypto/objects/obj_err.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/objects/obj_lib.d.tmp -MT crypto/objects/obj_lib.o -c -o crypto/objects/obj_lib.o crypto/objects/obj_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/objects/obj_xref.d.tmp -MT crypto/objects/obj_xref.o -c -o crypto/objects/obj_xref.o crypto/objects/obj_xref.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ocsp/ocsp_asn.d.tmp -MT crypto/ocsp/ocsp_asn.o -c -o crypto/ocsp/ocsp_asn.o crypto/ocsp/ocsp_asn.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ocsp/ocsp_cl.d.tmp -MT crypto/ocsp/ocsp_cl.o -c -o crypto/ocsp/ocsp_cl.o crypto/ocsp/ocsp_cl.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ocsp/ocsp_err.d.tmp -MT crypto/ocsp/ocsp_err.o -c -o crypto/ocsp/ocsp_err.o crypto/ocsp/ocsp_err.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ocsp/ocsp_ext.d.tmp -MT crypto/ocsp/ocsp_ext.o -c -o crypto/ocsp/ocsp_ext.o crypto/ocsp/ocsp_ext.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ocsp/ocsp_ht.d.tmp -MT crypto/ocsp/ocsp_ht.o -c -o crypto/ocsp/ocsp_ht.o crypto/ocsp/ocsp_ht.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ocsp/ocsp_lib.d.tmp -MT crypto/ocsp/ocsp_lib.o -c -o crypto/ocsp/ocsp_lib.o crypto/ocsp/ocsp_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ocsp/ocsp_prn.d.tmp -MT crypto/ocsp/ocsp_prn.o -c -o crypto/ocsp/ocsp_prn.o crypto/ocsp/ocsp_prn.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ocsp/ocsp_srv.d.tmp -MT crypto/ocsp/ocsp_srv.o -c -o crypto/ocsp/ocsp_srv.o crypto/ocsp/ocsp_srv.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ocsp/ocsp_vfy.d.tmp -MT crypto/ocsp/ocsp_vfy.o -c -o crypto/ocsp/ocsp_vfy.o crypto/ocsp/ocsp_vfy.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ocsp/v3_ocsp.d.tmp -MT crypto/ocsp/v3_ocsp.o -c -o crypto/ocsp/v3_ocsp.o crypto/ocsp/v3_ocsp.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pem_all.d.tmp -MT crypto/pem/pem_all.o -c -o crypto/pem/pem_all.o crypto/pem/pem_all.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pem_err.d.tmp -MT crypto/pem/pem_err.o -c -o crypto/pem/pem_err.o crypto/pem/pem_err.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pem_info.d.tmp -MT crypto/pem/pem_info.o -c -o crypto/pem/pem_info.o crypto/pem/pem_info.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pem_lib.d.tmp -MT crypto/pem/pem_lib.o -c -o crypto/pem/pem_lib.o crypto/pem/pem_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pem_oth.d.tmp -MT crypto/pem/pem_oth.o -c -o crypto/pem/pem_oth.o crypto/pem/pem_oth.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pem_pk8.d.tmp -MT crypto/pem/pem_pk8.o -c -o crypto/pem/pem_pk8.o crypto/pem/pem_pk8.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pem_pkey.d.tmp -MT crypto/pem/pem_pkey.o -c -o crypto/pem/pem_pkey.o crypto/pem/pem_pkey.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pem_sign.d.tmp -MT crypto/pem/pem_sign.o -c -o crypto/pem/pem_sign.o crypto/pem/pem_sign.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pem_x509.d.tmp -MT crypto/pem/pem_x509.o -c -o crypto/pem/pem_x509.o crypto/pem/pem_x509.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pem_xaux.d.tmp -MT crypto/pem/pem_xaux.o -c -o crypto/pem/pem_xaux.o crypto/pem/pem_xaux.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pem/pvkfmt.d.tmp -MT crypto/pem/pvkfmt.o -c -o crypto/pem/pvkfmt.o crypto/pem/pvkfmt.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_add.d.tmp -MT crypto/pkcs12/p12_add.o -c -o crypto/pkcs12/p12_add.o crypto/pkcs12/p12_add.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_asn.d.tmp -MT crypto/pkcs12/p12_asn.o -c -o crypto/pkcs12/p12_asn.o crypto/pkcs12/p12_asn.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_attr.d.tmp -MT crypto/pkcs12/p12_attr.o -c -o crypto/pkcs12/p12_attr.o crypto/pkcs12/p12_attr.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_crpt.d.tmp -MT crypto/pkcs12/p12_crpt.o -c -o crypto/pkcs12/p12_crpt.o crypto/pkcs12/p12_crpt.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_crt.d.tmp -MT crypto/pkcs12/p12_crt.o -c -o crypto/pkcs12/p12_crt.o crypto/pkcs12/p12_crt.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_decr.d.tmp -MT crypto/pkcs12/p12_decr.o -c -o crypto/pkcs12/p12_decr.o crypto/pkcs12/p12_decr.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_init.d.tmp -MT crypto/pkcs12/p12_init.o -c -o crypto/pkcs12/p12_init.o crypto/pkcs12/p12_init.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_key.d.tmp -MT crypto/pkcs12/p12_key.o -c -o crypto/pkcs12/p12_key.o crypto/pkcs12/p12_key.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_kiss.d.tmp -MT crypto/pkcs12/p12_kiss.o -c -o crypto/pkcs12/p12_kiss.o crypto/pkcs12/p12_kiss.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_mutl.d.tmp -MT crypto/pkcs12/p12_mutl.o -c -o crypto/pkcs12/p12_mutl.o crypto/pkcs12/p12_mutl.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_npas.d.tmp -MT crypto/pkcs12/p12_npas.o -c -o crypto/pkcs12/p12_npas.o crypto/pkcs12/p12_npas.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_p8d.d.tmp -MT crypto/pkcs12/p12_p8d.o -c -o crypto/pkcs12/p12_p8d.o crypto/pkcs12/p12_p8d.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_p8e.d.tmp -MT crypto/pkcs12/p12_p8e.o -c -o crypto/pkcs12/p12_p8e.o crypto/pkcs12/p12_p8e.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_sbag.d.tmp -MT crypto/pkcs12/p12_sbag.o -c -o crypto/pkcs12/p12_sbag.o crypto/pkcs12/p12_sbag.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/p12_utl.d.tmp -MT crypto/pkcs12/p12_utl.o -c -o crypto/pkcs12/p12_utl.o crypto/pkcs12/p12_utl.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs12/pk12err.d.tmp -MT crypto/pkcs12/pk12err.o -c -o crypto/pkcs12/pk12err.o crypto/pkcs12/pk12err.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs7/bio_pk7.d.tmp -MT crypto/pkcs7/bio_pk7.o -c -o crypto/pkcs7/bio_pk7.o crypto/pkcs7/bio_pk7.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs7/pk7_asn1.d.tmp -MT crypto/pkcs7/pk7_asn1.o -c -o crypto/pkcs7/pk7_asn1.o crypto/pkcs7/pk7_asn1.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs7/pk7_attr.d.tmp -MT crypto/pkcs7/pk7_attr.o -c -o crypto/pkcs7/pk7_attr.o crypto/pkcs7/pk7_attr.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs7/pk7_doit.d.tmp -MT crypto/pkcs7/pk7_doit.o -c -o crypto/pkcs7/pk7_doit.o crypto/pkcs7/pk7_doit.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs7/pk7_lib.d.tmp -MT crypto/pkcs7/pk7_lib.o -c -o crypto/pkcs7/pk7_lib.o crypto/pkcs7/pk7_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs7/pk7_mime.d.tmp -MT crypto/pkcs7/pk7_mime.o -c -o crypto/pkcs7/pk7_mime.o crypto/pkcs7/pk7_mime.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs7/pk7_smime.d.tmp -MT crypto/pkcs7/pk7_smime.o -c -o crypto/pkcs7/pk7_smime.o crypto/pkcs7/pk7_smime.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/pkcs7/pkcs7err.d.tmp -MT crypto/pkcs7/pkcs7err.o -c -o crypto/pkcs7/pkcs7err.o crypto/pkcs7/pkcs7err.c CC="i686-w64-mingw32-gcc" /usr/bin/perl crypto/poly1305/asm/poly1305-x86.pl coff -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG crypto/poly1305/poly1305-x86.s i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/poly1305/poly1305.d.tmp -MT crypto/poly1305/poly1305.o -c -o crypto/poly1305/poly1305.o crypto/poly1305/poly1305.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/poly1305/poly1305_ameth.d.tmp -MT crypto/poly1305/poly1305_ameth.o -c -o crypto/poly1305/poly1305_ameth.o crypto/poly1305/poly1305_ameth.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/poly1305/poly1305_pmeth.d.tmp -MT crypto/poly1305/poly1305_pmeth.o -c -o crypto/poly1305/poly1305_pmeth.o crypto/poly1305/poly1305_pmeth.c i686-w64-mingw32-gcc -I. -Iinclude -Icrypto/modes -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rand/drbg_ctr.d.tmp -MT crypto/rand/drbg_ctr.o -c -o crypto/rand/drbg_ctr.o crypto/rand/drbg_ctr.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rand/drbg_lib.d.tmp -MT crypto/rand/drbg_lib.o -c -o crypto/rand/drbg_lib.o crypto/rand/drbg_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rand/rand_egd.d.tmp -MT crypto/rand/rand_egd.o -c -o crypto/rand/rand_egd.o crypto/rand/rand_egd.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rand/rand_err.d.tmp -MT crypto/rand/rand_err.o -c -o crypto/rand/rand_err.o crypto/rand/rand_err.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rand/rand_lib.d.tmp -MT crypto/rand/rand_lib.o -c -o crypto/rand/rand_lib.o crypto/rand/rand_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rand/rand_unix.d.tmp -MT crypto/rand/rand_unix.o -c -o crypto/rand/rand_unix.o crypto/rand/rand_unix.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rand/rand_vms.d.tmp -MT crypto/rand/rand_vms.o -c -o crypto/rand/rand_vms.o crypto/rand/rand_vms.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rand/rand_win.d.tmp -MT crypto/rand/rand_win.o -c -o crypto/rand/rand_win.o crypto/rand/rand_win.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rand/randfile.d.tmp -MT crypto/rand/randfile.o -c -o crypto/rand/randfile.o crypto/rand/randfile.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_ameth.d.tmp -MT crypto/rsa/rsa_ameth.o -c -o crypto/rsa/rsa_ameth.o crypto/rsa/rsa_ameth.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_asn1.d.tmp -MT crypto/rsa/rsa_asn1.o -c -o crypto/rsa/rsa_asn1.o crypto/rsa/rsa_asn1.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_chk.d.tmp -MT crypto/rsa/rsa_chk.o -c -o crypto/rsa/rsa_chk.o crypto/rsa/rsa_chk.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_crpt.d.tmp -MT crypto/rsa/rsa_crpt.o -c -o crypto/rsa/rsa_crpt.o crypto/rsa/rsa_crpt.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_depr.d.tmp -MT crypto/rsa/rsa_depr.o -c -o crypto/rsa/rsa_depr.o crypto/rsa/rsa_depr.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_err.d.tmp -MT crypto/rsa/rsa_err.o -c -o crypto/rsa/rsa_err.o crypto/rsa/rsa_err.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_gen.d.tmp -MT crypto/rsa/rsa_gen.o -c -o crypto/rsa/rsa_gen.o crypto/rsa/rsa_gen.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_lib.d.tmp -MT crypto/rsa/rsa_lib.o -c -o crypto/rsa/rsa_lib.o crypto/rsa/rsa_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_meth.d.tmp -MT crypto/rsa/rsa_meth.o -c -o crypto/rsa/rsa_meth.o crypto/rsa/rsa_meth.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_mp.d.tmp -MT crypto/rsa/rsa_mp.o -c -o crypto/rsa/rsa_mp.o crypto/rsa/rsa_mp.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_none.d.tmp -MT crypto/rsa/rsa_none.o -c -o crypto/rsa/rsa_none.o crypto/rsa/rsa_none.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_oaep.d.tmp -MT crypto/rsa/rsa_oaep.o -c -o crypto/rsa/rsa_oaep.o crypto/rsa/rsa_oaep.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_ossl.d.tmp -MT crypto/rsa/rsa_ossl.o -c -o crypto/rsa/rsa_ossl.o crypto/rsa/rsa_ossl.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_pk1.d.tmp -MT crypto/rsa/rsa_pk1.o -c -o crypto/rsa/rsa_pk1.o crypto/rsa/rsa_pk1.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_pmeth.d.tmp -MT crypto/rsa/rsa_pmeth.o -c -o crypto/rsa/rsa_pmeth.o crypto/rsa/rsa_pmeth.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_prn.d.tmp -MT crypto/rsa/rsa_prn.o -c -o crypto/rsa/rsa_prn.o crypto/rsa/rsa_prn.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_pss.d.tmp -MT crypto/rsa/rsa_pss.o -c -o crypto/rsa/rsa_pss.o crypto/rsa/rsa_pss.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_saos.d.tmp -MT crypto/rsa/rsa_saos.o -c -o crypto/rsa/rsa_saos.o crypto/rsa/rsa_saos.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_sign.d.tmp -MT crypto/rsa/rsa_sign.o -c -o crypto/rsa/rsa_sign.o crypto/rsa/rsa_sign.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_ssl.d.tmp -MT crypto/rsa/rsa_ssl.o -c -o crypto/rsa/rsa_ssl.o crypto/rsa/rsa_ssl.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_x931.d.tmp -MT crypto/rsa/rsa_x931.o -c -o crypto/rsa/rsa_x931.o crypto/rsa/rsa_x931.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/rsa/rsa_x931g.d.tmp -MT crypto/rsa/rsa_x931g.o -c -o crypto/rsa/rsa_x931g.o crypto/rsa/rsa_x931g.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/sha/keccak1600.d.tmp -MT crypto/sha/keccak1600.o -c -o crypto/sha/keccak1600.o crypto/sha/keccak1600.c CC="i686-w64-mingw32-gcc" /usr/bin/perl crypto/sha/asm/sha1-586.pl coff -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG crypto/sha/sha1-586.s i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/sha/sha1_one.d.tmp -MT crypto/sha/sha1_one.o -c -o crypto/sha/sha1_one.o crypto/sha/sha1_one.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/sha/sha1dgst.d.tmp -MT crypto/sha/sha1dgst.o -c -o crypto/sha/sha1dgst.o crypto/sha/sha1dgst.c CC="i686-w64-mingw32-gcc" /usr/bin/perl crypto/sha/asm/sha256-586.pl coff -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG crypto/sha/sha256-586.s i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/sha/sha256.d.tmp -MT crypto/sha/sha256.o -c -o crypto/sha/sha256.o crypto/sha/sha256.c CC="i686-w64-mingw32-gcc" /usr/bin/perl crypto/sha/asm/sha512-586.pl coff -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG crypto/sha/sha512-586.s i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/sha/sha512.d.tmp -MT crypto/sha/sha512.o -c -o crypto/sha/sha512.o crypto/sha/sha512.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/srp/srp_lib.d.tmp -MT crypto/srp/srp_lib.o -c -o crypto/srp/srp_lib.o crypto/srp/srp_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/srp/srp_vfy.d.tmp -MT crypto/srp/srp_vfy.o -c -o crypto/srp/srp_vfy.o crypto/srp/srp_vfy.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/stack/stack.d.tmp -MT crypto/stack/stack.o -c -o crypto/stack/stack.o crypto/stack/stack.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/store/loader_file.d.tmp -MT crypto/store/loader_file.o -c -o crypto/store/loader_file.o crypto/store/loader_file.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/store/store_err.d.tmp -MT crypto/store/store_err.o -c -o crypto/store/store_err.o crypto/store/store_err.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/store/store_init.d.tmp -MT crypto/store/store_init.o -c -o crypto/store/store_init.o crypto/store/store_init.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/store/store_lib.d.tmp -MT crypto/store/store_lib.o -c -o crypto/store/store_lib.o crypto/store/store_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/store/store_register.d.tmp -MT crypto/store/store_register.o -c -o crypto/store/store_register.o crypto/store/store_register.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/store/store_strings.d.tmp -MT crypto/store/store_strings.o -c -o crypto/store/store_strings.o crypto/store/store_strings.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/threads_none.d.tmp -MT crypto/threads_none.o -c -o crypto/threads_none.o crypto/threads_none.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/threads_pthread.d.tmp -MT crypto/threads_pthread.o -c -o crypto/threads_pthread.o crypto/threads_pthread.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/threads_win.d.tmp -MT crypto/threads_win.o -c -o crypto/threads_win.o crypto/threads_win.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_asn1.d.tmp -MT crypto/ts/ts_asn1.o -c -o crypto/ts/ts_asn1.o crypto/ts/ts_asn1.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_conf.d.tmp -MT crypto/ts/ts_conf.o -c -o crypto/ts/ts_conf.o crypto/ts/ts_conf.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_err.d.tmp -MT crypto/ts/ts_err.o -c -o crypto/ts/ts_err.o crypto/ts/ts_err.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_lib.d.tmp -MT crypto/ts/ts_lib.o -c -o crypto/ts/ts_lib.o crypto/ts/ts_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_req_print.d.tmp -MT crypto/ts/ts_req_print.o -c -o crypto/ts/ts_req_print.o crypto/ts/ts_req_print.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_req_utils.d.tmp -MT crypto/ts/ts_req_utils.o -c -o crypto/ts/ts_req_utils.o crypto/ts/ts_req_utils.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_rsp_print.d.tmp -MT crypto/ts/ts_rsp_print.o -c -o crypto/ts/ts_rsp_print.o crypto/ts/ts_rsp_print.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_rsp_sign.d.tmp -MT crypto/ts/ts_rsp_sign.o -c -o crypto/ts/ts_rsp_sign.o crypto/ts/ts_rsp_sign.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_rsp_utils.d.tmp -MT crypto/ts/ts_rsp_utils.o -c -o crypto/ts/ts_rsp_utils.o crypto/ts/ts_rsp_utils.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_rsp_verify.d.tmp -MT crypto/ts/ts_rsp_verify.o -c -o crypto/ts/ts_rsp_verify.o crypto/ts/ts_rsp_verify.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ts/ts_verify_ctx.d.tmp -MT crypto/ts/ts_verify_ctx.o -c -o crypto/ts/ts_verify_ctx.o crypto/ts/ts_verify_ctx.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/txt_db/txt_db.d.tmp -MT crypto/txt_db/txt_db.o -c -o crypto/txt_db/txt_db.o crypto/txt_db/txt_db.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ui/ui_err.d.tmp -MT crypto/ui/ui_err.o -c -o crypto/ui/ui_err.o crypto/ui/ui_err.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ui/ui_lib.d.tmp -MT crypto/ui/ui_lib.o -c -o crypto/ui/ui_lib.o crypto/ui/ui_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ui/ui_null.d.tmp -MT crypto/ui/ui_null.o -c -o crypto/ui/ui_null.o crypto/ui/ui_null.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ui/ui_openssl.d.tmp -MT crypto/ui/ui_openssl.o -c -o crypto/ui/ui_openssl.o crypto/ui/ui_openssl.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/ui/ui_util.d.tmp -MT crypto/ui/ui_util.o -c -o crypto/ui/ui_util.o crypto/ui/ui_util.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/uid.d.tmp -MT crypto/uid.o -c -o crypto/uid.o crypto/uid.c CC="i686-w64-mingw32-gcc" /usr/bin/perl ms/uplink-x86.pl coff crypto/uplink-x86.s i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/by_dir.d.tmp -MT crypto/x509/by_dir.o -c -o crypto/x509/by_dir.o crypto/x509/by_dir.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/by_file.d.tmp -MT crypto/x509/by_file.o -c -o crypto/x509/by_file.o crypto/x509/by_file.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/t_crl.d.tmp -MT crypto/x509/t_crl.o -c -o crypto/x509/t_crl.o crypto/x509/t_crl.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/t_req.d.tmp -MT crypto/x509/t_req.o -c -o crypto/x509/t_req.o crypto/x509/t_req.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/t_x509.d.tmp -MT crypto/x509/t_x509.o -c -o crypto/x509/t_x509.o crypto/x509/t_x509.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_att.d.tmp -MT crypto/x509/x509_att.o -c -o crypto/x509/x509_att.o crypto/x509/x509_att.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_cmp.d.tmp -MT crypto/x509/x509_cmp.o -c -o crypto/x509/x509_cmp.o crypto/x509/x509_cmp.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_d2.d.tmp -MT crypto/x509/x509_d2.o -c -o crypto/x509/x509_d2.o crypto/x509/x509_d2.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_def.d.tmp -MT crypto/x509/x509_def.o -c -o crypto/x509/x509_def.o crypto/x509/x509_def.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_err.d.tmp -MT crypto/x509/x509_err.o -c -o crypto/x509/x509_err.o crypto/x509/x509_err.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_ext.d.tmp -MT crypto/x509/x509_ext.o -c -o crypto/x509/x509_ext.o crypto/x509/x509_ext.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_lu.d.tmp -MT crypto/x509/x509_lu.o -c -o crypto/x509/x509_lu.o crypto/x509/x509_lu.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_meth.d.tmp -MT crypto/x509/x509_meth.o -c -o crypto/x509/x509_meth.o crypto/x509/x509_meth.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_obj.d.tmp -MT crypto/x509/x509_obj.o -c -o crypto/x509/x509_obj.o crypto/x509/x509_obj.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_r2x.d.tmp -MT crypto/x509/x509_r2x.o -c -o crypto/x509/x509_r2x.o crypto/x509/x509_r2x.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_req.d.tmp -MT crypto/x509/x509_req.o -c -o crypto/x509/x509_req.o crypto/x509/x509_req.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_set.d.tmp -MT crypto/x509/x509_set.o -c -o crypto/x509/x509_set.o crypto/x509/x509_set.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_trs.d.tmp -MT crypto/x509/x509_trs.o -c -o crypto/x509/x509_trs.o crypto/x509/x509_trs.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_txt.d.tmp -MT crypto/x509/x509_txt.o -c -o crypto/x509/x509_txt.o crypto/x509/x509_txt.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_v3.d.tmp -MT crypto/x509/x509_v3.o -c -o crypto/x509/x509_v3.o crypto/x509/x509_v3.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_vfy.d.tmp -MT crypto/x509/x509_vfy.o -c -o crypto/x509/x509_vfy.o crypto/x509/x509_vfy.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509_vpm.d.tmp -MT crypto/x509/x509_vpm.o -c -o crypto/x509/x509_vpm.o crypto/x509/x509_vpm.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509cset.d.tmp -MT crypto/x509/x509cset.o -c -o crypto/x509/x509cset.o crypto/x509/x509cset.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509name.d.tmp -MT crypto/x509/x509name.o -c -o crypto/x509/x509name.o crypto/x509/x509name.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509rset.d.tmp -MT crypto/x509/x509rset.o -c -o crypto/x509/x509rset.o crypto/x509/x509rset.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509spki.d.tmp -MT crypto/x509/x509spki.o -c -o crypto/x509/x509spki.o crypto/x509/x509spki.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x509type.d.tmp -MT crypto/x509/x509type.o -c -o crypto/x509/x509type.o crypto/x509/x509type.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x_all.d.tmp -MT crypto/x509/x_all.o -c -o crypto/x509/x_all.o crypto/x509/x_all.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x_attrib.d.tmp -MT crypto/x509/x_attrib.o -c -o crypto/x509/x_attrib.o crypto/x509/x_attrib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x_crl.d.tmp -MT crypto/x509/x_crl.o -c -o crypto/x509/x_crl.o crypto/x509/x_crl.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x_exten.d.tmp -MT crypto/x509/x_exten.o -c -o crypto/x509/x_exten.o crypto/x509/x_exten.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x_name.d.tmp -MT crypto/x509/x_name.o -c -o crypto/x509/x_name.o crypto/x509/x_name.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x_pubkey.d.tmp -MT crypto/x509/x_pubkey.o -c -o crypto/x509/x_pubkey.o crypto/x509/x_pubkey.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x_req.d.tmp -MT crypto/x509/x_req.o -c -o crypto/x509/x_req.o crypto/x509/x_req.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x_x509.d.tmp -MT crypto/x509/x_x509.o -c -o crypto/x509/x_x509.o crypto/x509/x_x509.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509/x_x509a.d.tmp -MT crypto/x509/x_x509a.o -c -o crypto/x509/x_x509a.o crypto/x509/x_x509a.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/pcy_cache.d.tmp -MT crypto/x509v3/pcy_cache.o -c -o crypto/x509v3/pcy_cache.o crypto/x509v3/pcy_cache.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/pcy_data.d.tmp -MT crypto/x509v3/pcy_data.o -c -o crypto/x509v3/pcy_data.o crypto/x509v3/pcy_data.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/pcy_lib.d.tmp -MT crypto/x509v3/pcy_lib.o -c -o crypto/x509v3/pcy_lib.o crypto/x509v3/pcy_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/pcy_map.d.tmp -MT crypto/x509v3/pcy_map.o -c -o crypto/x509v3/pcy_map.o crypto/x509v3/pcy_map.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/pcy_node.d.tmp -MT crypto/x509v3/pcy_node.o -c -o crypto/x509v3/pcy_node.o crypto/x509v3/pcy_node.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/pcy_tree.d.tmp -MT crypto/x509v3/pcy_tree.o -c -o crypto/x509v3/pcy_tree.o crypto/x509v3/pcy_tree.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_addr.d.tmp -MT crypto/x509v3/v3_addr.o -c -o crypto/x509v3/v3_addr.o crypto/x509v3/v3_addr.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_admis.d.tmp -MT crypto/x509v3/v3_admis.o -c -o crypto/x509v3/v3_admis.o crypto/x509v3/v3_admis.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_akey.d.tmp -MT crypto/x509v3/v3_akey.o -c -o crypto/x509v3/v3_akey.o crypto/x509v3/v3_akey.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_akeya.d.tmp -MT crypto/x509v3/v3_akeya.o -c -o crypto/x509v3/v3_akeya.o crypto/x509v3/v3_akeya.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_alt.d.tmp -MT crypto/x509v3/v3_alt.o -c -o crypto/x509v3/v3_alt.o crypto/x509v3/v3_alt.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_asid.d.tmp -MT crypto/x509v3/v3_asid.o -c -o crypto/x509v3/v3_asid.o crypto/x509v3/v3_asid.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_bcons.d.tmp -MT crypto/x509v3/v3_bcons.o -c -o crypto/x509v3/v3_bcons.o crypto/x509v3/v3_bcons.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_bitst.d.tmp -MT crypto/x509v3/v3_bitst.o -c -o crypto/x509v3/v3_bitst.o crypto/x509v3/v3_bitst.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_conf.d.tmp -MT crypto/x509v3/v3_conf.o -c -o crypto/x509v3/v3_conf.o crypto/x509v3/v3_conf.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_cpols.d.tmp -MT crypto/x509v3/v3_cpols.o -c -o crypto/x509v3/v3_cpols.o crypto/x509v3/v3_cpols.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_crld.d.tmp -MT crypto/x509v3/v3_crld.o -c -o crypto/x509v3/v3_crld.o crypto/x509v3/v3_crld.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_enum.d.tmp -MT crypto/x509v3/v3_enum.o -c -o crypto/x509v3/v3_enum.o crypto/x509v3/v3_enum.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_extku.d.tmp -MT crypto/x509v3/v3_extku.o -c -o crypto/x509v3/v3_extku.o crypto/x509v3/v3_extku.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_genn.d.tmp -MT crypto/x509v3/v3_genn.o -c -o crypto/x509v3/v3_genn.o crypto/x509v3/v3_genn.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_ia5.d.tmp -MT crypto/x509v3/v3_ia5.o -c -o crypto/x509v3/v3_ia5.o crypto/x509v3/v3_ia5.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_info.d.tmp -MT crypto/x509v3/v3_info.o -c -o crypto/x509v3/v3_info.o crypto/x509v3/v3_info.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_int.d.tmp -MT crypto/x509v3/v3_int.o -c -o crypto/x509v3/v3_int.o crypto/x509v3/v3_int.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_lib.d.tmp -MT crypto/x509v3/v3_lib.o -c -o crypto/x509v3/v3_lib.o crypto/x509v3/v3_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_ncons.d.tmp -MT crypto/x509v3/v3_ncons.o -c -o crypto/x509v3/v3_ncons.o crypto/x509v3/v3_ncons.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_pci.d.tmp -MT crypto/x509v3/v3_pci.o -c -o crypto/x509v3/v3_pci.o crypto/x509v3/v3_pci.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_pcia.d.tmp -MT crypto/x509v3/v3_pcia.o -c -o crypto/x509v3/v3_pcia.o crypto/x509v3/v3_pcia.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_pcons.d.tmp -MT crypto/x509v3/v3_pcons.o -c -o crypto/x509v3/v3_pcons.o crypto/x509v3/v3_pcons.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_pku.d.tmp -MT crypto/x509v3/v3_pku.o -c -o crypto/x509v3/v3_pku.o crypto/x509v3/v3_pku.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_pmaps.d.tmp -MT crypto/x509v3/v3_pmaps.o -c -o crypto/x509v3/v3_pmaps.o crypto/x509v3/v3_pmaps.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_prn.d.tmp -MT crypto/x509v3/v3_prn.o -c -o crypto/x509v3/v3_prn.o crypto/x509v3/v3_prn.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_purp.d.tmp -MT crypto/x509v3/v3_purp.o -c -o crypto/x509v3/v3_purp.o crypto/x509v3/v3_purp.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_skey.d.tmp -MT crypto/x509v3/v3_skey.o -c -o crypto/x509v3/v3_skey.o crypto/x509v3/v3_skey.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_sxnet.d.tmp -MT crypto/x509v3/v3_sxnet.o -c -o crypto/x509v3/v3_sxnet.o crypto/x509v3/v3_sxnet.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_tlsf.d.tmp -MT crypto/x509v3/v3_tlsf.o -c -o crypto/x509v3/v3_tlsf.o crypto/x509v3/v3_tlsf.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3_utl.d.tmp -MT crypto/x509v3/v3_utl.o -c -o crypto/x509v3/v3_utl.o crypto/x509v3/v3_utl.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/x509v3/v3err.d.tmp -MT crypto/x509v3/v3err.o -c -o crypto/x509v3/v3err.o crypto/x509v3/v3err.c CC="i686-w64-mingw32-gcc" /usr/bin/perl crypto/x86cpuid.pl coff -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG crypto/x86cpuid.s i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ms/uplink.d.tmp -MT ms/uplink.o -c -o ms/uplink.o ms/uplink.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/bio_ssl.d.tmp -MT ssl/bio_ssl.o -c -o ssl/bio_ssl.o ssl/bio_ssl.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/d1_lib.d.tmp -MT ssl/d1_lib.o -c -o ssl/d1_lib.o ssl/d1_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/d1_msg.d.tmp -MT ssl/d1_msg.o -c -o ssl/d1_msg.o ssl/d1_msg.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/d1_srtp.d.tmp -MT ssl/d1_srtp.o -c -o ssl/d1_srtp.o ssl/d1_srtp.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/methods.d.tmp -MT ssl/methods.o -c -o ssl/methods.o ssl/methods.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/packet.d.tmp -MT ssl/packet.o -c -o ssl/packet.o ssl/packet.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/pqueue.d.tmp -MT ssl/pqueue.o -c -o ssl/pqueue.o ssl/pqueue.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/record/dtls1_bitmap.d.tmp -MT ssl/record/dtls1_bitmap.o -c -o ssl/record/dtls1_bitmap.o ssl/record/dtls1_bitmap.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/record/rec_layer_d1.d.tmp -MT ssl/record/rec_layer_d1.o -c -o ssl/record/rec_layer_d1.o ssl/record/rec_layer_d1.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/record/rec_layer_s3.d.tmp -MT ssl/record/rec_layer_s3.o -c -o ssl/record/rec_layer_s3.o ssl/record/rec_layer_s3.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/record/ssl3_buffer.d.tmp -MT ssl/record/ssl3_buffer.o -c -o ssl/record/ssl3_buffer.o ssl/record/ssl3_buffer.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/record/ssl3_record.d.tmp -MT ssl/record/ssl3_record.o -c -o ssl/record/ssl3_record.o ssl/record/ssl3_record.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/record/ssl3_record_tls13.d.tmp -MT ssl/record/ssl3_record_tls13.o -c -o ssl/record/ssl3_record_tls13.o ssl/record/ssl3_record_tls13.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/s3_cbc.d.tmp -MT ssl/s3_cbc.o -c -o ssl/s3_cbc.o ssl/s3_cbc.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/s3_enc.d.tmp -MT ssl/s3_enc.o -c -o ssl/s3_enc.o ssl/s3_enc.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/s3_lib.d.tmp -MT ssl/s3_lib.o -c -o ssl/s3_lib.o ssl/s3_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/s3_msg.d.tmp -MT ssl/s3_msg.o -c -o ssl/s3_msg.o ssl/s3_msg.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_asn1.d.tmp -MT ssl/ssl_asn1.o -c -o ssl/ssl_asn1.o ssl/ssl_asn1.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_cert.d.tmp -MT ssl/ssl_cert.o -c -o ssl/ssl_cert.o ssl/ssl_cert.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_ciph.d.tmp -MT ssl/ssl_ciph.o -c -o ssl/ssl_ciph.o ssl/ssl_ciph.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_conf.d.tmp -MT ssl/ssl_conf.o -c -o ssl/ssl_conf.o ssl/ssl_conf.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_err.d.tmp -MT ssl/ssl_err.o -c -o ssl/ssl_err.o ssl/ssl_err.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_init.d.tmp -MT ssl/ssl_init.o -c -o ssl/ssl_init.o ssl/ssl_init.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_lib.d.tmp -MT ssl/ssl_lib.o -c -o ssl/ssl_lib.o ssl/ssl_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_mcnf.d.tmp -MT ssl/ssl_mcnf.o -c -o ssl/ssl_mcnf.o ssl/ssl_mcnf.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_rsa.d.tmp -MT ssl/ssl_rsa.o -c -o ssl/ssl_rsa.o ssl/ssl_rsa.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_sess.d.tmp -MT ssl/ssl_sess.o -c -o ssl/ssl_sess.o ssl/ssl_sess.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_stat.d.tmp -MT ssl/ssl_stat.o -c -o ssl/ssl_stat.o ssl/ssl_stat.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_txt.d.tmp -MT ssl/ssl_txt.o -c -o ssl/ssl_txt.o ssl/ssl_txt.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/ssl_utst.d.tmp -MT ssl/ssl_utst.o -c -o ssl/ssl_utst.o ssl/ssl_utst.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/statem/extensions.d.tmp -MT ssl/statem/extensions.o -c -o ssl/statem/extensions.o ssl/statem/extensions.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/statem/extensions_clnt.d.tmp -MT ssl/statem/extensions_clnt.o -c -o ssl/statem/extensions_clnt.o ssl/statem/extensions_clnt.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/statem/extensions_cust.d.tmp -MT ssl/statem/extensions_cust.o -c -o ssl/statem/extensions_cust.o ssl/statem/extensions_cust.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/statem/extensions_srvr.d.tmp -MT ssl/statem/extensions_srvr.o -c -o ssl/statem/extensions_srvr.o ssl/statem/extensions_srvr.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/statem/statem.d.tmp -MT ssl/statem/statem.o -c -o ssl/statem/statem.o ssl/statem/statem.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/statem/statem_clnt.d.tmp -MT ssl/statem/statem_clnt.o -c -o ssl/statem/statem_clnt.o ssl/statem/statem_clnt.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/statem/statem_dtls.d.tmp -MT ssl/statem/statem_dtls.o -c -o ssl/statem/statem_dtls.o ssl/statem/statem_dtls.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/statem/statem_lib.d.tmp -MT ssl/statem/statem_lib.o -c -o ssl/statem/statem_lib.o ssl/statem/statem_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/statem/statem_srvr.d.tmp -MT ssl/statem/statem_srvr.o -c -o ssl/statem/statem_srvr.o ssl/statem/statem_srvr.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/t1_enc.d.tmp -MT ssl/t1_enc.o -c -o ssl/t1_enc.o ssl/t1_enc.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/t1_lib.d.tmp -MT ssl/t1_lib.o -c -o ssl/t1_lib.o ssl/t1_lib.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/t1_trce.d.tmp -MT ssl/t1_trce.o -c -o ssl/t1_trce.o ssl/t1_trce.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/tls13_enc.d.tmp -MT ssl/tls13_enc.o -c -o ssl/tls13_enc.o ssl/tls13_enc.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ssl/tls_srp.d.tmp -MT ssl/tls_srp.o -c -o ssl/tls_srp.o ssl/tls_srp.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/basic_output.d.tmp -MT test/testutil/basic_output.o -c -o test/testutil/basic_output.o test/testutil/basic_output.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/cb.d.tmp -MT test/testutil/cb.o -c -o test/testutil/cb.o test/testutil/cb.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/driver.d.tmp -MT test/testutil/driver.o -c -o test/testutil/driver.o test/testutil/driver.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/format_output.d.tmp -MT test/testutil/format_output.o -c -o test/testutil/format_output.o test/testutil/format_output.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/main.d.tmp -MT test/testutil/main.o -c -o test/testutil/main.o test/testutil/main.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/output_helpers.d.tmp -MT test/testutil/output_helpers.o -c -o test/testutil/output_helpers.o test/testutil/output_helpers.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/random.d.tmp -MT test/testutil/random.o -c -o test/testutil/random.o test/testutil/random.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/stanza.d.tmp -MT test/testutil/stanza.o -c -o test/testutil/stanza.o test/testutil/stanza.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/tap_bio.d.tmp -MT test/testutil/tap_bio.o -c -o test/testutil/tap_bio.o test/testutil/tap_bio.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/test_cleanup.d.tmp -MT test/testutil/test_cleanup.o -c -o test/testutil/test_cleanup.o test/testutil/test_cleanup.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/testutil/tests.d.tmp -MT test/testutil/tests.o -c -o test/testutil/tests.o test/testutil/tests.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/dllmain.d.tmp -MT crypto/dllmain.o -c -o crypto/dllmain.o crypto/dllmain.c /usr/bin/perl util/mkrc.pl libcrypto > libcrypto.rc 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") | ^~~~~~~~~~~~~~~~~~ /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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DPADLOCK_ASM -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF engines/e_capi.d.tmp -MT engines/e_capi.o -c -o engines/e_capi.o engines/e_capi.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DPADLOCK_ASM -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF engines/e_dasync.d.tmp -MT engines/e_dasync.o -c -o engines/e_dasync.o engines/e_dasync.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DPADLOCK_ASM -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF engines/e_ossltest.d.tmp -MT engines/e_ossltest.o -c -o engines/e_ossltest.o engines/e_ossltest.c CC="i686-w64-mingw32-gcc" /usr/bin/perl engines/asm/e_padlock-x86.pl coff -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG engines/e_padlock-x86.s i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DPADLOCK_ASM -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 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; | ^~~~ 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; | ^~~~~~~~~~~~ i686-w64-mingw32-gcc -I. -Iapps -Iinclude -Icrypto/ec -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF ms/applink.d.tmp -MT ms/applink.o -c -o ms/applink.o ms/applink.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF fuzz/asn1.d.tmp -MT fuzz/asn1.o -c -o fuzz/asn1.o fuzz/asn1.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF fuzz/test-corpus.d.tmp -MT fuzz/test-corpus.o -c -o fuzz/test-corpus.o fuzz/test-corpus.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF fuzz/asn1parse.d.tmp -MT fuzz/asn1parse.o -c -o fuzz/asn1parse.o fuzz/asn1parse.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF fuzz/bignum.d.tmp -MT fuzz/bignum.o -c -o fuzz/bignum.o fuzz/bignum.c fuzz/test-corpus.c:26: warning: "PATH_MAX" redefined 26 | # define PATH_MAX _MAX_PATH | In file included from /usr/lib/gcc/i686-w64-mingw32/10-win32/include-fixed/limits.h:195, from /usr/lib/gcc/i686-w64-mingw32/10-win32/include-fixed/syslimits.h:7, from /usr/lib/gcc/i686-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 | i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF fuzz/bndiv.d.tmp -MT fuzz/bndiv.o -c -o fuzz/bndiv.o fuzz/bndiv.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF fuzz/client.d.tmp -MT fuzz/client.o -c -o fuzz/client.o fuzz/client.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF fuzz/cms.d.tmp -MT fuzz/cms.o -c -o fuzz/cms.o fuzz/cms.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF fuzz/conf.d.tmp -MT fuzz/conf.o -c -o fuzz/conf.o fuzz/conf.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF fuzz/crl.d.tmp -MT fuzz/crl.o -c -o fuzz/crl.o fuzz/crl.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF fuzz/ct.d.tmp -MT fuzz/ct.o -c -o fuzz/ct.o fuzz/ct.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF fuzz/server.d.tmp -MT fuzz/server.o -c -o fuzz/server.o fuzz/server.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF fuzz/x509.d.tmp -MT fuzz/x509.o -c -o fuzz/x509.o fuzz/x509.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/aborttest.d.tmp -MT test/aborttest.o -c -o test/aborttest.o test/aborttest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/afalgtest.d.tmp -MT test/afalgtest.o -c -o test/afalgtest.o test/afalgtest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/asynciotest.d.tmp -MT test/asynciotest.o -c -o test/asynciotest.o test/asynciotest.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/ssltestlib.d.tmp -MT test/ssltestlib.o -c -o test/ssltestlib.o test/ssltestlib.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: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: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: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", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/asynctest.d.tmp -MT test/asynctest.o -c -o test/asynctest.o test/asynctest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/bftest.d.tmp -MT test/bftest.o -c -o test/bftest.o test/bftest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/bioprinttest.d.tmp -MT test/bioprinttest.o -c -o test/bioprinttest.o test/bioprinttest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 /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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/casttest.d.tmp -MT test/casttest.o -c -o test/casttest.o test/casttest.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/cipherbytes_test.d.tmp -MT test/cipherbytes_test.o -c -o test/cipherbytes_test.o test/cipherbytes_test.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/cipherlist_test.d.tmp -MT test/cipherlist_test.o -c -o test/cipherlist_test.o test/cipherlist_test.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/ciphername_test.d.tmp -MT test/ciphername_test.o -c -o test/ciphername_test.o test/ciphername_test.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/clienthellotest.d.tmp -MT test/clienthellotest.o -c -o test/clienthellotest.o test/clienthellotest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/cmsapitest.d.tmp -MT test/cmsapitest.o -c -o test/cmsapitest.o test/cmsapitest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/crltest.d.tmp -MT test/crltest.o -c -o test/crltest.o test/crltest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/ct_test.d.tmp -MT test/ct_test.o -c -o test/ct_test.o test/ct_test.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -I. -Iinclude -Icrypto/ec/curve448 -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/d2i_test.d.tmp -MT test/d2i_test.o -c -o test/d2i_test.o test/d2i_test.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/danetest.d.tmp -MT test/danetest.o -c -o test/danetest.o test/danetest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/destest.d.tmp -MT test/destest.o -c -o test/destest.o test/destest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/dhtest.d.tmp -MT test/dhtest.o -c -o test/dhtest.o test/dhtest.c i686-w64-mingw32-gcc -Iinclude -Itest -I. -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -Itest -I. -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/drbgtest.d.tmp -MT test/drbgtest.o -c -o test/drbgtest.o test/drbgtest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/dsatest.d.tmp -MT test/dsatest.o -c -o test/dsatest.o test/dsatest.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/dtlstest.d.tmp -MT test/dtlstest.o -c -o test/dtlstest.o test/dtlstest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/dtlsv1listentest.d.tmp -MT test/dtlsv1listentest.o -c -o test/dtlsv1listentest.o test/dtlsv1listentest.c i686-w64-mingw32-gcc -Iinclude -Icrypto/ec -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/ecdsatest.d.tmp -MT test/ecdsatest.o -c -o test/ecdsatest.o test/ecdsatest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/ecstresstest.d.tmp -MT test/ecstresstest.o -c -o test/ecstresstest.o test/ecstresstest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/ectest.d.tmp -MT test/ectest.o -c -o test/ectest.o test/ectest.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__) | ^~~~~~~~~~~ i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/enginetest.d.tmp -MT test/enginetest.o -c -o test/enginetest.o test/enginetest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/errtest.d.tmp -MT test/errtest.o -c -o test/errtest.o test/errtest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/evp_test.d.tmp -MT test/evp_test.o -c -o test/evp_test.o test/evp_test.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/exdatatest.d.tmp -MT test/exdatatest.o -c -o test/exdatatest.o test/exdatatest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/exptest.d.tmp -MT test/exptest.o -c -o test/exptest.o test/exptest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/fatalerrtest.d.tmp -MT test/fatalerrtest.o -c -o test/fatalerrtest.o test/fatalerrtest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/gmdifftest.d.tmp -MT test/gmdifftest.o -c -o test/gmdifftest.o test/gmdifftest.c i686-w64-mingw32-gcc -Iinclude -I. -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/gosttest.d.tmp -MT test/gosttest.o -c -o test/gosttest.o test/gosttest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/hmactest.d.tmp -MT test/hmactest.o -c -o test/hmactest.o test/hmactest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/ideatest.d.tmp -MT test/ideatest.o -c -o test/ideatest.o test/ideatest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/igetest.d.tmp -MT test/igetest.o -c -o test/igetest.o test/igetest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/lhash_test.d.tmp -MT test/lhash_test.o -c -o test/lhash_test.o test/lhash_test.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/md2test.d.tmp -MT test/md2test.o -c -o test/md2test.o test/md2test.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/mdc2test.d.tmp -MT test/mdc2test.o -c -o test/mdc2test.o test/mdc2test.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/memleaktest.d.tmp -MT test/memleaktest.o -c -o test/memleaktest.o test/memleaktest.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/ocspapitest.d.tmp -MT test/ocspapitest.o -c -o test/ocspapitest.o test/ocspapitest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/packettest.d.tmp -MT test/packettest.o -c -o test/packettest.o test/packettest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/pbelutest.d.tmp -MT test/pbelutest.o -c -o test/pbelutest.o test/pbelutest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/pemtest.d.tmp -MT test/pemtest.o -c -o test/pemtest.o test/pemtest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/rc2test.d.tmp -MT test/rc2test.o -c -o test/rc2test.o test/rc2test.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/rc4test.d.tmp -MT test/rc4test.o -c -o test/rc4test.o test/rc4test.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/rc5test.d.tmp -MT test/rc5test.o -c -o test/rc5test.o test/rc5test.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/rdrand_sanitytest.d.tmp -MT test/rdrand_sanitytest.o -c -o test/rdrand_sanitytest.o test/rdrand_sanitytest.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__) | ^~~~~~~~~~~ i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/recordlentest.d.tmp -MT test/recordlentest.o -c -o test/recordlentest.o test/recordlentest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/rsa_complex.d.tmp -MT test/rsa_complex.o -c -o test/rsa_complex.o test/rsa_complex.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/rsa_test.d.tmp -MT test/rsa_test.o -c -o test/rsa_test.o test/rsa_test.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/sanitytest.d.tmp -MT test/sanitytest.o -c -o test/sanitytest.o test/sanitytest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/secmemtest.d.tmp -MT test/secmemtest.o -c -o test/secmemtest.o test/secmemtest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/servername_test.d.tmp -MT test/servername_test.o -c -o test/servername_test.o test/servername_test.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/shlibloadtest.d.tmp -MT test/shlibloadtest.o -c -o test/shlibloadtest.o test/shlibloadtest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/srptest.d.tmp -MT test/srptest.o -c -o test/srptest.o test/srptest.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/handshake_helper.d.tmp -MT test/handshake_helper.o -c -o test/handshake_helper.o test/handshake_helper.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/ssl_test.d.tmp -MT test/ssl_test.o -c -o test/ssl_test.o test/ssl_test.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -I. -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/sslapitest.d.tmp -MT test/sslapitest.o -c -o test/sslapitest.o test/sslapitest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/sslbuffertest.d.tmp -MT test/sslbuffertest.o -c -o test/sslbuffertest.o test/sslbuffertest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/sslcorrupttest.d.tmp -MT test/sslcorrupttest.o -c -o test/sslcorrupttest.o test/sslcorrupttest.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__) | ^~~~~~~~~~~ i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/ssltest_old.d.tmp -MT test/ssltest_old.o -c -o test/ssltest_old.o test/ssltest_old.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/stack_test.d.tmp -MT test/stack_test.o -c -o test/stack_test.o test/stack_test.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/sysdefaulttest.d.tmp -MT test/sysdefaulttest.o -c -o test/sysdefaulttest.o test/sysdefaulttest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/test_test.d.tmp -MT test/test_test.o -c -o test/test_test.o test/test_test.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/threadstest.d.tmp -MT test/threadstest.o -c -o test/threadstest.o test/threadstest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/tls13ccstest.d.tmp -MT test/tls13ccstest.o -c -o test/tls13ccstest.o test/tls13ccstest.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/tls13encryptiontest.d.tmp -MT test/tls13encryptiontest.o -c -o test/tls13encryptiontest.o test/tls13encryptiontest.c i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/tls13secretstest.d.tmp -MT test/tls13secretstest.o -c -o test/tls13secretstest.o test/tls13secretstest.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/uitest.d.tmp -MT test/uitest.o -c -o test/uitest.o test/uitest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/v3ext.d.tmp -MT test/v3ext.o -c -o test/v3ext.o test/v3ext.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/v3nametest.d.tmp -MT test/v3nametest.o -c -o test/v3nametest.o test/v3nametest.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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/versions.d.tmp -MT test/versions.o -c -o test/versions.o test/versions.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/wpackettest.d.tmp -MT test/wpackettest.o -c -o test/wpackettest.o test/wpackettest.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -I. -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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" chmod a+x apps/CA.pl /usr/bin/perl "-I." -Mconfigdata "util/dofile.pl" \ "-oMakefile" util/shlib_wrap.sh.in > "util/shlib_wrap.sh" chmod a+x apps/tsget.pl i686-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 i686-w64-mingw32-gcc -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -c -o crypto/aes/aesni-x86.o crypto/aes/aesni-x86.s i686-w64-mingw32-ar: creating apps/libapps.a chmod a+x tools/c_rehash i686-w64-mingw32-gcc -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -c -o crypto/aes/vpaes-x86.o crypto/aes/vpaes-x86.s i686-w64-mingw32-ranlib apps/libapps.a || echo Never mind. i686-w64-mingw32-gcc -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -c -o crypto/bn/bn-586.o crypto/bn/bn-586.s i686-w64-mingw32-gcc -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -c -o crypto/bn/co-586.o crypto/bn/co-586.s i686-w64-mingw32-gcc -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -c -o crypto/bn/x86-gf2m.o crypto/bn/x86-gf2m.s i686-w64-mingw32-gcc -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -c -o crypto/bn/x86-mont.o crypto/bn/x86-mont.s i686-w64-mingw32-gcc -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -c -o crypto/chacha/chacha-x86.o crypto/chacha/chacha-x86.s chmod a+x util/shlib_wrap.sh i686-w64-mingw32-gcc -I. -Iinclude -Icrypto -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF crypto/cversion.d.tmp -MT crypto/cversion.o -c -o crypto/cversion.o crypto/cversion.c i686-w64-mingw32-gcc -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -c -o crypto/ec/ecp_nistz256-x86.o crypto/ec/ecp_nistz256-x86.s i686-w64-mingw32-gcc -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -c -o crypto/md5/md5-586.o crypto/md5/md5-586.s i686-w64-mingw32-gcc -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -c -o crypto/modes/ghash-x86.o crypto/modes/ghash-x86.s i686-w64-mingw32-gcc -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -c -o crypto/poly1305/poly1305-x86.o crypto/poly1305/poly1305-x86.s i686-w64-mingw32-gcc -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -c -o crypto/sha/sha1-586.o crypto/sha/sha1-586.s i686-w64-mingw32-gcc -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -c -o crypto/sha/sha256-586.o crypto/sha/sha256-586.s i686-w64-mingw32-gcc -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -c -o crypto/sha/sha512-586.o crypto/sha/sha512-586.s i686-w64-mingw32-gcc -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -c -o crypto/uplink-x86.o crypto/uplink-x86.s i686-w64-mingw32-gcc -m32 -Wall -O3 -fomit-frame-pointer -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DRC4_ASM -DMD5_ASM -DRMD160_ASM -DAESNI_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="\"C:/Program Files (x86)/Common Files/SSL\"" -DENGINESDIR="\"/homedir/wine/drive_c/electroncash/contrib/openssl/dist/lib/engines-1_1\"" -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -c -o crypto/x86cpuid.o crypto/x86cpuid.s i686-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 i686-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 i686-w64-mingw32-ar: creating libssl.a i686-w64-mingw32-windres --target=pe-i386 -o libcrypto.res.o libcrypto.rc i686-w64-mingw32-ar: creating test/libtestutil.a i686-w64-mingw32-ranlib libssl.a || echo Never mind. i686-w64-mingw32-windres --target=pe-i386 -o libssl.res.o libssl.rc i686-w64-mingw32-gcc -m32 -Wall -O3 -fomit-frame-pointer -DPADLOCK_ASM -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -c -o engines/e_padlock-x86.o engines/e_padlock-x86.s i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/asn1pars.d.tmp -MT apps/asn1pars.o -c -o apps/asn1pars.o apps/asn1pars.c i686-w64-mingw32-ranlib test/libtestutil.a || echo Never mind. i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/ca.d.tmp -MT apps/ca.o -c -o apps/ca.o apps/ca.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/ciphers.d.tmp -MT apps/ciphers.o -c -o apps/ciphers.o apps/ciphers.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/cms.d.tmp -MT apps/cms.o -c -o apps/cms.o apps/cms.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/crl.d.tmp -MT apps/crl.o -c -o apps/crl.o apps/crl.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/crl2p7.d.tmp -MT apps/crl2p7.o -c -o apps/crl2p7.o apps/crl2p7.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/dgst.d.tmp -MT apps/dgst.o -c -o apps/dgst.o apps/dgst.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/dhparam.d.tmp -MT apps/dhparam.o -c -o apps/dhparam.o apps/dhparam.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/ec.d.tmp -MT apps/ec.o -c -o apps/ec.o apps/ec.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/ecparam.d.tmp -MT apps/ecparam.o -c -o apps/ecparam.o apps/ecparam.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/enc.d.tmp -MT apps/enc.o -c -o apps/enc.o apps/enc.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/engine.d.tmp -MT apps/engine.o -c -o apps/engine.o apps/engine.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/errstr.d.tmp -MT apps/errstr.o -c -o apps/errstr.o apps/errstr.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/genpkey.d.tmp -MT apps/genpkey.o -c -o apps/genpkey.o apps/genpkey.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/genrsa.d.tmp -MT apps/genrsa.o -c -o apps/genrsa.o apps/genrsa.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/nseq.d.tmp -MT apps/nseq.o -c -o apps/nseq.o apps/nseq.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/ocsp.d.tmp -MT apps/ocsp.o -c -o apps/ocsp.o apps/ocsp.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/openssl.d.tmp -MT apps/openssl.o -c -o apps/openssl.o apps/openssl.c i686-w64-mingw32-windres --target=pe-i386 -o apps/openssl.res.o apps/openssl.rc i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/passwd.d.tmp -MT apps/passwd.o -c -o apps/passwd.o apps/passwd.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/pkcs7.d.tmp -MT apps/pkcs7.o -c -o apps/pkcs7.o apps/pkcs7.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/pkcs8.d.tmp -MT apps/pkcs8.o -c -o apps/pkcs8.o apps/pkcs8.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/pkey.d.tmp -MT apps/pkey.o -c -o apps/pkey.o apps/pkey.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/pkeyparam.d.tmp -MT apps/pkeyparam.o -c -o apps/pkeyparam.o apps/pkeyparam.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/pkeyutl.d.tmp -MT apps/pkeyutl.o -c -o apps/pkeyutl.o apps/pkeyutl.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/prime.d.tmp -MT apps/prime.o -c -o apps/prime.o apps/prime.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/rand.d.tmp -MT apps/rand.o -c -o apps/rand.o apps/rand.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/rehash.d.tmp -MT apps/rehash.o -c -o apps/rehash.o apps/rehash.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/req.d.tmp -MT apps/req.o -c -o apps/req.o apps/req.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/rsa.d.tmp -MT apps/rsa.o -c -o apps/rsa.o apps/rsa.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/rsautl.d.tmp -MT apps/rsautl.o -c -o apps/rsautl.o apps/rsautl.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/s_client.d.tmp -MT apps/s_client.o -c -o apps/s_client.o apps/s_client.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/s_server.d.tmp -MT apps/s_server.o -c -o apps/s_server.o apps/s_server.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/s_time.d.tmp -MT apps/s_time.o -c -o apps/s_time.o apps/s_time.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/sess_id.d.tmp -MT apps/sess_id.o -c -o apps/sess_id.o apps/sess_id.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/smime.d.tmp -MT apps/smime.o -c -o apps/smime.o apps/smime.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/speed.d.tmp -MT apps/speed.o -c -o apps/speed.o apps/speed.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/spkac.d.tmp -MT apps/spkac.o -c -o apps/spkac.o apps/spkac.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/srp.d.tmp -MT apps/srp.o -c -o apps/srp.o apps/srp.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/storeutl.d.tmp -MT apps/storeutl.o -c -o apps/storeutl.o apps/storeutl.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/ts.d.tmp -MT apps/ts.o -c -o apps/ts.o apps/ts.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/verify.d.tmp -MT apps/verify.o -c -o apps/verify.o apps/verify.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/version.d.tmp -MT apps/version.o -c -o apps/version.o apps/version.c i686-w64-mingw32-gcc -I. -Iinclude -Iapps -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF apps/x509.d.tmp -MT apps/x509.o -c -o apps/x509.o apps/x509.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_aes.d.tmp -MT test/buildtest_aes.o -c -o test/buildtest_aes.o test/buildtest_aes.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_asn1.d.tmp -MT test/buildtest_asn1.o -c -o test/buildtest_asn1.o test/buildtest_asn1.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_asn1t.d.tmp -MT test/buildtest_asn1t.o -c -o test/buildtest_asn1t.o test/buildtest_asn1t.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_async.d.tmp -MT test/buildtest_async.o -c -o test/buildtest_async.o test/buildtest_async.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_bio.d.tmp -MT test/buildtest_bio.o -c -o test/buildtest_bio.o test/buildtest_bio.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_blowfish.d.tmp -MT test/buildtest_blowfish.o -c -o test/buildtest_blowfish.o test/buildtest_blowfish.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_bn.d.tmp -MT test/buildtest_bn.o -c -o test/buildtest_bn.o test/buildtest_bn.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_buffer.d.tmp -MT test/buildtest_buffer.o -c -o test/buildtest_buffer.o test/buildtest_buffer.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_cms.d.tmp -MT test/buildtest_cms.o -c -o test/buildtest_cms.o test/buildtest_cms.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_comp.d.tmp -MT test/buildtest_comp.o -c -o test/buildtest_comp.o test/buildtest_comp.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_conf.d.tmp -MT test/buildtest_conf.o -c -o test/buildtest_conf.o test/buildtest_conf.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_crypto.d.tmp -MT test/buildtest_crypto.o -c -o test/buildtest_crypto.o test/buildtest_crypto.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_ct.d.tmp -MT test/buildtest_ct.o -c -o test/buildtest_ct.o test/buildtest_ct.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_dh.d.tmp -MT test/buildtest_dh.o -c -o test/buildtest_dh.o test/buildtest_dh.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_dtls1.d.tmp -MT test/buildtest_dtls1.o -c -o test/buildtest_dtls1.o test/buildtest_dtls1.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_ebcdic.d.tmp -MT test/buildtest_ebcdic.o -c -o test/buildtest_ebcdic.o test/buildtest_ebcdic.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_ec.d.tmp -MT test/buildtest_ec.o -c -o test/buildtest_ec.o test/buildtest_ec.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_ecdh.d.tmp -MT test/buildtest_ecdh.o -c -o test/buildtest_ecdh.o test/buildtest_ecdh.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_ecdsa.d.tmp -MT test/buildtest_ecdsa.o -c -o test/buildtest_ecdsa.o test/buildtest_ecdsa.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_engine.d.tmp -MT test/buildtest_engine.o -c -o test/buildtest_engine.o test/buildtest_engine.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_evp.d.tmp -MT test/buildtest_evp.o -c -o test/buildtest_evp.o test/buildtest_evp.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_hmac.d.tmp -MT test/buildtest_hmac.o -c -o test/buildtest_hmac.o test/buildtest_hmac.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_kdf.d.tmp -MT test/buildtest_kdf.o -c -o test/buildtest_kdf.o test/buildtest_kdf.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_lhash.d.tmp -MT test/buildtest_lhash.o -c -o test/buildtest_lhash.o test/buildtest_lhash.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_md5.d.tmp -MT test/buildtest_md5.o -c -o test/buildtest_md5.o test/buildtest_md5.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_modes.d.tmp -MT test/buildtest_modes.o -c -o test/buildtest_modes.o test/buildtest_modes.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_objects.d.tmp -MT test/buildtest_objects.o -c -o test/buildtest_objects.o test/buildtest_objects.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_ocsp.d.tmp -MT test/buildtest_ocsp.o -c -o test/buildtest_ocsp.o test/buildtest_ocsp.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_opensslv.d.tmp -MT test/buildtest_opensslv.o -c -o test/buildtest_opensslv.o test/buildtest_opensslv.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_pem.d.tmp -MT test/buildtest_pem.o -c -o test/buildtest_pem.o test/buildtest_pem.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_pem2.d.tmp -MT test/buildtest_pem2.o -c -o test/buildtest_pem2.o test/buildtest_pem2.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_pkcs12.d.tmp -MT test/buildtest_pkcs12.o -c -o test/buildtest_pkcs12.o test/buildtest_pkcs12.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_pkcs7.d.tmp -MT test/buildtest_pkcs7.o -c -o test/buildtest_pkcs7.o test/buildtest_pkcs7.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_rand.d.tmp -MT test/buildtest_rand.o -c -o test/buildtest_rand.o test/buildtest_rand.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_ripemd.d.tmp -MT test/buildtest_ripemd.o -c -o test/buildtest_ripemd.o test/buildtest_ripemd.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_rsa.d.tmp -MT test/buildtest_rsa.o -c -o test/buildtest_rsa.o test/buildtest_rsa.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_safestack.d.tmp -MT test/buildtest_safestack.o -c -o test/buildtest_safestack.o test/buildtest_safestack.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_sha.d.tmp -MT test/buildtest_sha.o -c -o test/buildtest_sha.o test/buildtest_sha.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_srp.d.tmp -MT test/buildtest_srp.o -c -o test/buildtest_srp.o test/buildtest_srp.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_srtp.d.tmp -MT test/buildtest_srtp.o -c -o test/buildtest_srtp.o test/buildtest_srtp.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_ssl.d.tmp -MT test/buildtest_ssl.o -c -o test/buildtest_ssl.o test/buildtest_ssl.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_ssl2.d.tmp -MT test/buildtest_ssl2.o -c -o test/buildtest_ssl2.o test/buildtest_ssl2.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_stack.d.tmp -MT test/buildtest_stack.o -c -o test/buildtest_stack.o test/buildtest_stack.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_store.d.tmp -MT test/buildtest_store.o -c -o test/buildtest_store.o test/buildtest_store.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_symhacks.d.tmp -MT test/buildtest_symhacks.o -c -o test/buildtest_symhacks.o test/buildtest_symhacks.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_tls1.d.tmp -MT test/buildtest_tls1.o -c -o test/buildtest_tls1.o test/buildtest_tls1.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_ts.d.tmp -MT test/buildtest_ts.o -c -o test/buildtest_ts.o test/buildtest_ts.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_ui.d.tmp -MT test/buildtest_ui.o -c -o test/buildtest_ui.o test/buildtest_ui.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_whrlpool.d.tmp -MT test/buildtest_whrlpool.o -c -o test/buildtest_whrlpool.o test/buildtest_whrlpool.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -DNDEBUG -MMD -MF test/buildtest_x509.d.tmp -MT test/buildtest_x509.o -c -o test/buildtest_x509.o test/buildtest_x509.c i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 i686-w64-mingw32-gcc -Iinclude -m32 -Wall -O3 -fomit-frame-pointer -DUNICODE -D_UNICODE -DWIN32_LEAN_AND_MEAN -D_MT -DOPENSSL_USE_APPLINK -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 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/rsa_complex.exe test/rsa_complex.o \ -lws2_32 -lgdi32 -lcrypt32 rm -f test/shlibloadtest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/shlibloadtest.exe test/shlibloadtest.o \ -lws2_32 -lgdi32 -lcrypt32 i686-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-x86.o crypto/aes/vpaes-x86.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/bn-586.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/co-586.o crypto/bn/x86-gf2m.o crypto/bn/x86-mont.o crypto/buffer/buf_err.o crypto/buffer/buffer.o crypto/chacha/chacha-x86.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.o crypto/ec/ecp_nistz256.o crypto/ec/ecp_oct.o crypto/ec/ecp_smpl.o crypto/ec/ecx_meth.o crypto/engine/eng_all.o crypto/engine/eng_cnf.o crypto/engine/eng_ctrl.o crypto/engine/eng_dyn.o crypto/engine/eng_err.o crypto/engine/eng_fat.o crypto/engine/eng_init.o crypto/engine/eng_lib.o crypto/engine/eng_list.o crypto/engine/eng_openssl.o crypto/engine/eng_pkey.o crypto/engine/eng_rdrand.o crypto/engine/eng_table.o crypto/engine/tb_asnmth.o crypto/engine/tb_cipher.o crypto/engine/tb_dh.o crypto/engine/tb_digest.o crypto/engine/tb_dsa.o crypto/engine/tb_eckey.o crypto/engine/tb_pkmeth.o crypto/engine/tb_rand.o crypto/engine/tb_rsa.o crypto/err/err.o crypto/err/err_all.o crypto/err/err_prn.o crypto/evp/bio_b64.o crypto/evp/bio_enc.o crypto/evp/bio_md.o crypto/evp/bio_ok.o crypto/evp/c_allc.o crypto/evp/c_alld.o crypto/evp/cmeth_lib.o crypto/evp/digest.o crypto/evp/e_aes.o crypto/evp/e_aes_cbc_hmac_sha1.o crypto/evp/e_aes_cbc_hmac_sha256.o crypto/evp/e_aria.o crypto/evp/e_bf.o crypto/evp/e_camellia.o crypto/evp/e_cast.o crypto/evp/e_chacha20_poly1305.o crypto/evp/e_des.o crypto/evp/e_des3.o crypto/evp/e_idea.o crypto/evp/e_null.o crypto/evp/e_old.o crypto/evp/e_rc2.o crypto/evp/e_rc4.o crypto/evp/e_rc4_hmac_md5.o crypto/evp/e_rc5.o crypto/evp/e_seed.o crypto/evp/e_sm4.o crypto/evp/e_xcbc_d.o crypto/evp/encode.o crypto/evp/evp_cnf.o crypto/evp/evp_enc.o crypto/evp/evp_err.o crypto/evp/evp_key.o crypto/evp/evp_lib.o crypto/evp/evp_pbe.o crypto/evp/evp_pkey.o crypto/evp/m_md2.o crypto/evp/m_md4.o crypto/evp/m_md5.o crypto/evp/m_md5_sha1.o crypto/evp/m_mdc2.o crypto/evp/m_null.o crypto/evp/m_ripemd.o crypto/evp/m_sha1.o crypto/evp/m_sha3.o crypto/evp/m_sigver.o crypto/evp/m_wp.o crypto/evp/names.o crypto/evp/p5_crpt.o crypto/evp/p5_crpt2.o crypto/evp/p_dec.o crypto/evp/p_enc.o crypto/evp/p_lib.o crypto/evp/p_open.o crypto/evp/p_seal.o crypto/evp/p_sign.o crypto/evp/p_verify.o crypto/evp/pbe_scrypt.o crypto/evp/pmeth_fn.o crypto/evp/pmeth_gn.o crypto/evp/pmeth_lib.o crypto/ex_data.o crypto/getenv.o crypto/hmac/hm_ameth.o crypto/hmac/hm_pmeth.o crypto/hmac/hmac.o crypto/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-586.o crypto/md5/md5_dgst.o crypto/md5/md5_one.o crypto/mem.o crypto/mem_dbg.o crypto/mem_sec.o crypto/modes/cbc128.o crypto/modes/ccm128.o crypto/modes/cfb128.o crypto/modes/ctr128.o crypto/modes/cts128.o crypto/modes/gcm128.o crypto/modes/ghash-x86.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.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.o crypto/sha/sha1-586.o crypto/sha/sha1_one.o crypto/sha/sha1dgst.o crypto/sha/sha256-586.o crypto/sha/sha256.o crypto/sha/sha512-586.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/uplink-x86.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/x86cpuid.o ms/uplink.o i686-w64-mingw32-ar: creating libcrypto.a i686-w64-mingw32-gcc -m32 -Wall -O3 -fomit-frame-pointer -L. -static-libgcc -shared -Wl,--enable-auto-image-base -Wl,--out-implib=libcrypto.dll.a \ -o libcrypto-1_1.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-x86.o crypto/aes/vpaes-x86.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/bn-586.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/co-586.o crypto/bn/x86-gf2m.o crypto/bn/x86-mont.o crypto/buffer/buf_err.o crypto/buffer/buffer.o crypto/chacha/chacha-x86.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.o crypto/ec/ecp_nistz256.o crypto/ec/ecp_oct.o crypto/ec/ecp_smpl.o crypto/ec/ecx_meth.o crypto/engine/eng_all.o crypto/engine/eng_cnf.o crypto/engine/eng_ctrl.o crypto/engine/eng_dyn.o crypto/engine/eng_err.o crypto/engine/eng_fat.o crypto/engine/eng_init.o crypto/engine/eng_lib.o crypto/engine/eng_list.o crypto/engine/eng_openssl.o crypto/engine/eng_pkey.o crypto/engine/eng_rdrand.o crypto/engine/eng_table.o crypto/engine/tb_asnmth.o crypto/engine/tb_cipher.o crypto/engine/tb_dh.o crypto/engine/tb_digest.o crypto/engine/tb_dsa.o crypto/engine/tb_eckey.o crypto/engine/tb_pkmeth.o crypto/engine/tb_rand.o crypto/engine/tb_rsa.o crypto/err/err.o crypto/err/err_all.o crypto/err/err_prn.o crypto/evp/bio_b64.o crypto/evp/bio_enc.o crypto/evp/bio_md.o crypto/evp/bio_ok.o crypto/evp/c_allc.o crypto/evp/c_alld.o crypto/evp/cmeth_lib.o crypto/evp/digest.o crypto/evp/e_aes.o crypto/evp/e_aes_cbc_hmac_sha1.o crypto/evp/e_aes_cbc_hmac_sha256.o crypto/evp/e_aria.o crypto/evp/e_bf.o crypto/evp/e_camellia.o crypto/evp/e_cast.o crypto/evp/e_chacha20_poly1305.o crypto/evp/e_des.o crypto/evp/e_des3.o crypto/evp/e_idea.o crypto/evp/e_null.o crypto/evp/e_old.o crypto/evp/e_rc2.o crypto/evp/e_rc4.o crypto/evp/e_rc4_hmac_md5.o crypto/evp/e_rc5.o crypto/evp/e_seed.o crypto/evp/e_sm4.o crypto/evp/e_xcbc_d.o crypto/evp/encode.o crypto/evp/evp_cnf.o crypto/evp/evp_enc.o crypto/evp/evp_err.o crypto/evp/evp_key.o crypto/evp/evp_lib.o crypto/evp/evp_pbe.o crypto/evp/evp_pkey.o crypto/evp/m_md2.o crypto/evp/m_md4.o crypto/evp/m_md5.o crypto/evp/m_md5_sha1.o crypto/evp/m_mdc2.o crypto/evp/m_null.o crypto/evp/m_ripemd.o crypto/evp/m_sha1.o crypto/evp/m_sha3.o crypto/evp/m_sigver.o crypto/evp/m_wp.o crypto/evp/names.o crypto/evp/p5_crpt.o crypto/evp/p5_crpt2.o crypto/evp/p_dec.o crypto/evp/p_enc.o crypto/evp/p_lib.o crypto/evp/p_open.o crypto/evp/p_seal.o crypto/evp/p_sign.o crypto/evp/p_verify.o crypto/evp/pbe_scrypt.o crypto/evp/pmeth_fn.o crypto/evp/pmeth_gn.o crypto/evp/pmeth_lib.o crypto/ex_data.o crypto/getenv.o crypto/hmac/hm_ameth.o crypto/hmac/hm_pmeth.o crypto/hmac/hmac.o crypto/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-586.o crypto/md5/md5_dgst.o crypto/md5/md5_one.o crypto/mem.o crypto/mem_dbg.o crypto/mem_sec.o crypto/modes/cbc128.o crypto/modes/ccm128.o crypto/modes/cfb128.o crypto/modes/ctr128.o crypto/modes/cts128.o crypto/modes/gcm128.o crypto/modes/ghash-x86.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.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.o crypto/sha/sha1-586.o crypto/sha/sha1_one.o crypto/sha/sha1dgst.o crypto/sha/sha256-586.o crypto/sha/sha256.o crypto/sha/sha512-586.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/uplink-x86.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/x86cpuid.o ms/uplink.o \ -lws2_32 -lgdi32 -lcrypt32 i686-w64-mingw32-ranlib libcrypto.a || echo Never mind. rm -f test/asn1_internal_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/asn1_internal_test.exe test/asn1_internal_test.o \ test/libtestutil.a libcrypto.a -lws2_32 -lgdi32 -lcrypt32 rm -f test/chacha_internal_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -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 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/ctype_internal_test.exe test/ctype_internal_test.o \ test/libtestutil.a libcrypto.a -lws2_32 -lgdi32 -lcrypt32 rm -f test/curve448_internal_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/curve448_internal_test.exe test/curve448_internal_test.o \ test/libtestutil.a libcrypto.a -lws2_32 -lgdi32 -lcrypt32 rm -f test/drbgtest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/drbgtest.exe test/drbgtest.o \ test/libtestutil.a libcrypto.a -lws2_32 -lgdi32 -lcrypt32 rm -f test/ec_internal_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/ec_internal_test.exe ms/applink.o test/ec_internal_test.o \ test/libtestutil.a libcrypto.a -lws2_32 -lgdi32 -lcrypt32 rm -f test/modes_internal_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/modes_internal_test.exe test/modes_internal_test.o \ test/libtestutil.a libcrypto.a -lws2_32 -lgdi32 -lcrypt32 rm -f test/poly1305_internal_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/poly1305_internal_test.exe test/poly1305_internal_test.o \ test/libtestutil.a libcrypto.a -lws2_32 -lgdi32 -lcrypt32 rm -f test/rdrand_sanitytest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -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:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/x509_internal_test.exe test/x509_internal_test.o \ test/libtestutil.a libcrypto.a -lws2_32 -lgdi32 -lcrypt32 rm -f apps/libcrypto-1_1'.dll' rm -f test/libcrypto-1_1'.dll' rm -f fuzz/libcrypto-1_1'.dll' cp -p libcrypto-1_1'.dll' apps/ cp -p libcrypto-1_1'.dll' test/ cp -p libcrypto-1_1'.dll' fuzz/ i686-w64-mingw32-gcc -m32 -Wall -O3 -fomit-frame-pointer -L. -static-libgcc -shared -Wl,--enable-auto-image-base -Wl,--out-implib=libssl.dll.a \ -o libssl-1_1.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 i686-w64-mingw32-gcc -m32 -Wall -O3 -fomit-frame-pointer -L. -static-libgcc -shared -Wl,--enable-auto-image-base \ -o engines/capi.dll engines/e_capi.o \ -lcrypto -lws2_32 -lgdi32 -lcrypt32 i686-w64-mingw32-gcc -m32 -Wall -O3 -fomit-frame-pointer -L. -static-libgcc -shared -Wl,--enable-auto-image-base \ -o engines/dasync.dll engines/e_dasync.o \ -lcrypto -lws2_32 -lgdi32 -lcrypt32 i686-w64-mingw32-gcc -m32 -Wall -O3 -fomit-frame-pointer -L. -static-libgcc -shared -Wl,--enable-auto-image-base \ -o engines/ossltest.dll engines/e_ossltest.o \ -lcrypto -lws2_32 -lgdi32 -lcrypt32 i686-w64-mingw32-gcc -m32 -Wall -O3 -fomit-frame-pointer -L. -static-libgcc -shared -Wl,--enable-auto-image-base \ -o engines/padlock.dll engines/e_padlock-x86.o engines/e_padlock.o \ -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f fuzz/asn1parse-test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o fuzz/asn1parse-test.exe fuzz/asn1parse.o fuzz/test-corpus.o \ -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f fuzz/bignum-test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o fuzz/bignum-test.exe fuzz/bignum.o fuzz/test-corpus.o \ -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f fuzz/bndiv-test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o fuzz/bndiv-test.exe fuzz/bndiv.o fuzz/test-corpus.o \ -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f fuzz/cms-test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o fuzz/cms-test.exe fuzz/cms.o fuzz/test-corpus.o \ -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f fuzz/conf-test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -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 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o fuzz/crl-test.exe fuzz/crl.o fuzz/test-corpus.o \ -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o fuzz/ct-test.exe fuzz/ct.o fuzz/test-corpus.o \ -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f fuzz/x509-test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o fuzz/x509-test.exe fuzz/test-corpus.o fuzz/x509.o \ -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/aborttest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/aborttest.exe test/aborttest.o \ -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/afalgtest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/afalgtest.exe test/afalgtest.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/asn1_decode_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/asn1_decode_test.exe test/asn1_decode_test.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/asn1_encode_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/asn1_encode_test.exe test/asn1_encode_test.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f apps/libssl-1_1'.dll' rm -f test/libssl-1_1'.dll' rm -f fuzz/libssl-1_1'.dll' cp -p libssl-1_1'.dll' apps/ cp -p libssl-1_1'.dll' test/ cp -p libssl-1_1'.dll' fuzz/ rm -f test/asn1_string_table_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -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/asn1_time_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/asn1_time_test.exe test/asn1_time_test.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/asynciotest.exe rm -f test/asynctest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -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 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/asynctest.exe test/asynctest.o \ -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/bad_dtls_test.exe test/bad_dtls_test.o \ -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/bftest.exe rm -f test/bio_callback_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/bftest.exe test/bftest.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/bio_callback_test.exe test/bio_callback_test.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/bio_enc_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -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 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/bio_memleak_test.exe test/bio_memleak_test.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/bioprinttest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/bioprinttest.exe test/bioprinttest.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/bntest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/bntest.exe test/bntest.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_aes.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_aes.exe test/buildtest_aes.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_asn1.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_asn1.exe test/buildtest_asn1.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_asn1t.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_asn1t.exe test/buildtest_asn1t.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_async.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_async.exe test/buildtest_async.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_bio.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_bio.exe test/buildtest_bio.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_blowfish.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_blowfish.exe test/buildtest_blowfish.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_bn.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_bn.exe test/buildtest_bn.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_buffer.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_buffer.exe test/buildtest_buffer.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_cms.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_cms.exe test/buildtest_cms.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_comp.exe rm -f test/buildtest_c_conf.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_comp.exe test/buildtest_comp.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_conf.exe test/buildtest_conf.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_conf_api.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_conf_api.exe test/buildtest_conf_api.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_crypto.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -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 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_ct.exe test/buildtest_ct.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_dh.exe test/buildtest_dh.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_dtls1.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -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 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_e_os2.exe test/buildtest_e_os2.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_ebcdic.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_ebcdic.exe test/buildtest_ebcdic.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_ec.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_ec.exe test/buildtest_ec.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_ecdh.exe rm -f test/buildtest_c_ecdsa.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_ecdh.exe test/buildtest_ecdh.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_ecdsa.exe test/buildtest_ecdsa.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_engine.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_engine.exe test/buildtest_engine.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_evp.exe rm -f test/buildtest_c_hmac.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_evp.exe test/buildtest_evp.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_hmac.exe test/buildtest_hmac.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_kdf.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_kdf.exe test/buildtest_kdf.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_lhash.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -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 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_md5.exe test/buildtest_md5.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_modes.exe test/buildtest_modes.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_obj_mac.exe rm -f test/buildtest_c_objects.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_obj_mac.exe test/buildtest_obj_mac.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_objects.exe test/buildtest_objects.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_ocsp.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_ocsp.exe test/buildtest_ocsp.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_opensslv.exe rm -f test/buildtest_c_ossl_typ.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_opensslv.exe test/buildtest_opensslv.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_ossl_typ.exe test/buildtest_ossl_typ.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_pem.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_pem.exe test/buildtest_pem.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_pem2.exe rm -f test/buildtest_c_pkcs12.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_pem2.exe test/buildtest_pem2.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_pkcs12.exe test/buildtest_pkcs12.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_pkcs7.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_pkcs7.exe test/buildtest_pkcs7.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_rand.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_rand.exe test/buildtest_rand.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_rand_drbg.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_rand_drbg.exe test/buildtest_rand_drbg.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_ripemd.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_ripemd.exe test/buildtest_ripemd.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_rsa.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_rsa.exe test/buildtest_rsa.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_safestack.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_safestack.exe test/buildtest_safestack.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_sha.exe rm -f test/buildtest_c_srp.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_sha.exe test/buildtest_sha.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_srp.exe test/buildtest_srp.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_srtp.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_srtp.exe test/buildtest_srtp.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_ssl.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_ssl.exe test/buildtest_ssl.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_ssl2.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_ssl2.exe test/buildtest_ssl2.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_stack.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_stack.exe test/buildtest_stack.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_store.exe rm -f test/buildtest_c_symhacks.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_store.exe test/buildtest_store.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_symhacks.exe test/buildtest_symhacks.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_tls1.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_tls1.exe test/buildtest_tls1.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_ts.exe rm -f test/buildtest_c_txt_db.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_ts.exe test/buildtest_ts.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_txt_db.exe test/buildtest_txt_db.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_ui.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -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:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_whrlpool.exe test/buildtest_whrlpool.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_x509.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_x509.exe test/buildtest_x509.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/buildtest_c_x509_vfy.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -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 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/buildtest_c_x509v3.exe test/buildtest_x509v3.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/casttest.exe rm -f test/cipherbytes_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/casttest.exe test/casttest.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/cipherbytes_test.exe test/cipherbytes_test.o \ -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/cipherlist_test.exe rm -f test/ciphername_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/cipherlist_test.exe test/cipherlist_test.o \ -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/ciphername_test.exe test/ciphername_test.o \ -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/clienthellotest.exe rm -f test/cmsapitest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/clienthellotest.exe test/clienthellotest.o \ -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/cmsapitest.exe test/cmsapitest.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/conf_include_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/conf_include_test.exe test/conf_include_test.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/constant_time_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/constant_time_test.exe test/constant_time_test.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/crltest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/crltest.exe test/crltest.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/ct_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/ct_test.exe test/ct_test.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/d2i_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/d2i_test.exe test/d2i_test.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/danetest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/danetest.exe test/danetest.o \ -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/destest.exe rm -f test/dhtest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/destest.exe test/destest.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/dhtest.exe test/dhtest.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/drbg_cavs_test.exe rm -f test/dsa_no_digest_size_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -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:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/dsa_no_digest_size_test.exe test/dsa_no_digest_size_test.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/dsatest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/dsatest.exe test/dsatest.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/dtls_mtu_test.exe rm -f test/dtlstest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -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:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/dtlstest.exe test/dtlstest.o test/ssltestlib.o \ -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/dtlsv1listentest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/dtlsv1listentest.exe test/dtlsv1listentest.o \ -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/ecdsatest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/ecdsatest.exe test/ecdsatest.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/ecstresstest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/ecstresstest.exe test/ecstresstest.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/ectest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/ectest.exe test/ectest.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/enginetest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/enginetest.exe test/enginetest.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/errtest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/errtest.exe test/errtest.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/evp_extra_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/evp_extra_test.exe test/evp_extra_test.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/evp_test.exe rm -f test/exdatatest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/evp_test.exe test/evp_test.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/exdatatest.exe test/exdatatest.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/exptest.exe rm -f test/fatalerrtest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/exptest.exe test/exptest.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/fatalerrtest.exe test/fatalerrtest.o test/ssltestlib.o \ -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/gmdifftest.exe rm -f test/gosttest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/gosttest.exe test/gosttest.o test/ssltestlib.o \ -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -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 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/hmactest.exe test/hmactest.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/ideatest.exe test/ideatest.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/igetest.exe rm -f test/lhash_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/igetest.exe test/igetest.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/lhash_test.exe test/lhash_test.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/md2test.exe rm -f test/mdc2test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/md2test.exe test/md2test.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/mdc2test.exe test/mdc2test.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/memleaktest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/memleaktest.exe test/memleaktest.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/ocspapitest.exe rm -f test/packettest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/ocspapitest.exe test/ocspapitest.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/packettest.exe test/packettest.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/pbelutest.exe rm -f test/pemtest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/pbelutest.exe test/pbelutest.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/pemtest.exe test/pemtest.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/pkey_meth_kdf_test.exe rm -f test/pkey_meth_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/pkey_meth_kdf_test.exe test/pkey_meth_kdf_test.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/pkey_meth_test.exe test/pkey_meth_test.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/rc2test.exe rm -f test/rc4test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/rc2test.exe test/rc2test.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/rc4test.exe test/rc4test.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/rc5test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/rc5test.exe test/rc5test.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/recordlentest.exe rm -f test/rsa_mp_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/recordlentest.exe test/recordlentest.o test/ssltestlib.o \ -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/rsa_mp_test.exe test/rsa_mp_test.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/rsa_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -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 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/sanitytest.exe test/sanitytest.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/secmemtest.exe test/secmemtest.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/servername_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -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/srptest.exe rm -f test/ssl_cert_table_internal_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/srptest.exe test/srptest.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/ssl_cert_table_internal_test.exe test/ssl_cert_table_internal_test.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/ssl_ctx_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/ssl_ctx_test.exe test/ssl_ctx_test.o \ -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/ssl_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -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 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -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/sslapitest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/sslapitest.exe test/sslapitest.o test/ssltestlib.o \ -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/sslbuffertest.exe rm -f test/sslcorrupttest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/sslbuffertest.exe test/sslbuffertest.o test/ssltestlib.o \ -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/sslcorrupttest.exe test/sslcorrupttest.o test/ssltestlib.o \ -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/ssltest_old.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/ssltest_old.exe test/ssltest_old.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/stack_test.exe rm -f test/sysdefaulttest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/stack_test.exe test/stack_test.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/sysdefaulttest.exe test/sysdefaulttest.o \ -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/test_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/test_test.exe test/test_test.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/threadstest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/threadstest.exe test/threadstest.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/time_offset_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/time_offset_test.exe test/time_offset_test.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/tls13ccstest.exe rm -f test/tls13encryptiontest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/tls13ccstest.exe test/ssltestlib.o test/tls13ccstest.o \ -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/tls13encryptiontest.exe test/tls13encryptiontest.o \ libssl.a test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/tls13secretstest.exe rm -f test/uitest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/tls13secretstest.exe ssl/packet.o ssl/tls13_enc.o test/tls13secretstest.o \ -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/uitest.exe ms/applink.o test/uitest.o \ apps/libapps.a -lssl test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/v3ext.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/v3ext.exe test/v3ext.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/v3nametest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/v3nametest.exe test/v3nametest.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/verify_extra_test.exe rm -f test/versions.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/verify_extra_test.exe test/verify_extra_test.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/versions.exe test/versions.o \ -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/wpackettest.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/wpackettest.exe test/wpackettest.o \ libssl.a test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/x509_check_cert_pkey_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -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 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/x509_dup_cert_test.exe test/x509_dup_cert_test.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f test/x509_time_test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -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:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o test/x509aux.exe test/x509aux.o \ test/libtestutil.a -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f apps/openssl.exe rm -f fuzz/asn1-test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o apps/openssl.exe apps/asn1pars.o apps/ca.o apps/ciphers.o apps/cms.o apps/crl.o apps/crl2p7.o apps/dgst.o apps/dhparam.o apps/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 ms/applink.o \ apps/libapps.a -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o fuzz/asn1-test.exe fuzz/asn1.o fuzz/test-corpus.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 rm -f fuzz/client-test.exe rm -f fuzz/server-test.exe ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o fuzz/client-test.exe fuzz/client.o fuzz/test-corpus.o \ -lssl -lcrypto -lws2_32 -lgdi32 -lcrypt32 ${LDCMD:-i686-w64-mingw32-gcc} -m32 -Wall -O3 -fomit-frame-pointer -L. \ -o fuzz/server-test.exe fuzz/server.o fuzz/test-corpus.o \ -lssl -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.dll -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/bin/libcrypto-1_1.dll install libssl-1_1.dll -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/bin/libssl-1_1.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 ./ms/applink.c -> /homedir/wine/drive_c/electroncash/contrib/openssl/dist/include/openssl/applink.c 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 i686-w64-mingw32-strip... i686-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 i686-w64-mingw32-gcc... i686-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 i686-w64-mingw32-gcc accepts -g... yes checking for i686-w64-mingw32-gcc option to enable C11 features... none needed checking whether i686-w64-mingw32-gcc understands -c and -o together... yes checking dependency style of i686-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... i686-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... i686-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 i686-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 i686-w64-mingw32-gcc... /usr/bin/i686-w64-mingw32-ld checking if the linker (/usr/bin/i686-w64-mingw32-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/i686-w64-mingw32-nm -B checking the name lister (/usr/bin/i686-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 i686-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/i686-w64-mingw32-ld option to reload object files... -r checking for i686-w64-mingw32-objdump... i686-w64-mingw32-objdump checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL checking for i686-w64-mingw32-dlltool... i686-w64-mingw32-dlltool checking how to associate runtime and link libraries... func_cygming_dll_for_implib checking for i686-w64-mingw32-ar... i686-w64-mingw32-ar checking for archiver @FILE support... @ checking for i686-w64-mingw32-strip... (cached) i686-w64-mingw32-strip checking for i686-w64-mingw32-ranlib... i686-w64-mingw32-ranlib checking command to parse /usr/bin/i686-w64-mingw32-nm -B output from i686-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 i686-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 i686-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no checking for i686-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC checking if i686-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes checking if i686-w64-mingw32-gcc static flag -static works... yes checking if i686-w64-mingw32-gcc supports -c -o file.o... yes checking if i686-w64-mingw32-gcc supports -c -o file.o... (cached) yes checking whether the i686-w64-mingw32-gcc linker (/usr/bin/i686-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 i686-w64-mingw32-pkg-config... /usr/bin/i686-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... no 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... no checking for getprotobynumber... no checking for gettimeofday... yes checking for inet_ntop... no checking for inet_pton... no 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... no 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... 4 checking size of void *... 4 checking size of off_t... 8 checking size of time_t... 4 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_sock.lo CC bufferevent_ratelim.lo CC event.lo CC evmap.lo CC evthread.lo In file included from util-internal.h:35, from minheap-internal.h:36, from event-internal.h:40, from bufferevent.c:56: bufferevent.c: In function ‘bufferevent_setfd’: bufferevent.c:874:16: warning: format ‘%I64d’ expects argument of type ‘long long int’, but argument 4 has type ‘intptr_t’ {aka ‘int’} [-Wformat=] 874 | event_debug(("%s: cannot set fd for %p to "EV_SOCK_FMT, __func__, bev, fd)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~ | | | intptr_t {aka int} log-internal.h:81:17: note: in definition of macro ‘event_debug’ 81 | event_debugx_ x; \ | ^ 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 CC evutil.lo CC evutil_rand.lo CC evutil_time.lo CC listener.lo CC log.lo CC win32select.lo CC buffer_iocp.lo CC event_iocp.lo evutil_time.c: In function ‘evutil_configure_monotonic_time_’: evutil_time.c:483:29: warning: cast between incompatible function types from ‘FARPROC’ {aka ‘int (__attribute__((stdcall)) *)()’} to ‘ULONGLONG (__attribute__((stdcall)) *)(void)’ {aka ‘long long unsigned int (__attribute__((stdcall)) *)(void)’} [-Wcast-function-type] 483 | base->GetTickCount64_fn = (ev_GetTickCount_func)GetProcAddress(h, "GetTickCount64"); | ^ evutil_time.c:484:27: warning: cast between incompatible function types from ‘FARPROC’ {aka ‘int (__attribute__((stdcall)) *)()’} to ‘ULONGLONG (__attribute__((stdcall)) *)(void)’ {aka ‘long long unsigned int (__attribute__((stdcall)) *)(void)’} [-Wcast-function-type] 484 | base->GetTickCount_fn = (ev_GetTickCount_func)GetProcAddress(h, "GetTickCount"); | ^ CC bufferevent_async.lo CC evthread_win32.lo CC strlcpy.lo CC signal.lo CC evdns.lo CC event_tagging.lo CC evrpc.lo CC http.lo 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: i686-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: i686-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: i686-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 i686-w64-mingw32-gcc -O3 -Wall -c -o adler32.o adler32.c i686-w64-mingw32-gcc -O3 -Wall -c -o compress.o compress.c i686-w64-mingw32-gcc -O3 -Wall -c -o crc32.o crc32.c i686-w64-mingw32-gcc -O3 -Wall -c -o deflate.o deflate.c i686-w64-mingw32-gcc -O3 -Wall -c -o gzclose.o gzclose.c i686-w64-mingw32-gcc -O3 -Wall -c -o gzlib.o gzlib.c i686-w64-mingw32-gcc -O3 -Wall -c -o gzread.o gzread.c i686-w64-mingw32-gcc -O3 -Wall -c -o gzwrite.o gzwrite.c i686-w64-mingw32-gcc -O3 -Wall -c -o infback.o infback.c i686-w64-mingw32-gcc -O3 -Wall -c -o inffast.o inffast.c i686-w64-mingw32-gcc -O3 -Wall -c -o inflate.o inflate.c i686-w64-mingw32-gcc -O3 -Wall -c -o inftrees.o inftrees.c i686-w64-mingw32-gcc -O3 -Wall -c -o trees.o trees.c i686-w64-mingw32-gcc -O3 -Wall -c -o uncompr.o uncompr.c i686-w64-mingw32-gcc -O3 -Wall -c -o zutil.o zutil.c i686-w64-mingw32-windres --define GCC_WINDRES -o zlibrc.o win32/zlib1.rc i686-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 i686-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 i686-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:407: 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 i686-w64-mingw32-strip... i686-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 i686-w64-mingw32-gcc... i686-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 i686-w64-mingw32-gcc accepts -g... yes checking for i686-w64-mingw32-gcc option to enable C11 features... none needed checking whether i686-w64-mingw32-gcc understands -c and -o together... yes checking dependency style of i686-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... i686-w64-mingw32 checking for i686-w64-mingw32-pkg-config... /usr/bin/i686-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 i686-w64-mingw32-ar... i686-w64-mingw32-ar checking the archiver (i686-w64-mingw32-ar) interface... ar checking for i686-w64-mingw32-gcc... (cached) i686-w64-mingw32-gcc checking whether the compiler supports GNU C... (cached) yes checking whether i686-w64-mingw32-gcc accepts -g... (cached) yes checking for i686-w64-mingw32-gcc option to enable C11 features... (cached) none needed checking whether i686-w64-mingw32-gcc understands -c and -o together... (cached) yes checking dependency style of i686-w64-mingw32-gcc... (cached) gcc3 checking how to run the C preprocessor... i686-w64-mingw32-gcc -E checking whether make sets $(MAKE)... (cached) yes checking for i686-w64-mingw32-ranlib... i686-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... no 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 i686-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... no 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 *... 4 checking size of time_t... 4 checking size of size_t... 4 checking size of pid_t... 4 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-semi... no 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 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 32560: test: -ge: unary operator expected Tor Version: Tor 0.4.7.10 Build Features Compiler: i686-w64-mingw32-gcc Host OS: mingw32 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 (--disable-module-relay): no dirauth (--disable-module-dirauth): no dircache: no 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-) 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=i686-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-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/ntmain.o CC src/app/main/subsysmgr.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_crypto.o CC src/core/crypto/onion_fast.o CC src/core/crypto/onion_ntor.o CC src/core/crypto/onion_ntor_v3.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/cpuworker.o CC src/core/mainloop/mainloop.o CC src/core/mainloop/mainloop_pubsub.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/channelpadding.o CC src/core/or/channeltls.o CC src/core/or/circuitbuild.o CC src/core/or/circuitlist.o CC src/core/or/circuitmux.o CC src/core/or/circuitmux_ewma.o CC src/core/or/circuitpadding.o CC src/core/or/circuitpadding_machines.o CC src/core/or/circuitstats.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/onion.o CC src/core/or/ocirc_event.o CC src/core/or/or_periodic.o CC src/core/or/or_sys.o CC src/core/or/orconn_event.o CC src/core/or/policies.o CC src/core/or/protover.o CC src/core/or/reasons.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/sendme.o CC src/core/or/congestion_control_common.o CC src/core/or/congestion_control_vegas.o CC src/core/or/congestion_control_nola.o CC src/core/or/congestion_control_westwood.o CC src/core/or/congestion_control_flow.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_circuit.o CC src/feature/control/btrack_orconn.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_events.o CC src/feature/control/control_fmt.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/dirclient_modes.o CC src/feature/dirclient/dlstatus.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/microdesc_parse.o CC src/feature/dirparse/ns_parse.o CC src/feature/dirparse/parsecommon.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/dirparse/unparseable.o CC src/feature/hibernate/hibernate.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/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/microdesc.o CC src/feature/nodelist/networkstatus.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_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_rsa.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.o CC src/ext/ed25519/ref10/libed25519_ref10_a-fe_0.o CC src/ext/ed25519/ref10/libed25519_ref10_a-fe_1.o CC src/ext/ed25519/ref10/libed25519_ref10_a-fe_cmov.o CC src/ext/ed25519/ref10/libed25519_ref10_a-fe_add.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_dbl.o CC src/ext/ed25519/ref10/libed25519_ref10_a-ge_p2_0.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_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_p3_tobytes.o CC src/ext/ed25519/ref10/libed25519_ref10_a-ge_sub.o CC src/ext/ed25519/ref10/libed25519_ref10_a-ge_tobytes.o CC src/ext/ed25519/ref10/libed25519_ref10_a-keypair.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-keyconv.o CC src/ext/ed25519/ref10/libed25519_ref10_a-sign.o CC src/ext/ed25519/ref10/libed25519_ref10_a-blinding.o CC src/ext/ed25519/donna/libed25519_donna_a-ed25519_tor.o CC src/lib/process/daemon.o CC src/lib/geoip/geoip.o CC src/lib/process/env.o CC src/lib/process/pidfile.o CC src/lib/process/process.o CC src/lib/process/process_sys.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/structvar.o CC src/lib/confmgt/type_defs.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_core.o CC src/lib/dispatch/dispatch_naming.o CC src/lib/dispatch/dispatch_new.o CC src/lib/time/compat_time.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/kvline.o CC src/lib/encoding/pem.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/network_sys.o CC src/lib/net/resolve.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/log/win32err.o CC src/lib/lock/compat_mutex.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/backtrace.o CC src/lib/err/torerr.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/bits.o CC src/lib/intmath/muldiv.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-link_handshake.o CC src/trunnel/libor_trunnel_a-pwbox.o CC src/trunnel/hs/libor_trunnel_a-cell_establish_intro.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-congestion_control.o CC src/trunnel/libor_trunnel_a-flow_control_cells.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/lib/trace/trace_stub.o CC src/tools/tor-resolve.o CC src/tools/tor-print-ed-signing-cert.o CC src/tools/tor-gencert.o CC src/test/bench.o CC src/test/test_ntor_cl.o CC src/test/test_hs_ntor_cl.o AR src/core/libtor-app.a i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') AR src/lib/libtor-compress.a i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') AR src/lib/libtor-evloop.a i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') AR src/lib/libtor-tls.a AR src/lib/libtor-crypt-ops.a i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') AR src/ext/keccak-tiny/libkeccak-tiny.a i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') AR src/lib/libcurve25519_donna.a AR src/ext/ed25519/ref10/libed25519_ref10.a i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') AR src/ext/ed25519/donna/libed25519_donna.a AR src/lib/libtor-geoip.a i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') AR src/lib/libtor-process.a i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') AR src/lib/libtor-buf.a AR src/lib/libtor-confmgt.a AR src/lib/libtor-pubsub.a i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') AR src/lib/libtor-dispatch.a i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') AR src/lib/libtor-time.a i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') AR src/lib/libtor-encoding.a i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') AR src/lib/libtor-fs.a AR src/lib/libtor-sandbox.a i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') AR src/lib/libtor-container.a i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') AR src/lib/libtor-net.a AR src/lib/libtor-thread.a AR src/lib/libtor-memarea.a i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') AR src/lib/libtor-meminfo.a AR src/lib/libtor-math.a i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') AR src/lib/libtor-log.a AR src/lib/libtor-osinfo.a i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') AR src/lib/libtor-lock.a i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') AR src/lib/libtor-fdio.a i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') AR src/lib/libtor-string.a i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') AR src/lib/libtor-term.a i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') AR src/lib/libtor-smartlist-core.a AR src/lib/libtor-malloc.a i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') AR src/lib/libtor-wallclock.a AR src/lib/libtor-err.a i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') AR src/lib/libtor-version.a i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') AR src/lib/libtor-llharden.a AR src/lib/libtor-intmath.a AR src/lib/libtor-ctime.a i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') AR src/lib/libtor-metrics.a AR src/trunnel/libor-trunnel.a AR src/lib/libtor-trace.a i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') CCLD src/tools/tor-gencert.exe AR libtor.a CCLD src/tools/tor-resolve.exe CCLD src/tools/tor-print-ed-signing-cert.exe i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U') CCLD src/test/bench.exe CCLD src/app/tor.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' d4032baa2ba87ca74c586ab39efa4c75fd873b5788bfe19b13ab1e03e58c8853 /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) gpg: /homedir/.gnupg/trustdb.gpg: trustdb created gpg: using pgp trust model gpg: key FC624643487034E5: public key "Steve Dower (Python Release Signing) " 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... --2022-08-20 10:47:30-- https://www.python.org/ftp/python/3.8.9/win32/core.msi Resolving www.python.org (www.python.org)... 199.232.44.223, 2a04:4e42:48::223 Connecting to www.python.org (www.python.org)|199.232.44.223|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1425408 (1.4M) [application/octet-stream] Saving to: ‘core.msi’ 0K .......... .......... .......... .......... .......... 3% 1.22M 1s 50K .......... .......... .......... .......... .......... 7% 1.67M 1s 100K .......... .......... .......... .......... .......... 10% 6.32M 1s 150K .......... .......... .......... .......... .......... 14% 7.18M 0s 200K .......... .......... .......... .......... .......... 17% 2.60M 0s 250K .......... .......... .......... .......... .......... 21% 10.7M 0s 300K .......... .......... .......... .......... .......... 25% 11.8M 0s 350K .......... .......... .......... .......... .......... 28% 10.4M 0s 400K .......... .......... .......... .......... .......... 32% 17.2M 0s 450K .......... .......... .......... .......... .......... 35% 13.3M 0s 500K .......... .......... .......... .......... .......... 39% 3.52M 0s 550K .......... .......... .......... .......... .......... 43% 18.8M 0s 600K .......... .......... .......... .......... .......... 46% 15.4M 0s 650K .......... .......... .......... .......... .......... 50% 27.5M 0s 700K .......... .......... .......... .......... .......... 53% 24.3M 0s 750K .......... .......... .......... .......... .......... 57% 15.8M 0s 800K .......... .......... .......... .......... .......... 61% 30.7M 0s 850K .......... .......... .......... .......... .......... 64% 34.5M 0s 900K .......... .......... .......... .......... .......... 68% 25.9M 0s 950K .......... .......... .......... .......... .......... 71% 44.3M 0s 1000K .......... .......... .......... .......... .......... 75% 28.3M 0s 1050K .......... .......... .......... .......... .......... 79% 3.85M 0s 1100K .......... .......... .......... .......... .......... 82% 33.7M 0s 1150K .......... .......... .......... .......... .......... 86% 25.8M 0s 1200K .......... .......... .......... .......... .......... 89% 49.0M 0s 1250K .......... .......... .......... .......... .......... 93% 44.8M 0s 1300K .......... .......... .......... .......... .......... 96% 33.5M 0s 1350K .......... .......... .......... .......... .. 100% 80.5M=0.2s 2022-08-20 10:47:31 (7.69 MB/s) - ‘core.msi’ saved [1425408/1425408] --2022-08-20 10:47:31-- https://www.python.org/ftp/python/3.8.9/win32/core.msi.asc Resolving www.python.org (www.python.org)... 199.232.44.223, 2a04:4e42:48::223 Connecting to www.python.org (www.python.org)|199.232.44.223|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 836 [application/octet-stream] Saving to: ‘core.msi.asc’ 0K 100% 29.1M=0s 2022-08-20 10:47:32 (29.1 MB/s) - ‘core.msi.asc’ saved [836/836] INFO: Verifying PGP signature for core.msi ... OK: core.msi signature verified INFO: Downloading dev... --2022-08-20 10:47:32-- https://www.python.org/ftp/python/3.8.9/win32/dev.msi Resolving www.python.org (www.python.org)... 199.232.44.223, 2a04:4e42:48::223 Connecting to www.python.org (www.python.org)|199.232.44.223|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 282624 (276K) [application/octet-stream] Saving to: ‘dev.msi’ 0K .......... .......... .......... .......... .......... 18% 1.29M 0s 50K .......... .......... .......... .......... .......... 36% 1.65M 0s 100K .......... .......... .......... .......... .......... 54% 6.15M 0s 150K .......... .......... .......... .......... .......... 72% 8.45M 0s 200K .......... .......... .......... .......... .......... 90% 2.60M 0s 250K .......... .......... ...... 100% 12.0M=0.1s 2022-08-20 10:47:32 (2.64 MB/s) - ‘dev.msi’ saved [282624/282624] --2022-08-20 10:47:32-- https://www.python.org/ftp/python/3.8.9/win32/dev.msi.asc Resolving www.python.org (www.python.org)... 199.232.44.223, 2a04:4e42:48::223 Connecting to www.python.org (www.python.org)|199.232.44.223|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 836 [application/octet-stream] Saving to: ‘dev.msi.asc’ 0K 100% 29.2M=0s 2022-08-20 10:47:33 (29.2 MB/s) - ‘dev.msi.asc’ saved [836/836] INFO: Verifying PGP signature for dev.msi ... OK: dev.msi signature verified INFO: Downloading exe... --2022-08-20 10:47:33-- https://www.python.org/ftp/python/3.8.9/win32/exe.msi Resolving www.python.org (www.python.org)... 199.232.44.223, 2a04:4e42:48::223 Connecting to www.python.org (www.python.org)|199.232.44.223|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 507904 (496K) [application/octet-stream] Saving to: ‘exe.msi’ 0K .......... .......... .......... .......... .......... 10% 1.24M 0s 50K .......... .......... .......... .......... .......... 20% 1.70M 0s 100K .......... .......... .......... .......... .......... 30% 5.49M 0s 150K .......... .......... .......... .......... .......... 40% 7.86M 0s 200K .......... .......... .......... .......... .......... 50% 2.63M 0s 250K .......... .......... .......... .......... .......... 60% 9.32M 0s 300K .......... .......... .......... .......... .......... 70% 12.2M 0s 350K .......... .......... .......... .......... .......... 80% 10.3M 0s 400K .......... .......... .......... .......... .......... 90% 13.9M 0s 450K .......... .......... .......... .......... ...... 100% 18.6M=0.1s 2022-08-20 10:47:34 (3.98 MB/s) - ‘exe.msi’ saved [507904/507904] --2022-08-20 10:47:34-- https://www.python.org/ftp/python/3.8.9/win32/exe.msi.asc Resolving www.python.org (www.python.org)... 199.232.44.223, 2a04:4e42:48::223 Connecting to www.python.org (www.python.org)|199.232.44.223|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 836 [application/octet-stream] Saving to: ‘exe.msi.asc’ 0K 100% 37.1M=0s 2022-08-20 10:47:34 (37.1 MB/s) - ‘exe.msi.asc’ saved [836/836] INFO: Verifying PGP signature for exe.msi ... OK: exe.msi signature verified INFO: Downloading lib... --2022-08-20 10:47:34-- https://www.python.org/ftp/python/3.8.9/win32/lib.msi Resolving www.python.org (www.python.org)... 199.232.44.223, 2a04:4e42:48::223 Connecting to www.python.org (www.python.org)|199.232.44.223|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 7618560 (7.3M) [application/octet-stream] Saving to: ‘lib.msi’ 0K .......... .......... .......... .......... .......... 0% 1.25M 6s 50K .......... .......... .......... .......... .......... 1% 1.64M 5s 100K .......... .......... .......... .......... .......... 2% 4.04M 4s 150K .......... .......... .......... .......... .......... 2% 7.31M 3s 200K .......... .......... .......... .......... .......... 3% 2.62M 3s 250K .......... .......... .......... .......... .......... 4% 10.9M 3s 300K .......... .......... .......... .......... .......... 4% 10.2M 2s 350K .......... .......... .......... .......... .......... 5% 15.4M 2s 400K .......... .......... .......... .......... .......... 6% 13.6M 2s 450K .......... .......... .......... .......... .......... 6% 3.10M 2s 500K .......... .......... .......... .......... .......... 7% 15.1M 2s 550K .......... .......... .......... .......... .......... 8% 23.5M 2s 600K .......... .......... .......... .......... .......... 8% 19.7M 2s 650K .......... .......... .......... .......... .......... 9% 16.3M 1s 700K .......... .......... .......... .......... .......... 10% 17.6M 1s 750K .......... .......... .......... .......... .......... 10% 27.5M 1s 800K .......... .......... .......... .......... .......... 11% 12.5M 1s 850K .......... .......... .......... .......... .......... 12% 31.9M 1s 900K .......... .......... .......... .......... .......... 12% 29.3M 1s 950K .......... .......... .......... .......... .......... 13% 47.2M 1s 1000K .......... .......... .......... .......... .......... 14% 3.93M 1s 1050K .......... .......... .......... .......... .......... 14% 37.0M 1s 1100K .......... .......... .......... .......... .......... 15% 30.4M 1s 1150K .......... .......... .......... .......... .......... 16% 48.1M 1s 1200K .......... .......... .......... .......... .......... 16% 31.6M 1s 1250K .......... .......... .......... .......... .......... 17% 31.1M 1s 1300K .......... .......... .......... .......... .......... 18% 32.2M 1s 1350K .......... .......... .......... .......... .......... 18% 49.6M 1s 1400K .......... .......... .......... .......... .......... 19% 27.7M 1s 1450K .......... .......... .......... .......... .......... 20% 31.9M 1s 1500K .......... .......... .......... .......... .......... 20% 6.74M 1s 1550K .......... .......... .......... .......... .......... 21% 38.4M 1s 1600K .......... .......... .......... .......... .......... 22% 26.9M 1s 1650K .......... .......... .......... .......... .......... 22% 26.4M 1s 1700K .......... .......... .......... .......... .......... 23% 31.5M 1s 1750K .......... .......... .......... .......... .......... 24% 42.7M 1s 1800K .......... .......... .......... .......... .......... 24% 39.6M 1s 1850K .......... .......... .......... .......... .......... 25% 33.5M 1s 1900K .......... .......... .......... .......... .......... 26% 31.0M 1s 1950K .......... .......... .......... .......... .......... 26% 27.6M 1s 2000K .......... .......... .......... .......... .......... 27% 20.8M 1s 2050K .......... .......... .......... .......... .......... 28% 15.7M 1s 2100K .......... .......... .......... .......... .......... 28% 24.7M 1s 2150K .......... .......... .......... .......... .......... 29% 25.2M 1s 2200K .......... .......... .......... .......... .......... 30% 18.6M 1s 2250K .......... .......... .......... .......... .......... 30% 41.0M 0s 2300K .......... .......... .......... .......... .......... 31% 28.4M 0s 2350K .......... .......... .......... .......... .......... 32% 20.4M 0s 2400K .......... .......... .......... .......... .......... 32% 18.8M 0s 2450K .......... .......... .......... .......... .......... 33% 39.5M 0s 2500K .......... .......... .......... .......... .......... 34% 21.2M 0s 2550K .......... .......... .......... .......... .......... 34% 42.4M 0s 2600K .......... .......... .......... .......... .......... 35% 37.9M 0s 2650K .......... .......... .......... .......... .......... 36% 55.4M 0s 2700K .......... .......... .......... .......... .......... 36% 39.5M 0s 2750K .......... .......... .......... .......... .......... 37% 24.4M 0s 2800K .......... .......... .......... .......... .......... 38% 38.5M 0s 2850K .......... .......... .......... .......... .......... 38% 45.1M 0s 2900K .......... .......... .......... .......... .......... 39% 39.2M 0s 2950K .......... .......... .......... .......... .......... 40% 33.6M 0s 3000K .......... .......... .......... .......... .......... 40% 48.9M 0s 3050K .......... .......... .......... .......... .......... 41% 44.9M 0s 3100K .......... .......... .......... .......... .......... 42% 10.3M 0s 3150K .......... .......... .......... .......... .......... 43% 30.9M 0s 3200K .......... .......... .......... .......... .......... 43% 54.0M 0s 3250K .......... .......... .......... .......... .......... 44% 46.8M 0s 3300K .......... .......... .......... .......... .......... 45% 64.0M 0s 3350K .......... .......... .......... .......... .......... 45% 86.6M 0s 3400K .......... .......... .......... .......... .......... 46% 94.6M 0s 3450K .......... .......... .......... .......... .......... 47% 100M 0s 3500K .......... .......... .......... .......... .......... 47% 90.0M 0s 3550K .......... .......... .......... .......... .......... 48% 39.7M 0s 3600K .......... .......... .......... .......... .......... 49% 35.0M 0s 3650K .......... .......... .......... .......... .......... 49% 46.4M 0s 3700K .......... .......... .......... .......... .......... 50% 31.9M 0s 3750K .......... .......... .......... .......... .......... 51% 44.5M 0s 3800K .......... .......... .......... .......... .......... 51% 52.6M 0s 3850K .......... .......... .......... .......... .......... 52% 57.8M 0s 3900K .......... .......... .......... .......... .......... 53% 22.9M 0s 3950K .......... .......... .......... .......... .......... 53% 28.3M 0s 4000K .......... .......... .......... .......... .......... 54% 34.9M 0s 4050K .......... .......... .......... .......... .......... 55% 53.3M 0s 4100K .......... .......... .......... .......... .......... 55% 33.1M 0s 4150K .......... .......... .......... .......... .......... 56% 79.0M 0s 4200K .......... .......... .......... .......... .......... 57% 34.4M 0s 4250K .......... .......... .......... .......... .......... 57% 47.3M 0s 4300K .......... .......... .......... .......... .......... 58% 29.7M 0s 4350K .......... .......... .......... .......... .......... 59% 10.2M 0s 4400K .......... .......... .......... .......... .......... 59% 22.5M 0s 4450K .......... .......... .......... .......... .......... 60% 21.3M 0s 4500K .......... .......... .......... .......... .......... 61% 26.5M 0s 4550K .......... .......... .......... .......... .......... 61% 47.9M 0s 4600K .......... .......... .......... .......... .......... 62% 23.9M 0s 4650K .......... .......... .......... .......... .......... 63% 47.7M 0s 4700K .......... .......... .......... .......... .......... 63% 31.8M 0s 4750K .......... .......... .......... .......... .......... 64% 36.5M 0s 4800K .......... .......... .......... .......... .......... 65% 32.1M 0s 4850K .......... .......... .......... .......... .......... 65% 41.3M 0s 4900K .......... .......... .......... .......... .......... 66% 30.2M 0s 4950K .......... .......... .......... .......... .......... 67% 40.8M 0s 5000K .......... .......... .......... .......... .......... 67% 40.5M 0s 5050K .......... .......... .......... .......... .......... 68% 28.1M 0s 5100K .......... .......... .......... .......... .......... 69% 46.7M 0s 5150K .......... .......... .......... .......... .......... 69% 32.8M 0s 5200K .......... .......... .......... .......... .......... 70% 58.3M 0s 5250K .......... .......... .......... .......... .......... 71% 129M 0s 5300K .......... .......... .......... .......... .......... 71% 44.0M 0s 5350K .......... .......... .......... .......... .......... 72% 38.2M 0s 5400K .......... .......... .......... .......... .......... 73% 48.7M 0s 5450K .......... .......... .......... .......... .......... 73% 56.5M 0s 5500K .......... .......... .......... .......... .......... 74% 74.6M 0s 5550K .......... .......... .......... .......... .......... 75% 76.3M 0s 5600K .......... .......... .......... .......... .......... 75% 57.5M 0s 5650K .......... .......... .......... .......... .......... 76% 48.9M 0s 5700K .......... .......... .......... .......... .......... 77% 43.0M 0s 5750K .......... .......... .......... .......... .......... 77% 49.7M 0s 5800K .......... .......... .......... .......... .......... 78% 50.0M 0s 5850K .......... .......... .......... .......... .......... 79% 51.2M 0s 5900K .......... .......... .......... .......... .......... 79% 37.8M 0s 5950K .......... .......... .......... .......... .......... 80% 52.6M 0s 6000K .......... .......... .......... .......... .......... 81% 61.1M 0s 6050K .......... .......... .......... .......... .......... 81% 66.8M 0s 6100K .......... .......... .......... .......... .......... 82% 53.8M 0s 6150K .......... .......... .......... .......... .......... 83% 35.9M 0s 6200K .......... .......... .......... .......... .......... 84% 18.7M 0s 6250K .......... .......... .......... .......... .......... 84% 35.2M 0s 6300K .......... .......... .......... .......... .......... 85% 16.9M 0s 6350K .......... .......... .......... .......... .......... 86% 24.2M 0s 6400K .......... .......... .......... .......... .......... 86% 30.9M 0s 6450K .......... .......... .......... .......... .......... 87% 16.5M 0s 6500K .......... .......... .......... .......... .......... 88% 37.2M 0s 6550K .......... .......... .......... .......... .......... 88% 36.3M 0s 6600K .......... .......... .......... .......... .......... 89% 41.4M 0s 6650K .......... .......... .......... .......... .......... 90% 11.7M 0s 6700K .......... .......... .......... .......... .......... 90% 23.7M 0s 6750K .......... .......... .......... .......... .......... 91% 60.9M 0s 6800K .......... .......... .......... .......... .......... 92% 52.3M 0s 6850K .......... .......... .......... .......... .......... 92% 63.5M 0s 6900K .......... .......... .......... .......... .......... 93% 44.4M 0s 6950K .......... .......... .......... .......... .......... 94% 57.0M 0s 7000K .......... .......... .......... .......... .......... 94% 38.9M 0s 7050K .......... .......... .......... .......... .......... 95% 72.0M 0s 7100K .......... .......... .......... .......... .......... 96% 71.1M 0s 7150K .......... .......... .......... .......... .......... 96% 68.4M 0s 7200K .......... .......... .......... .......... .......... 97% 64.1M 0s 7250K .......... .......... .......... .......... .......... 98% 128M 0s 7300K .......... .......... .......... .......... .......... 98% 60.2M 0s 7350K .......... .......... .......... .......... .......... 99% 44.9M 0s 7400K .......... .......... .......... .......... 100% 49.1M=0.4s 2022-08-20 10:47:35 (20.2 MB/s) - ‘lib.msi’ saved [7618560/7618560] --2022-08-20 10:47:35-- https://www.python.org/ftp/python/3.8.9/win32/lib.msi.asc Resolving www.python.org (www.python.org)... 199.232.44.223, 2a04:4e42:48::223 Connecting to www.python.org (www.python.org)|199.232.44.223|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 836 [application/octet-stream] Saving to: ‘lib.msi.asc’ 0K 100% 36.7M=0s 2022-08-20 10:47:35 (36.7 MB/s) - ‘lib.msi.asc’ saved [836/836] INFO: Verifying PGP signature for lib.msi ... OK: lib.msi signature verified INFO: Downloading pip... --2022-08-20 10:47:35-- https://www.python.org/ftp/python/3.8.9/win32/pip.msi Resolving www.python.org (www.python.org)... 199.232.44.223, 2a04:4e42:48::223 Connecting to www.python.org (www.python.org)|199.232.44.223|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 253952 (248K) [application/octet-stream] Saving to: ‘pip.msi’ 0K .......... .......... .......... .......... .......... 20% 1.28M 0s 50K .......... .......... .......... .......... .......... 40% 1.73M 0s 100K .......... .......... .......... .......... .......... 60% 5.86M 0s 150K .......... .......... .......... .......... .......... 80% 7.82M 0s 200K .......... .......... .......... .......... ........ 100% 11.1M=0.08s 2022-08-20 10:47:35 (2.85 MB/s) - ‘pip.msi’ saved [253952/253952] --2022-08-20 10:47:35-- https://www.python.org/ftp/python/3.8.9/win32/pip.msi.asc Resolving www.python.org (www.python.org)... 199.232.44.223, 2a04:4e42:48::223 Connecting to www.python.org (www.python.org)|199.232.44.223|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 836 [application/octet-stream] Saving to: ‘pip.msi.asc’ 0K 100% 22.5M=0s 2022-08-20 10:47:36 (22.5 MB/s) - ‘pip.msi.asc’ saved [836/836] INFO: Verifying PGP signature for pip.msi ... OK: pip.msi signature verified INFO: Downloading tools... --2022-08-20 10:47:36-- https://www.python.org/ftp/python/3.8.9/win32/tools.msi Resolving www.python.org (www.python.org)... 199.232.44.223, 2a04:4e42:48::223 Connecting to www.python.org (www.python.org)|199.232.44.223|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 208896 (204K) [application/octet-stream] Saving to: ‘tools.msi’ 0K .......... .......... .......... .......... .......... 24% 1.22M 0s 50K .......... .......... .......... .......... .......... 49% 1.68M 0s 100K .......... .......... .......... .......... .......... 73% 6.30M 0s 150K .......... .......... .......... .......... .......... 98% 7.93M 0s 200K .... 100% 30.4M=0.08s 2022-08-20 10:47:36 (2.40 MB/s) - ‘tools.msi’ saved [208896/208896] --2022-08-20 10:47:36-- https://www.python.org/ftp/python/3.8.9/win32/tools.msi.asc Resolving www.python.org (www.python.org)... 199.232.44.223, 2a04:4e42:48::223 Connecting to www.python.org (www.python.org)|199.232.44.223|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 836 [application/octet-stream] Saving to: ‘tools.msi.asc’ 0K 100% 29.1M=0s 2022-08-20 10:47:36 (29.1 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 dev... INFO: Installing exe... INFO: Installing lib... INFO: Installing pip... INFO: Installing tools... INFO: Installing pip from requirements-pip.txt ... Collecting pip==21.3.1 Downloading pip-21.3.1-py3-none-any.whl (1.7 MB) Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 20.2.3 Uninstalling pip-20.2.3: Successfully uninstalled pip-20.2.3 Successfully installed pip-21.3.1 INFO: Installing build requirements from requirements-build-wine.txt ... Collecting altgraph==0.17 Downloading altgraph-0.17-py2.py3-none-any.whl (21 kB) Collecting future==0.18.2 Downloading future-0.18.2.tar.gz (829 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pefile==2019.4.18 Downloading pefile-2019.4.18.tar.gz (62 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pycparser==2.20 Downloading pycparser-2.20-py2.py3-none-any.whl (112 kB) Collecting pyinstaller-hooks-contrib==2020.11 Downloading pyinstaller_hooks_contrib-2020.11-py2.py3-none-any.whl (172 kB) Collecting pywin32-ctypes==0.2.0 Downloading pywin32_ctypes-0.2.0-py2.py3-none-any.whl (28 kB) Collecting setuptools==53.0.0 Downloading setuptools-53.0.0-py3-none-any.whl (784 kB) Collecting six==1.14.0 Downloading six-1.14.0-py2.py3-none-any.whl (10 kB) Collecting wheel==0.36.2 Downloading wheel-0.36.2-py2.py3-none-any.whl (35 kB) Using legacy 'setup.py install' for future, since package 'wheel' is not installed. Using legacy 'setup.py install' for pefile, since package 'wheel' is not installed. Installing collected packages: wheel, six, setuptools, pywin32-ctypes, pyinstaller-hooks-contrib, pycparser, pefile, future, altgraph Attempting uninstall: setuptools Found existing installation: setuptools 49.2.1 Uninstalling setuptools-49.2.1: Successfully uninstalled setuptools-49.2.1 Running setup.py install for pefile: started Running setup.py install for pefile: finished with status 'done' Running setup.py install for future: started Running setup.py install for future: finished with status 'done' Successfully installed altgraph-0.17 future-0.18.2 pefile-2019.4.18 pycparser-2.20 pyinstaller-hooks-contrib-2020.11 pywin32-ctypes-0.2.0 setuptools-53.0.0 six-1.14.0 wheel-0.36.2 WARNING: You are using pip version 21.3.1; however, version 22.2.2 is available. You should consider upgrading via the 'C:\python3.8.9\python.exe -m pip install --upgrade pip' command. INFO: Patching pip vendored distlib to produce deterministic zip archives ... 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 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 Initialized empty Git repository in /homedir/tmp/pyinstaller/.git/ From https://github.com/EchterAgo/pyinstaller * branch d6f3d02365ba68ffc84169c56c292701f346110e -> FETCH_HEAD Switched to a new branch 'pinned' removed 'PyInstaller/bootloader/Windows-32bit/run.exe' removed 'PyInstaller/bootloader/Windows-32bit/run_d.exe' removed 'PyInstaller/bootloader/Windows-32bit/runw.exe' removed 'PyInstaller/bootloader/Windows-32bit/runw_d.exe' removed 'PyInstaller/bootloader/Windows-64bit/run.exe' removed 'PyInstaller/bootloader/Windows-64bit/run_d.exe' removed 'PyInstaller/bootloader/Windows-64bit/runw.exe' removed 'PyInstaller/bootloader/Windows-64bit/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.001s) 'distclean' finished successfully (0.000s) Setting top to : /homedir/tmp/pyinstaller/bootloader Setting out to : /homedir/tmp/pyinstaller/bootloader/build Python Version : 3.10.4 (main, Jun 29 2022, 12:14:53) [GCC 11.2.0] Checking for 'gcc' (C compiler) : i686-w64-mingw32-gcc System : Assuming cross-compilation for Windows Checking size of pointer : 4 Platform : Windows-32bit detected based on compiler Checking for compiler flags -m32 : yes Checking for linker flags -m32 : yes Checking for program 'i686-w64-mingw32-windres' : /usr/bin/i686-w64-mingw32-windres Checking for library user32 : yes Checking for library comctl32 : yes Checking for library kernel32 : yes Checking for library advapi32 : yes Checking for library ws2_32 : yes Checking for library cmocka : not found Checking for function unsetenv : no Checking for function mkdtemp : no Checking for function dirname : yes Checking for function basename : yes Checking for function strndup : no Checking for function strnlen : yes Checking for program 'i686-w64-mingw32-strip' : /usr/bin/i686-w64-mingw32-strip Checking for program 'strip' : /usr/bin/i686-w64-mingw32-strip 'configure' finished successfully (1.700s) 'make_all' finished successfully (0.012s) Waf: Entering directory `/homedir/tmp/pyinstaller/bootloader/build/debug' [ 1/21] Compiling zlib/unzip.c [ 2/21] Compiling zlib/inffast.c [ 3/21] Compiling zlib/adler32.c [ 4/21] Compiling zlib/ioapi.c [ 5/21] Compiling zlib/inftrees.c [ 6/21] Compiling zlib/crc32.c [ 7/21] Compiling zlib/zutil.c [ 8/21] Compiling zlib/inflate.c [ 9/21] Compiling src/pyi_pythonlib.c [10/21] Compiling src/pyi_python.c [11/21] Compiling src/pyi_main.c [12/21] Compiling src/pyi_archive.c [13/21] Compiling src/pyi_launch.c [14/21] Compiling src/pyi_global.c [15/21] Compiling src/pyi_path.c [16/21] Compiling src/pyi_win32_utils.c [17/21] Linking build/debug/libstatic_zlib.a [18/21] Compiling src/pyi_utils.c [19/21] Compiling src/main.c [20/21] Linking build/debug/run_d.exe [21/21] Processing build/debug/run_d.exe Waf: Leaving directory `/homedir/tmp/pyinstaller/bootloader/build/debug' 'build_debug' finished successfully (4.915s) Waf: Entering directory `/homedir/tmp/pyinstaller/bootloader/build/release' [ 1/21] Compiling zlib/unzip.c [ 2/21] Compiling zlib/inffast.c [ 3/21] Compiling zlib/adler32.c [ 4/21] Compiling zlib/ioapi.c [ 5/21] Compiling zlib/inftrees.c [ 6/21] Compiling zlib/crc32.c [ 7/21] Compiling zlib/zutil.c [ 8/21] Compiling zlib/inflate.c [ 9/21] Compiling src/pyi_pythonlib.c [10/21] Compiling src/pyi_path.c [11/21] Compiling src/pyi_utils.c [12/21] Compiling src/pyi_archive.c [13/21] Compiling src/pyi_launch.c [14/21] Compiling src/pyi_global.c [15/21] Compiling src/pyi_python.c [16/21] Compiling src/pyi_main.c [17/21] Compiling src/pyi_win32_utils.c [18/21] Linking build/release/libstatic_zlib.a [19/21] Compiling src/main.c [20/21] Linking build/release/run.exe [21/21] Processing build/release/run.exe Waf: Leaving directory `/homedir/tmp/pyinstaller/bootloader/build/release' 'build_release' finished successfully (4.349s) Waf: Entering directory `/homedir/tmp/pyinstaller/bootloader/build/debugw' [ 1/21] Compiling zlib/unzip.c [ 2/21] Compiling zlib/inffast.c [ 3/21] Compiling zlib/adler32.c [ 4/21] Compiling zlib/ioapi.c [ 5/21] Compiling zlib/inftrees.c [ 6/21] Compiling zlib/crc32.c [ 7/21] Compiling zlib/zutil.c [ 8/21] Compiling zlib/inflate.c [ 9/21] Compiling src/pyi_python.c [10/21] Compiling src/pyi_pythonlib.c [11/21] Compiling src/pyi_main.c [12/21] Compiling src/pyi_archive.c [13/21] Compiling src/pyi_launch.c [14/21] Compiling src/pyi_global.c [15/21] Compiling src/pyi_path.c [16/21] Compiling src/pyi_win32_utils.c [17/21] Compiling src/pyi_utils.c [18/21] Compiling src/main.c [19/21] Linking build/debugw/libstatic_zlib.a [20/21] Linking build/debugw/runw_d.exe [21/21] Processing build/debugw/runw_d.exe Waf: Leaving directory `/homedir/tmp/pyinstaller/bootloader/build/debugw' 'build_debugw' finished successfully (4.390s) Waf: Entering directory `/homedir/tmp/pyinstaller/bootloader/build/releasew' [ 1/21] Compiling zlib/unzip.c [ 2/21] Compiling zlib/inffast.c [ 3/21] Compiling zlib/adler32.c [ 4/21] Compiling zlib/ioapi.c [ 5/21] Compiling zlib/inftrees.c [ 6/21] Compiling zlib/crc32.c [ 7/21] Compiling zlib/zutil.c [ 8/21] Compiling zlib/inflate.c [ 9/21] Compiling src/pyi_pythonlib.c [10/21] Compiling src/pyi_python.c [11/21] Compiling src/pyi_main.c [12/21] Compiling src/pyi_archive.c [13/21] Compiling src/pyi_global.c [14/21] Compiling src/pyi_launch.c [15/21] Compiling src/pyi_path.c [16/21] Compiling src/pyi_win32_utils.c [17/21] Linking build/releasew/libstatic_zlib.a [18/21] Compiling src/pyi_utils.c [19/21] Compiling src/main.c [20/21] Linking build/releasew/runw.exe [21/21] Processing build/releasew/runw.exe Waf: Leaving directory `/homedir/tmp/pyinstaller/bootloader/build/releasew' 'build_releasew' finished successfully (4.702s) Waf: Entering directory `/homedir/tmp/pyinstaller/bootloader/build/debug' [22/22] Processing build/debug/run_d.exe + install /homedir/tmp/pyinstaller/PyInstaller/bootloader/Windows-32bit/run_d.exe (from build/debug/run_d.exe) Waf: Leaving directory `/homedir/tmp/pyinstaller/bootloader/build/debug' 'install_debug' finished successfully (0.044s) Waf: Entering directory `/homedir/tmp/pyinstaller/bootloader/build/release' [21/22] Processing build/release/run.exe + install /homedir/tmp/pyinstaller/PyInstaller/bootloader/Windows-32bit/run.exe (from build/release/run.exe) Waf: Leaving directory `/homedir/tmp/pyinstaller/bootloader/build/release' 'install_release' finished successfully (0.061s) Waf: Entering directory `/homedir/tmp/pyinstaller/bootloader/build/debugw' [21/22] Processing build/debugw/runw_d.exe + install /homedir/tmp/pyinstaller/PyInstaller/bootloader/Windows-32bit/runw_d.exe (from build/debugw/runw_d.exe) Waf: Leaving directory `/homedir/tmp/pyinstaller/bootloader/build/debugw' 'install_debugw' finished successfully (0.047s) Waf: Entering directory `/homedir/tmp/pyinstaller/bootloader/build/releasew' [22/22] Processing build/releasew/runw.exe + install /homedir/tmp/pyinstaller/PyInstaller/bootloader/Windows-32bit/runw.exe (from build/releasew/runw.exe) Waf: Leaving directory `/homedir/tmp/pyinstaller/bootloader/build/releasew' 'install_releasew' finished successfully (0.053s) ~/tmp/pyinstaller ~/wine/drive_c/electroncash/contrib/build-wine ~/wine/drive_c/electroncash/contrib/build-wine removed 'pyinstaller.py' 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-4.2-py3-none-any.whl size=1766970 sha256=2f4dccd2ec55cc79645d0c106510a7ec9033203adb996d640c3b6d7028039d8e Stored in directory: C:\users\user\Temp\pip-ephem-wheel-cache-yr8a_g9c\wheels\1e\a3\78\9e47bc907f54017139423896fc3a2fabd3bfc3a97b8bb3cc31 Successfully built pyinstaller Installing collected packages: pyinstaller Successfully installed pyinstaller-4.2 WARNING: You are using pip version 21.3.1; however, version 22.2.2 is available. You should consider upgrading via the 'C:\python3.8.9\python.exe -m pip install --upgrade pip' command. 4.2 INFO: Installing Packages from requirements-binaries ... Collecting cryptography==3.3.2 Downloading cryptography-3.3.2-cp36-abi3-win32.whl (1.3 MB) Collecting psutil==5.8.0 Downloading psutil-5.8.0-cp38-cp38-win32.whl (240 kB) Collecting pycryptodomex==3.9.9 Downloading pycryptodomex-3.9.9-cp38-cp38-win32.whl (14.1 MB) Collecting PyQt5==5.15.2 Downloading PyQt5-5.15.2-5.15.2-cp35.cp36.cp37.cp38.cp39-none-win32.whl (48.9 MB) Collecting PyQt5-sip==12.8.1 Downloading PyQt5_sip-12.8.1-cp38-cp38-win32.whl (51 kB) Installing collected packages: PyQt5-sip, PyQt5, pycryptodomex, psutil, cryptography Successfully installed PyQt5-5.15.2 PyQt5-sip-12.8.1 cryptography-3.3.2 psutil-5.8.0 pycryptodomex-3.9.9 WARNING: You are using pip version 21.3.1; however, version 22.2.2 is available. You should consider upgrading via the 'C:\python3.8.9\python.exe -m pip install --upgrade pip' command. INFO: Installing NSIS ... --2022-08-20 10:53:06-- https://prdownloads.sourceforge.net/nsis/nsis-3.06.1-setup.exe Resolving prdownloads.sourceforge.net (prdownloads.sourceforge.net)... 204.68.111.105 Connecting to prdownloads.sourceforge.net (prdownloads.sourceforge.net)|204.68.111.105|: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] --2022-08-20 10:53:07-- https://downloads.sourceforge.net/project/nsis/NSIS%203/3.06.1/nsis-3.06.1-setup.exe Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105 Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://jaist.dl.sourceforge.net/project/nsis/NSIS%203/3.06.1/nsis-3.06.1-setup.exe [following] --2022-08-20 10:53:09-- https://jaist.dl.sourceforge.net/project/nsis/NSIS%203/3.06.1/nsis-3.06.1-setup.exe Resolving jaist.dl.sourceforge.net (jaist.dl.sourceforge.net)... 150.65.7.130, 2001:df0:2ed:feed::feed Connecting to jaist.dl.sourceforge.net (jaist.dl.sourceforge.net)|150.65.7.130|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1538352 (1.5M) [application/octet-stream] Saving to: ‘nsis.exe’ 0K .......... .......... .......... .......... .......... 3% 223K 7s 50K .......... .......... .......... .......... .......... 6% 450K 5s 100K .......... .......... .......... .......... .......... 9% 451K 4s 150K .......... .......... .......... .......... .......... 13% 453K 4s 200K .......... .......... .......... .......... .......... 16% 456K 3s 250K .......... .......... .......... .......... .......... 19% 70.2M 3s 300K .......... .......... .......... .......... .......... 23% 460K 3s 350K .......... .......... .......... .......... .......... 26% 57.4M 2s 400K .......... .......... .......... .......... .......... 29% 47.9M 2s 450K .......... .......... .......... .......... .......... 33% 455K 2s 500K .......... .......... .......... .......... .......... 36% 39.8M 2s 550K .......... .......... .......... .......... .......... 39% 80.4M 1s 600K .......... .......... .......... .......... .......... 43% 460K 1s 650K .......... .......... .......... .......... .......... 46% 42.0M 1s 700K .......... .......... .......... .......... .......... 49% 55.8M 1s 750K .......... .......... .......... .......... .......... 53% 465K 1s 800K .......... .......... .......... .......... .......... 56% 24.6M 1s 850K .......... .......... .......... .......... .......... 59% 37.2M 1s 900K .......... .......... .......... .......... .......... 63% 1.92M 1s 950K .......... .......... .......... .......... .......... 66% 606K 1s 1000K .......... .......... .......... .......... .......... 69% 26.7M 1s 1050K .......... .......... .......... .......... .......... 73% 33.5M 0s 1100K .......... .......... .......... .......... .......... 76% 1.98M 0s 1150K .......... .......... .......... .......... .......... 79% 604K 0s 1200K .......... .......... .......... .......... .......... 83% 20.2M 0s 1250K .......... .......... .......... .......... .......... 86% 50.7M 0s 1300K .......... .......... .......... .......... .......... 89% 1.93M 0s 1350K .......... .......... .......... .......... .......... 93% 618K 0s 1400K .......... .......... .......... .......... .......... 96% 33.4M 0s 1450K .......... .......... .......... .......... .......... 99% 32.5M 0s 1500K .. 100% 4.28T=1.4s 2022-08-20 10:53:11 (1.02 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 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 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 i686-w64-mingw32-gcc... i686-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 i686-w64-mingw32-gcc accepts -g... yes checking for i686-w64-mingw32-gcc option to enable C11 features... none needed checking whether i686-w64-mingw32-gcc understands -c and -o together... yes checking for i686-w64-mingw32-g++... i686-w64-mingw32-g++ checking whether the compiler supports GNU C++... yes checking whether i686-w64-mingw32-g++ accepts -g... yes checking for i686-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 i686-w64-mingw32-strip... i686-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 i686-w64-mingw32-gcc... gcc3 checking dependency style of i686-w64-mingw32-g++... gcc3 checking build system type... x86_64-pc-linux-gnu checking host system type... i686-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 i686-w64-mingw32-gcc... /usr/bin/i686-w64-mingw32-ld checking if the linker (/usr/bin/i686-w64-mingw32-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/i686-w64-mingw32-nm -B checking the name lister (/usr/bin/i686-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 i686-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/i686-w64-mingw32-ld option to reload object files... -r checking for i686-w64-mingw32-objdump... i686-w64-mingw32-objdump checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL checking for i686-w64-mingw32-dlltool... i686-w64-mingw32-dlltool checking how to associate runtime and link libraries... func_cygming_dll_for_implib checking for i686-w64-mingw32-ar... i686-w64-mingw32-ar checking for archiver @FILE support... @ checking for i686-w64-mingw32-strip... (cached) i686-w64-mingw32-strip checking for i686-w64-mingw32-ranlib... i686-w64-mingw32-ranlib checking command to parse /usr/bin/i686-w64-mingw32-nm -B output from i686-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 i686-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 i686-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no checking for i686-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC checking if i686-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes checking if i686-w64-mingw32-gcc static flag -static works... yes checking if i686-w64-mingw32-gcc supports -c -o file.o... yes checking if i686-w64-mingw32-gcc supports -c -o file.o... (cached) yes checking whether the i686-w64-mingw32-gcc linker (/usr/bin/i686-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... i686-w64-mingw32-g++ -E checking for ld used by i686-w64-mingw32-g++... /usr/bin/i686-w64-mingw32-ld checking if the linker (/usr/bin/i686-w64-mingw32-ld) is GNU ld... yes checking whether the i686-w64-mingw32-g++ linker (/usr/bin/i686-w64-mingw32-ld) supports shared libraries... yes checking for i686-w64-mingw32-g++ option to produce PIC... -DDLL_EXPORT -DPIC checking if i686-w64-mingw32-g++ PIC flag -DDLL_EXPORT -DPIC works... yes checking if i686-w64-mingw32-g++ static flag -static works... yes checking if i686-w64-mingw32-g++ supports -c -o file.o... yes checking if i686-w64-mingw32-g++ supports -c -o file.o... (cached) yes checking whether the i686-w64-mingw32-g++ linker (/usr/bin/i686-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 i686-w64-mingw32-windres... i686-w64-mingw32-windres checking whether make supports nested variables... (cached) yes checking if i686-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 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 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.2.11 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.14.5 Downloading cffi-1.14.5-cp38-cp38-win32.whl (167 kB) Collecting certifi==2021.10.8 Downloading certifi-2021.10.8-py2.py3-none-any.whl (149 kB) Collecting chardet==3.0.4 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) Collecting charset-normalizer==2.0.0 Downloading charset_normalizer-2.0.0-py3-none-any.whl (35 kB) Collecting colorama==0.4.3 Downloading colorama-0.4.3-py2.py3-none-any.whl (15 kB) Collecting dnspython==2.1.0 Downloading dnspython-2.1.0-py3-none-any.whl (241 kB) Collecting ecdsa==0.16.1 Downloading ecdsa-0.16.1-py2.py3-none-any.whl (104 kB) Collecting idna==3.3 Downloading idna-3.3-py3-none-any.whl (61 kB) Collecting jsonrpclib-pelix==0.4.2 Downloading jsonrpclib_pelix-0.4.2-py2.py3-none-any.whl (41 kB) Collecting packaging==21.3 Downloading packaging-21.3-py3-none-any.whl (40 kB) Collecting pathvalidate==2.3.2 Downloading pathvalidate-2.3.2-py3-none-any.whl (18 kB) Collecting protobuf==3.19.4 Downloading protobuf-3.19.4-cp38-cp38-win32.whl (775 kB) Collecting pyaes==1.6.1 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.8.9\lib\site-packages (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 79)) (2.20) Collecting pyparsing==3.0.7 Downloading pyparsing-3.0.7-py3-none-any.whl (98 kB) Collecting PySocks==1.7.1 Downloading PySocks-1.7.1-py3-none-any.whl (16 kB) Collecting python-dateutil==2.8.1 Downloading python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) Collecting QDarkStyle==3.0.3 Downloading QDarkStyle-3.0.3-py2.py3-none-any.whl (450 kB) Collecting qrcode==6.1 Downloading qrcode-6.1-py2.py3-none-any.whl (31 kB) Collecting qtpy==2.0.1 Downloading QtPy-2.0.1-py3-none-any.whl (65 kB) Collecting requests==2.27.1 Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) Requirement already satisfied: setuptools==53.0.0 in c:\python3.8.9\lib\site-packages (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 104)) (53.0.0) Collecting six==1.16.0 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting urllib3==1.26.7 Downloading urllib3-1.26.7-py2.py3-none-any.whl (138 kB) Collecting stem==1.8.0 Downloading stem-1.8.0.tar.gz (2.9 MB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: wheel==0.36.2 in c:\python3.8.9\lib\site-packages (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements.txt (line 115)) (0.36.2) Building wheels for collected packages: pyaes, 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\aa\ca\9c\8a3c00512585c703edc457db81c066b9609d76758c74f72ac6 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\a3\1b\fa\3c533b58f796531853a1be08235439bc11594221011f472ebf Successfully built pyaes stem Installing collected packages: urllib3, stem, six, requests, qtpy, qrcode, QDarkStyle, python-dateutil, PySocks, pyparsing, pyaes, protobuf, pathvalidate, packaging, jsonrpclib-pelix, idna, ecdsa, dnspython, colorama, charset-normalizer, chardet, cffi, certifi Attempting uninstall: six Found existing installation: six 1.14.0 Uninstalling six-1.14.0: Successfully uninstalled six-1.14.0 Successfully installed PySocks-1.7.1 QDarkStyle-3.0.3 certifi-2021.10.8 cffi-1.14.5 chardet-3.0.4 charset-normalizer-2.0.0 colorama-0.4.3 dnspython-2.1.0 ecdsa-0.16.1 idna-3.3 jsonrpclib-pelix-0.4.2 packaging-21.3 pathvalidate-2.3.2 protobuf-3.19.4 pyaes-1.6.1 pyparsing-3.0.7 python-dateutil-2.8.1 qrcode-6.1 qtpy-2.0.1 requests-2.27.1 six-1.16.0 stem-1.8.0 urllib3-1.26.7 WARNING: You are using pip version 21.3.1; however, version 22.2.2 is available. You should consider upgrading via the 'C:\python3.8.9\python.exe -m pip install --upgrade pip' command. Collecting btchip-python==0.1.31 Downloading btchip-python-0.1.31.tar.gz (20 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting click==7.1.2 Downloading click-7.1.2-py2.py3-none-any.whl (82 kB) Collecting construct==2.10.59 Downloading construct-2.10.59.tar.gz (55 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting Cython==0.29.21 Downloading Cython-0.29.21-cp38-cp38-win32.whl (1.6 MB) Collecting hidapi==0.10.1 Downloading hidapi-0.10.1-cp38-cp38-win32.whl (38 kB) Collecting keepkey==6.3.1 Downloading keepkey-6.3.1-py3-none-any.whl (93 kB) Collecting libusb1==1.9.1 Downloading libusb1-1.9.1-py3-none-win32.whl (113 kB) Collecting mnemonic==0.19 Downloading mnemonic-0.19-py2.py3-none-any.whl (61 kB) Collecting pyopenssl==20.0.0 Downloading pyOpenSSL-20.0.0-py2.py3-none-any.whl (54 kB) Collecting pysatochip==0.12.4 Downloading pysatochip-0.12.4-py3-none-any.whl (58 kB) Collecting pyscard==2.0.0 Downloading pyscard-2.0.0-cp38-cp38-win32.whl (141 kB) Collecting trezor==0.12.2 Downloading trezor-0.12.2-py3-none-any.whl (307 kB) Collecting typing-extensions==3.7.4.2 Downloading typing_extensions-3.7.4.2-py3-none-any.whl (22 kB) Building wheels for collected packages: btchip-python, construct 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.31-py3-none-any.whl size=34350 sha256=e4fe5bfbee503777a9f99af7cdfcde1efbd3a884b31e66d708c979f3e175badf Stored in directory: c:\users\user\appdata\local\pip\cache\wheels\7c\62\43\5212b984b19f847509f56d3ae71585d2c8e26e0222dbbac3b8 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\16\de\f2\6c704c4b913c72e6f860f1406a84a15411a6dda1797d726d86 Successfully built btchip-python construct Installing collected packages: typing-extensions, trezor, pyscard, pysatochip, pyopenssl, mnemonic, libusb1, keepkey, hidapi, Cython, construct, click, btchip-python Successfully installed Cython-0.29.21 btchip-python-0.1.31 click-7.1.2 construct-2.10.59 hidapi-0.10.1 keepkey-6.3.1 libusb1-1.9.1 mnemonic-0.19 pyopenssl-20.0.0 pysatochip-0.12.4 pyscard-2.0.0 trezor-0.12.2 typing-extensions-3.7.4.2 WARNING: You are using pip version 21.3.1; however, version 22.2.2 is available. You should consider upgrading via the 'C:\python3.8.9\python.exe -m pip install --upgrade pip' command. Collecting aiohttp==3.8.1 Downloading aiohttp-3.8.1-cp38-cp38-win32.whl (535 kB) Collecting aiosignal==1.2.0 Downloading aiosignal-1.2.0-py3-none-any.whl (8.2 kB) Collecting async-timeout==4.0.2 Downloading async_timeout-4.0.2-py3-none-any.whl (5.8 kB) Collecting attrs==21.2.0 Downloading attrs-21.2.0-py2.py3-none-any.whl (53 kB) Collecting base58==2.1.1 Downloading base58-2.1.1-py3-none-any.whl (5.6 kB) Collecting bitarray==1.2.2 Downloading bitarray-1.2.2.tar.gz (48 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Requirement already satisfied: charset-normalizer==2.0.0 in c:\python3.8.9\lib\site-packages (from -r /homedir/wine/drive_c/electroncash/contrib/build-wine/../deterministic-build/requirements-web3.txt (line 32)) (2.0.0) Collecting cytoolz==0.11.2 Downloading cytoolz-0.11.2.tar.gz (481 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting eth-abi==2.1.1 Downloading eth_abi-2.1.1-py3-none-any.whl (27 kB) Collecting eth-account==0.5.7 Downloading eth_account-0.5.7-py3-none-any.whl (101 kB) Collecting eth-hash==0.3.2 Downloading eth_hash-0.3.2-py3-none-any.whl (8.8 kB) Collecting eth-keyfile==0.5.1 Downloading eth_keyfile-0.5.1-py3-none-any.whl (8.3 kB) Collecting eth-keys==0.3.4 Downloading eth_keys-0.3.4-py3-none-any.whl (21 kB) Collecting eth-rlp==0.2.1 Downloading eth_rlp-0.2.1-py3-none-any.whl (5.0 kB) Collecting eth-typing==2.3.0 Downloading eth_typing-2.3.0-py3-none-any.whl (6.2 kB) Collecting eth-utils==1.10.0 Downloading eth_utils-1.10.0-py3-none-any.whl (24 kB) Collecting frozenlist==1.3.0 Downloading frozenlist-1.3.0-cp38-cp38-win32.whl (30 kB) Collecting hexbytes==0.2.2 Downloading hexbytes-0.2.2-py3-none-any.whl (6.1 kB) Collecting ipfshttpclient==0.8.0a2 Downloading ipfshttpclient-0.8.0a2-py3-none-any.whl (82 kB) Collecting jsonschema==3.2.0 Downloading jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) Collecting lru-dict==1.1.7 Downloading lru-dict-1.1.7.tar.gz (10 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting multiaddr==0.0.9 Downloading multiaddr-0.0.9-py2.py3-none-any.whl (16 kB) Collecting multidict==6.0.2 Downloading multidict-6.0.2-cp38-cp38-win32.whl (25 kB) Collecting netaddr==0.8.0 Downloading netaddr-0.8.0-py2.py3-none-any.whl (1.9 MB) Collecting parsimonious==0.8.1 Downloading parsimonious-0.8.1.tar.gz (45 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting pycryptodome==3.14.1 Downloading pycryptodome-3.14.1-cp35-abi3-win32.whl (1.8 MB) Collecting pyrsistent==0.18.1 Downloading pyrsistent-0.18.1-cp38-cp38-win32.whl (59 kB) Collecting rlp==2.0.1 Downloading rlp-2.0.1-py2.py3-none-any.whl (20 kB) Collecting toolz==0.11.2 Downloading toolz-0.11.2-py3-none-any.whl (55 kB) Collecting varint==1.0.2 Downloading varint-1.0.2.tar.gz (1.9 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting web3==5.28.0 Downloading web3-5.28.0-py3-none-any.whl (499 kB) Collecting websockets==9.1 Downloading websockets-9.1-cp38-cp38-win32.whl (89 kB) Collecting yarl==1.7.2 Downloading yarl-1.7.2-cp38-cp38-win32.whl (116 kB) Building wheels for collected packages: bitarray, cytoolz, lru-dict, parsimonious, varint Building wheel for bitarray (setup.py): started dbus[41696]: arguments to dbus_connection_send_with_reply_and_block() were incorrect, assertion "connection != NULL" failed in file ../../../dbus/dbus-connection.c line 3544. This is normally a bug in some application using the D-Bus library. Building wheel for bitarray (setup.py): finished with status 'done' Created wheel for bitarray: filename=bitarray-1.2.2-cp38-cp38-win32.whl size=54195 sha256=7ba8a7df9c2b934f00503a6e31e808fe9d04bb964ab1bc80110120a09a451e9c Stored in directory: c:\users\user\appdata\local\pip\cache\wheels\41\36\95\5b4eca059535a8400e8f4ca38f4883ea1801bb221fbd8170df Building wheel for cytoolz (setup.py): started dbus[41696]: arguments to dbus_connection_send_with_reply_and_block() were incorrect, assertion "connection != NULL" failed in file ../../../dbus/dbus-connection.c line 3544. This is normally a bug in some application using the D-Bus library. Building wheel for cytoolz (setup.py): finished with status 'done' Created wheel for cytoolz: filename=cytoolz-0.11.2-cp38-cp38-win32.whl size=315662 sha256=7c40f5776b0b3dbcead02c7f4f492f7aab464b685c61922f415866664720a323 Stored in directory: c:\users\user\appdata\local\pip\cache\wheels\51\64\37\527da1f62030b9c9f746d907edfa6b3f06324ea42197262ef2 Building wheel for lru-dict (setup.py): started dbus[41696]: arguments to dbus_connection_send_with_reply_and_block() were incorrect, assertion "connection != NULL" failed in file ../../../dbus/dbus-connection.c line 3544. This is normally a bug in some application using the D-Bus library. Building wheel for lru-dict (setup.py): finished with status 'done' Created wheel for lru-dict: filename=lru_dict-1.1.7-cp38-cp38-win32.whl size=11237 sha256=430ef1025ced6f060f1295bd35b8a4c7322134a14ee6db5aa31bb9c48dd1ffa0 Stored in directory: c:\users\user\appdata\local\pip\cache\wheels\ab\ed\82\d47759a6e2416fb78d6ee81c02a970a50d5dc6fc270b5a3242 Building wheel for parsimonious (setup.py): started Building wheel for parsimonious (setup.py): finished with status 'done' Created wheel for parsimonious: filename=parsimonious-0.8.1-py3-none-any.whl size=42709 sha256=e9923a70764cede4451135c689c92ba4ad95048f9a04b9b825178a90e49e858a Stored in directory: c:\users\user\appdata\local\pip\cache\wheels\d8\af\19\fb896f509a437aca2dcf62583e84d7fb2cd5b628c1564a609c Building wheel for varint (setup.py): started Building wheel for varint (setup.py): finished with status 'done' Created wheel for varint: filename=varint-1.0.2-py3-none-any.whl size=1978 sha256=55bd1e03ffa8f6a05edb924bf47d2dd6841346a23d55142f0cfb84a1ed0de944 Stored in directory: c:\users\user\appdata\local\pip\cache\wheels\cc\a8\a4\4d9e9807c27585dc974fc0e86a3e4345649d71f8a35906d1a8 Successfully built bitarray cytoolz lru-dict parsimonious varint Installing collected packages: yarl, websockets, web3, varint, toolz, rlp, pyrsistent, pycryptodome, parsimonious, netaddr, multidict, multiaddr, lru-dict, jsonschema, ipfshttpclient, hexbytes, frozenlist, eth-utils, eth-typing, eth-rlp, eth-keys, eth-keyfile, eth-hash, eth-account, eth-abi, cytoolz, bitarray, base58, attrs, async-timeout, aiosignal, aiohttp Successfully installed aiohttp-3.8.1 aiosignal-1.2.0 async-timeout-4.0.2 attrs-21.2.0 base58-2.1.1 bitarray-1.2.2 cytoolz-0.11.2 eth-abi-2.1.1 eth-account-0.5.7 eth-hash-0.3.2 eth-keyfile-0.5.1 eth-keys-0.3.4 eth-rlp-0.2.1 eth-typing-2.3.0 eth-utils-1.10.0 frozenlist-1.3.0 hexbytes-0.2.2 ipfshttpclient-0.8.0a2 jsonschema-3.2.0 lru-dict-1.1.7 multiaddr-0.0.9 multidict-6.0.2 netaddr-0.8.0 parsimonious-0.8.1 pycryptodome-3.14.1 pyrsistent-0.18.1 rlp-2.0.1 toolz-0.11.2 varint-1.0.2 web3-5.28.0 websockets-9.1 yarl-1.7.2 WARNING: You are using pip version 21.3.1; however, version 22.2.2 is available. You should consider upgrading via the 'C:\python3.8.9\python.exe -m pip install --upgrade pip' command. ~/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' setup.py:10: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp 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.win32\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\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\lns.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\simple_config.py -> build\lib\electroncash copying electroncash\storage.py -> build\lib\electroncash copying electroncash\synchronizer.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\zbar.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\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\lnsqt.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\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\__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\user_port_validator.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\labels copying electroncash_plugins\labels\labels.py -> build\lib\electroncash_plugins\labels copying electroncash_plugins\labels\qt.py -> build\lib\electroncash_plugins\labels copying electroncash_plugins\labels\__init__.py -> build\lib\electroncash_plugins\labels 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\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\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 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 warning: build_py: byte-compiling is disabled, skipping. creating build\bdist.win32 creating build\bdist.win32\egg creating build\bdist.win32\egg\electroncash copying build\lib\electroncash\address.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\asert_daa.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\base_wizard.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\bitcoin.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\blockchain.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\caches.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\cashacct.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\cashaddr.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\coinchooser.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\commands.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\contacts.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\currencies.json -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\daemon.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\dnssec.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\ecc_fast.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\exchange_rate.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\i18n.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\interface.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\jsonrpc.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\keystore.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\libsecp256k1-0.dll -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\libzbar-0.dll -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\lns.py -> build\bdist.win32\egg\electroncash creating build\bdist.win32\egg\electroncash\locale creating build\bdist.win32\egg\electroncash\locale\ar_SA creating build\bdist.win32\egg\electroncash\locale\ar_SA\LC_MESSAGES copying build\lib\electroncash\locale\ar_SA\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\ar_SA\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\bg_BG creating build\bdist.win32\egg\electroncash\locale\bg_BG\LC_MESSAGES copying build\lib\electroncash\locale\bg_BG\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\bg_BG\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\cs_CZ creating build\bdist.win32\egg\electroncash\locale\cs_CZ\LC_MESSAGES copying build\lib\electroncash\locale\cs_CZ\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\cs_CZ\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\da_DK creating build\bdist.win32\egg\electroncash\locale\da_DK\LC_MESSAGES copying build\lib\electroncash\locale\da_DK\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\da_DK\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\de_DE creating build\bdist.win32\egg\electroncash\locale\de_DE\LC_MESSAGES copying build\lib\electroncash\locale\de_DE\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\de_DE\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\el_GR creating build\bdist.win32\egg\electroncash\locale\el_GR\LC_MESSAGES copying build\lib\electroncash\locale\el_GR\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\el_GR\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\eo_UY creating build\bdist.win32\egg\electroncash\locale\eo_UY\LC_MESSAGES copying build\lib\electroncash\locale\eo_UY\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\eo_UY\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\es_AR creating build\bdist.win32\egg\electroncash\locale\es_AR\LC_MESSAGES copying build\lib\electroncash\locale\es_AR\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\es_AR\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\es_ES creating build\bdist.win32\egg\electroncash\locale\es_ES\LC_MESSAGES copying build\lib\electroncash\locale\es_ES\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\es_ES\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\es_MX creating build\bdist.win32\egg\electroncash\locale\es_MX\LC_MESSAGES copying build\lib\electroncash\locale\es_MX\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\es_MX\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\fa_IR creating build\bdist.win32\egg\electroncash\locale\fa_IR\LC_MESSAGES copying build\lib\electroncash\locale\fa_IR\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\fa_IR\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\fr_FR creating build\bdist.win32\egg\electroncash\locale\fr_FR\LC_MESSAGES copying build\lib\electroncash\locale\fr_FR\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\fr_FR\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\hu_HU creating build\bdist.win32\egg\electroncash\locale\hu_HU\LC_MESSAGES copying build\lib\electroncash\locale\hu_HU\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\hu_HU\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\hy_AM creating build\bdist.win32\egg\electroncash\locale\hy_AM\LC_MESSAGES copying build\lib\electroncash\locale\hy_AM\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\hy_AM\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\id_ID creating build\bdist.win32\egg\electroncash\locale\id_ID\LC_MESSAGES copying build\lib\electroncash\locale\id_ID\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\id_ID\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\it_IT creating build\bdist.win32\egg\electroncash\locale\it_IT\LC_MESSAGES copying build\lib\electroncash\locale\it_IT\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\it_IT\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\ja_JP creating build\bdist.win32\egg\electroncash\locale\ja_JP\LC_MESSAGES copying build\lib\electroncash\locale\ja_JP\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\ja_JP\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\ko_KR creating build\bdist.win32\egg\electroncash\locale\ko_KR\LC_MESSAGES copying build\lib\electroncash\locale\ko_KR\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\ko_KR\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\ky_KG creating build\bdist.win32\egg\electroncash\locale\ky_KG\LC_MESSAGES copying build\lib\electroncash\locale\ky_KG\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\ky_KG\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\lv_LV creating build\bdist.win32\egg\electroncash\locale\lv_LV\LC_MESSAGES copying build\lib\electroncash\locale\lv_LV\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\lv_LV\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\nb_NO creating build\bdist.win32\egg\electroncash\locale\nb_NO\LC_MESSAGES copying build\lib\electroncash\locale\nb_NO\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\nb_NO\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\nl_NL creating build\bdist.win32\egg\electroncash\locale\nl_NL\LC_MESSAGES copying build\lib\electroncash\locale\nl_NL\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\nl_NL\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\pl_PL creating build\bdist.win32\egg\electroncash\locale\pl_PL\LC_MESSAGES copying build\lib\electroncash\locale\pl_PL\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\pl_PL\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\pt_BR creating build\bdist.win32\egg\electroncash\locale\pt_BR\LC_MESSAGES copying build\lib\electroncash\locale\pt_BR\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\pt_BR\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\pt_PT creating build\bdist.win32\egg\electroncash\locale\pt_PT\LC_MESSAGES copying build\lib\electroncash\locale\pt_PT\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\pt_PT\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\ro_RO creating build\bdist.win32\egg\electroncash\locale\ro_RO\LC_MESSAGES copying build\lib\electroncash\locale\ro_RO\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\ro_RO\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\ru_RU creating build\bdist.win32\egg\electroncash\locale\ru_RU\LC_MESSAGES copying build\lib\electroncash\locale\ru_RU\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\ru_RU\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\si_LK creating build\bdist.win32\egg\electroncash\locale\si_LK\LC_MESSAGES copying build\lib\electroncash\locale\si_LK\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\si_LK\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\sk_SK creating build\bdist.win32\egg\electroncash\locale\sk_SK\LC_MESSAGES copying build\lib\electroncash\locale\sk_SK\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\sk_SK\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\sl_SI creating build\bdist.win32\egg\electroncash\locale\sl_SI\LC_MESSAGES copying build\lib\electroncash\locale\sl_SI\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\sl_SI\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\sv_SE creating build\bdist.win32\egg\electroncash\locale\sv_SE\LC_MESSAGES copying build\lib\electroncash\locale\sv_SE\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\sv_SE\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\sw_KE creating build\bdist.win32\egg\electroncash\locale\sw_KE\LC_MESSAGES copying build\lib\electroncash\locale\sw_KE\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\sw_KE\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\ta_IN creating build\bdist.win32\egg\electroncash\locale\ta_IN\LC_MESSAGES copying build\lib\electroncash\locale\ta_IN\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\ta_IN\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\th_TH creating build\bdist.win32\egg\electroncash\locale\th_TH\LC_MESSAGES copying build\lib\electroncash\locale\th_TH\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\th_TH\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\tr_TR creating build\bdist.win32\egg\electroncash\locale\tr_TR\LC_MESSAGES copying build\lib\electroncash\locale\tr_TR\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\tr_TR\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\uk_UA creating build\bdist.win32\egg\electroncash\locale\uk_UA\LC_MESSAGES copying build\lib\electroncash\locale\uk_UA\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\uk_UA\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\vi_VN creating build\bdist.win32\egg\electroncash\locale\vi_VN\LC_MESSAGES copying build\lib\electroncash\locale\vi_VN\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\vi_VN\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\zh_CN creating build\bdist.win32\egg\electroncash\locale\zh_CN\LC_MESSAGES copying build\lib\electroncash\locale\zh_CN\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\zh_CN\LC_MESSAGES creating build\bdist.win32\egg\electroncash\locale\zh_TW creating build\bdist.win32\egg\electroncash\locale\zh_TW\LC_MESSAGES copying build\lib\electroncash\locale\zh_TW\LC_MESSAGES\electron-cash.mo -> build\bdist.win32\egg\electroncash\locale\zh_TW\LC_MESSAGES copying build\lib\electroncash\mnemonic.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\msqr.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\network.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\networks.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\old_contacts.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\old_mnemonic.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\paymentrequest.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\paymentrequest_pb2.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\pem.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\plot.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\plugins.py -> build\bdist.win32\egg\electroncash creating build\bdist.win32\egg\electroncash\qrreaders copying build\lib\electroncash\qrreaders\abstract_base.py -> build\bdist.win32\egg\electroncash\qrreaders copying build\lib\electroncash\qrreaders\osxqrdetect.py -> build\bdist.win32\egg\electroncash\qrreaders copying build\lib\electroncash\qrreaders\zbar.py -> build\bdist.win32\egg\electroncash\qrreaders copying build\lib\electroncash\qrreaders\__init__.py -> build\bdist.win32\egg\electroncash\qrreaders copying build\lib\electroncash\ripemd.py -> build\bdist.win32\egg\electroncash creating build\bdist.win32\egg\electroncash\rpa copying build\lib\electroncash\rpa\addr.py -> build\bdist.win32\egg\electroncash\rpa copying build\lib\electroncash\rpa\paycode.py -> build\bdist.win32\egg\electroncash\rpa copying build\lib\electroncash\rpa\rpa_manager.py -> build\bdist.win32\egg\electroncash\rpa copying build\lib\electroncash\rpa\__init__.py -> build\bdist.win32\egg\electroncash\rpa copying build\lib\electroncash\rsakey.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\schnorr.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\secp256k1.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\servers.json -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\servers_scalenet.json -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\servers_testnet.json -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\servers_testnet4.json -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\simple_config.py -> build\bdist.win32\egg\electroncash creating build\bdist.win32\egg\electroncash\slp copying build\lib\electroncash\slp\exceptions.py -> build\bdist.win32\egg\electroncash\slp copying build\lib\electroncash\slp\slp.py -> build\bdist.win32\egg\electroncash\slp copying build\lib\electroncash\slp\__init__.py -> build\bdist.win32\egg\electroncash\slp copying build\lib\electroncash\storage.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\synchronizer.py -> build\bdist.win32\egg\electroncash creating build\bdist.win32\egg\electroncash\tor creating build\bdist.win32\egg\electroncash\tor\bin copying build\lib\electroncash\tor\bin\tor.exe -> build\bdist.win32\egg\electroncash\tor\bin copying build\lib\electroncash\tor\controller.py -> build\bdist.win32\egg\electroncash\tor copying build\lib\electroncash\tor\__init__.py -> build\bdist.win32\egg\electroncash\tor copying build\lib\electroncash\transaction.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\util.py -> build\bdist.win32\egg\electroncash creating build\bdist.win32\egg\electroncash\utils copying build\lib\electroncash\utils\event.py -> build\bdist.win32\egg\electroncash\utils copying build\lib\electroncash\utils\macos.py -> build\bdist.win32\egg\electroncash\utils copying build\lib\electroncash\utils\unicode_tools.py -> build\bdist.win32\egg\electroncash\utils copying build\lib\electroncash\utils\__init__.py -> build\bdist.win32\egg\electroncash\utils copying build\lib\electroncash\verifier.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\version.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\wallet.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\web.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\websockets.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\winconsole.py -> build\bdist.win32\egg\electroncash creating build\bdist.win32\egg\electroncash\wordlist copying build\lib\electroncash\wordlist\chinese_simplified.txt -> build\bdist.win32\egg\electroncash\wordlist copying build\lib\electroncash\wordlist\english.txt -> build\bdist.win32\egg\electroncash\wordlist copying build\lib\electroncash\wordlist\japanese.txt -> build\bdist.win32\egg\electroncash\wordlist copying build\lib\electroncash\wordlist\portuguese.txt -> build\bdist.win32\egg\electroncash\wordlist copying build\lib\electroncash\wordlist\spanish.txt -> build\bdist.win32\egg\electroncash\wordlist copying build\lib\electroncash\x509.py -> build\bdist.win32\egg\electroncash copying build\lib\electroncash\__init__.py -> build\bdist.win32\egg\electroncash creating build\bdist.win32\egg\electroncash_gui creating build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\address_dialog.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\address_list.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\amountedit.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\bip38_importer.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\cashacctqt.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\console.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\contact_list.py -> build\bdist.win32\egg\electroncash_gui\qt creating build\bdist.win32\egg\electroncash_gui\qt\data copying build\lib\electroncash_gui\qt\data\ecsupplemental_win.ttf -> build\bdist.win32\egg\electroncash_gui\qt\data copying build\lib\electroncash_gui\qt\exception_window.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\external_plugins_window.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\fee_slider.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\history_list.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\icons.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\installwizard.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\invoice_list.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\lnsqt.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\main_window.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\network_dialog.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\password_dialog.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\paytoedit.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\popup_widget.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\qrcodewidget.py -> build\bdist.win32\egg\electroncash_gui\qt creating build\bdist.win32\egg\electroncash_gui\qt\qrreader copying build\lib\electroncash_gui\qt\qrreader\camera_dialog.py -> build\bdist.win32\egg\electroncash_gui\qt\qrreader copying build\lib\electroncash_gui\qt\qrreader\crop_blur_effect.py -> build\bdist.win32\egg\electroncash_gui\qt\qrreader copying build\lib\electroncash_gui\qt\qrreader\validator.py -> build\bdist.win32\egg\electroncash_gui\qt\qrreader copying build\lib\electroncash_gui\qt\qrreader\video_overlay.py -> build\bdist.win32\egg\electroncash_gui\qt\qrreader copying build\lib\electroncash_gui\qt\qrreader\video_surface.py -> build\bdist.win32\egg\electroncash_gui\qt\qrreader copying build\lib\electroncash_gui\qt\qrreader\video_widget.py -> build\bdist.win32\egg\electroncash_gui\qt\qrreader copying build\lib\electroncash_gui\qt\qrreader\__init__.py -> build\bdist.win32\egg\electroncash_gui\qt\qrreader copying build\lib\electroncash_gui\qt\qrtextedit.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\qrwindow.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\request_list.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\scan_beyond_gap.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\seed_dialog.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\style_patcher.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\transaction_dialog.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\udev_installer.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\update_checker.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\util.py -> build\bdist.win32\egg\electroncash_gui\qt creating build\bdist.win32\egg\electroncash_gui\qt\utils copying build\lib\electroncash_gui\qt\utils\aspect_layout.py -> build\bdist.win32\egg\electroncash_gui\qt\utils copying build\lib\electroncash_gui\qt\utils\aspect_svg_widget.py -> build\bdist.win32\egg\electroncash_gui\qt\utils copying build\lib\electroncash_gui\qt\utils\color_utils.py -> build\bdist.win32\egg\electroncash_gui\qt\utils creating build\bdist.win32\egg\electroncash_gui\qt\utils\darkdetect copying build\lib\electroncash_gui\qt\utils\darkdetect\_detect.py -> build\bdist.win32\egg\electroncash_gui\qt\utils\darkdetect copying build\lib\electroncash_gui\qt\utils\darkdetect\_dummy.py -> build\bdist.win32\egg\electroncash_gui\qt\utils\darkdetect copying build\lib\electroncash_gui\qt\utils\darkdetect\__init__.py -> build\bdist.win32\egg\electroncash_gui\qt\utils\darkdetect copying build\lib\electroncash_gui\qt\utils\image_effect.py -> build\bdist.win32\egg\electroncash_gui\qt\utils copying build\lib\electroncash_gui\qt\utils\user_port_validator.py -> build\bdist.win32\egg\electroncash_gui\qt\utils copying build\lib\electroncash_gui\qt\utils\__init__.py -> build\bdist.win32\egg\electroncash_gui\qt\utils copying build\lib\electroncash_gui\qt\utxo_list.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\qt\__init__.py -> build\bdist.win32\egg\electroncash_gui\qt copying build\lib\electroncash_gui\stdio.py -> build\bdist.win32\egg\electroncash_gui copying build\lib\electroncash_gui\text.py -> build\bdist.win32\egg\electroncash_gui copying build\lib\electroncash_gui\__init__.py -> build\bdist.win32\egg\electroncash_gui creating build\bdist.win32\egg\electroncash_plugins creating build\bdist.win32\egg\electroncash_plugins\audio_modem copying build\lib\electroncash_plugins\audio_modem\qt.py -> build\bdist.win32\egg\electroncash_plugins\audio_modem copying build\lib\electroncash_plugins\audio_modem\__init__.py -> build\bdist.win32\egg\electroncash_plugins\audio_modem creating build\bdist.win32\egg\electroncash_plugins\cosigner_pool copying build\lib\electroncash_plugins\cosigner_pool\qt.py -> build\bdist.win32\egg\electroncash_plugins\cosigner_pool copying build\lib\electroncash_plugins\cosigner_pool\__init__.py -> build\bdist.win32\egg\electroncash_plugins\cosigner_pool creating build\bdist.win32\egg\electroncash_plugins\digitalbitbox copying build\lib\electroncash_plugins\digitalbitbox\cmdline.py -> build\bdist.win32\egg\electroncash_plugins\digitalbitbox copying build\lib\electroncash_plugins\digitalbitbox\digitalbitbox.py -> build\bdist.win32\egg\electroncash_plugins\digitalbitbox copying build\lib\electroncash_plugins\digitalbitbox\qt.py -> build\bdist.win32\egg\electroncash_plugins\digitalbitbox copying build\lib\electroncash_plugins\digitalbitbox\__init__.py -> build\bdist.win32\egg\electroncash_plugins\digitalbitbox creating build\bdist.win32\egg\electroncash_plugins\email_requests copying build\lib\electroncash_plugins\email_requests\qt.py -> build\bdist.win32\egg\electroncash_plugins\email_requests copying build\lib\electroncash_plugins\email_requests\__init__.py -> build\bdist.win32\egg\electroncash_plugins\email_requests creating build\bdist.win32\egg\electroncash_plugins\fusion copying build\lib\electroncash_plugins\fusion\Cash Fusion Logo - No Text Gray.svg -> build\bdist.win32\egg\electroncash_plugins\fusion copying build\lib\electroncash_plugins\fusion\Cash Fusion Logo - No Text.svg -> build\bdist.win32\egg\electroncash_plugins\fusion copying build\lib\electroncash_plugins\fusion\cmdline.py -> build\bdist.win32\egg\electroncash_plugins\fusion copying build\lib\electroncash_plugins\fusion\comms.py -> build\bdist.win32\egg\electroncash_plugins\fusion copying build\lib\electroncash_plugins\fusion\compatibility.py -> build\bdist.win32\egg\electroncash_plugins\fusion copying build\lib\electroncash_plugins\fusion\conf.py -> build\bdist.win32\egg\electroncash_plugins\fusion copying build\lib\electroncash_plugins\fusion\connection.py -> build\bdist.win32\egg\electroncash_plugins\fusion copying build\lib\electroncash_plugins\fusion\covert.py -> build\bdist.win32\egg\electroncash_plugins\fusion copying build\lib\electroncash_plugins\fusion\encrypt.py -> build\bdist.win32\egg\electroncash_plugins\fusion copying build\lib\electroncash_plugins\fusion\fusion.py -> build\bdist.win32\egg\electroncash_plugins\fusion copying build\lib\electroncash_plugins\fusion\fusion_pb2.py -> build\bdist.win32\egg\electroncash_plugins\fusion copying build\lib\electroncash_plugins\fusion\pedersen.py -> build\bdist.win32\egg\electroncash_plugins\fusion copying build\lib\electroncash_plugins\fusion\plugin.py -> build\bdist.win32\egg\electroncash_plugins\fusion copying build\lib\electroncash_plugins\fusion\protocol.py -> build\bdist.win32\egg\electroncash_plugins\fusion copying build\lib\electroncash_plugins\fusion\qt.py -> build\bdist.win32\egg\electroncash_plugins\fusion copying build\lib\electroncash_plugins\fusion\red_exclamation.png -> build\bdist.win32\egg\electroncash_plugins\fusion copying build\lib\electroncash_plugins\fusion\server.py -> build\bdist.win32\egg\electroncash_plugins\fusion copying build\lib\electroncash_plugins\fusion\util.py -> build\bdist.win32\egg\electroncash_plugins\fusion copying build\lib\electroncash_plugins\fusion\validation.py -> build\bdist.win32\egg\electroncash_plugins\fusion copying build\lib\electroncash_plugins\fusion\__init__.py -> build\bdist.win32\egg\electroncash_plugins\fusion creating build\bdist.win32\egg\electroncash_plugins\hw_wallet copying build\lib\electroncash_plugins\hw_wallet\cmdline.py -> build\bdist.win32\egg\electroncash_plugins\hw_wallet copying build\lib\electroncash_plugins\hw_wallet\plugin.py -> build\bdist.win32\egg\electroncash_plugins\hw_wallet copying build\lib\electroncash_plugins\hw_wallet\qt.py -> build\bdist.win32\egg\electroncash_plugins\hw_wallet copying build\lib\electroncash_plugins\hw_wallet\__init__.py -> build\bdist.win32\egg\electroncash_plugins\hw_wallet creating build\bdist.win32\egg\electroncash_plugins\keepkey copying build\lib\electroncash_plugins\keepkey\client.py -> build\bdist.win32\egg\electroncash_plugins\keepkey copying build\lib\electroncash_plugins\keepkey\clientbase.py -> build\bdist.win32\egg\electroncash_plugins\keepkey copying build\lib\electroncash_plugins\keepkey\cmdline.py -> build\bdist.win32\egg\electroncash_plugins\keepkey copying build\lib\electroncash_plugins\keepkey\keepkey.py -> build\bdist.win32\egg\electroncash_plugins\keepkey copying build\lib\electroncash_plugins\keepkey\qt.py -> build\bdist.win32\egg\electroncash_plugins\keepkey copying build\lib\electroncash_plugins\keepkey\__init__.py -> build\bdist.win32\egg\electroncash_plugins\keepkey creating build\bdist.win32\egg\electroncash_plugins\labels copying build\lib\electroncash_plugins\labels\labels.py -> build\bdist.win32\egg\electroncash_plugins\labels copying build\lib\electroncash_plugins\labels\qt.py -> build\bdist.win32\egg\electroncash_plugins\labels copying build\lib\electroncash_plugins\labels\__init__.py -> build\bdist.win32\egg\electroncash_plugins\labels creating build\bdist.win32\egg\electroncash_plugins\ledger copying build\lib\electroncash_plugins\ledger\auth2fa.py -> build\bdist.win32\egg\electroncash_plugins\ledger copying build\lib\electroncash_plugins\ledger\cmdline.py -> build\bdist.win32\egg\electroncash_plugins\ledger copying build\lib\electroncash_plugins\ledger\ledger.py -> build\bdist.win32\egg\electroncash_plugins\ledger copying build\lib\electroncash_plugins\ledger\qt.py -> build\bdist.win32\egg\electroncash_plugins\ledger copying build\lib\electroncash_plugins\ledger\__init__.py -> build\bdist.win32\egg\electroncash_plugins\ledger creating build\bdist.win32\egg\electroncash_plugins\satochip copying build\lib\electroncash_plugins\satochip\qt.py -> build\bdist.win32\egg\electroncash_plugins\satochip copying build\lib\electroncash_plugins\satochip\satochip.py -> build\bdist.win32\egg\electroncash_plugins\satochip copying build\lib\electroncash_plugins\satochip\__init__.py -> build\bdist.win32\egg\electroncash_plugins\satochip creating build\bdist.win32\egg\electroncash_plugins\shuffle_deprecated copying build\lib\electroncash_plugins\shuffle_deprecated\client.py -> build\bdist.win32\egg\electroncash_plugins\shuffle_deprecated copying build\lib\electroncash_plugins\shuffle_deprecated\coin_utils.py -> build\bdist.win32\egg\electroncash_plugins\shuffle_deprecated copying build\lib\electroncash_plugins\shuffle_deprecated\comms.py -> build\bdist.win32\egg\electroncash_plugins\shuffle_deprecated copying build\lib\electroncash_plugins\shuffle_deprecated\conf_keys.py -> build\bdist.win32\egg\electroncash_plugins\shuffle_deprecated copying build\lib\electroncash_plugins\shuffle_deprecated\crypto.py -> build\bdist.win32\egg\electroncash_plugins\shuffle_deprecated copying build\lib\electroncash_plugins\shuffle_deprecated\messages.py -> build\bdist.win32\egg\electroncash_plugins\shuffle_deprecated copying build\lib\electroncash_plugins\shuffle_deprecated\message_pb2.py -> build\bdist.win32\egg\electroncash_plugins\shuffle_deprecated copying build\lib\electroncash_plugins\shuffle_deprecated\qt.py -> build\bdist.win32\egg\electroncash_plugins\shuffle_deprecated copying build\lib\electroncash_plugins\shuffle_deprecated\qt_status_bar_mgr.py -> build\bdist.win32\egg\electroncash_plugins\shuffle_deprecated copying build\lib\electroncash_plugins\shuffle_deprecated\round.py -> build\bdist.win32\egg\electroncash_plugins\shuffle_deprecated copying build\lib\electroncash_plugins\shuffle_deprecated\servers.json -> build\bdist.win32\egg\electroncash_plugins\shuffle_deprecated copying build\lib\electroncash_plugins\shuffle_deprecated\__init__.py -> build\bdist.win32\egg\electroncash_plugins\shuffle_deprecated creating build\bdist.win32\egg\electroncash_plugins\trezor copying build\lib\electroncash_plugins\trezor\clientbase.py -> build\bdist.win32\egg\electroncash_plugins\trezor copying build\lib\electroncash_plugins\trezor\cmdline.py -> build\bdist.win32\egg\electroncash_plugins\trezor copying build\lib\electroncash_plugins\trezor\qt.py -> build\bdist.win32\egg\electroncash_plugins\trezor copying build\lib\electroncash_plugins\trezor\trezor.py -> build\bdist.win32\egg\electroncash_plugins\trezor copying build\lib\electroncash_plugins\trezor\__init__.py -> build\bdist.win32\egg\electroncash_plugins\trezor creating build\bdist.win32\egg\electroncash_plugins\virtualkeyboard copying build\lib\electroncash_plugins\virtualkeyboard\qt.py -> build\bdist.win32\egg\electroncash_plugins\virtualkeyboard copying build\lib\electroncash_plugins\virtualkeyboard\__init__.py -> build\bdist.win32\egg\electroncash_plugins\virtualkeyboard copying build\lib\electroncash_plugins\__init__.py -> build\bdist.win32\egg\electroncash_plugins warning: install_lib: byte-compiling is disabled, skipping. creating build\bdist.win32\egg\EGG-INFO installing scripts to build\bdist.win32\egg\EGG-INFO\scripts running install_scripts running build_scripts creating build\scripts-3.8 copying and adjusting electron-cash -> build\scripts-3.8 creating build\bdist.win32\egg\EGG-INFO\scripts copying build\scripts-3.8\electron-cash -> build\bdist.win32\egg\EGG-INFO\scripts copying Electron_Cash.egg-info\PKG-INFO -> build\bdist.win32\egg\EGG-INFO copying Electron_Cash.egg-info\SOURCES.txt -> build\bdist.win32\egg\EGG-INFO copying Electron_Cash.egg-info\dependency_links.txt -> build\bdist.win32\egg\EGG-INFO copying Electron_Cash.egg-info\requires.txt -> build\bdist.win32\egg\EGG-INFO copying Electron_Cash.egg-info\top_level.txt -> build\bdist.win32\egg\EGG-INFO writing build\bdist.win32\egg\EGG-INFO\native_libs.txt zip_safe flag not set; analyzing archive contents... creating dist creating 'dist\Electron_Cash-4.2.11-py3.8.egg' and adding 'build\bdist.win32\egg' to it removing 'build\bdist.win32\egg' (and everything under it) Processing Electron_Cash-4.2.11-py3.8.egg Copying Electron_Cash-4.2.11-py3.8.egg to c:\python3.8.9\lib\site-packages Adding Electron-Cash 4.2.11 to easy-install.pth file Installing electron-cash script to C:\python3.8.9\Scripts Installed c:\python3.8.9\lib\site-packages\electron_cash-4.2.11-py3.8.egg Processing dependencies for Electron-Cash==4.2.11 Searching for dnspython==2.1.0 Best match: dnspython 2.1.0 Adding dnspython 2.1.0 to easy-install.pth file Using c:\python3.8.9\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.8.9\lib\site-packages Searching for certifi==2021.10.8 Best match: certifi 2021.10.8 Adding certifi 2021.10.8 to easy-install.pth file Using c:\python3.8.9\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.8.9\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.8.9\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.8.9\Scripts Installing qdarkstyle.exe script to C:\python3.8.9\Scripts Installing qdarkstyle.exe.manifest script to C:\python3.8.9\Scripts Installing qdarkstyle.example-script.py script to C:\python3.8.9\Scripts Installing qdarkstyle.example.exe script to C:\python3.8.9\Scripts Installing qdarkstyle.example.exe.manifest script to C:\python3.8.9\Scripts Installing qdarkstyle.utils-script.py script to C:\python3.8.9\Scripts Installing qdarkstyle.utils.exe script to C:\python3.8.9\Scripts Installing qdarkstyle.utils.exe.manifest script to C:\python3.8.9\Scripts Using c:\python3.8.9\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.8.9\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.8.9\lib\site-packages Searching for protobuf==3.19.4 Best match: protobuf 3.19.4 Adding protobuf 3.19.4 to easy-install.pth file Using c:\python3.8.9\lib\site-packages Searching for qrcode==6.1 Best match: qrcode 6.1 Adding qrcode 6.1 to easy-install.pth file Installing qr-script.py script to C:\python3.8.9\Scripts Installing qr.exe script to C:\python3.8.9\Scripts Installing qr.exe.manifest script to C:\python3.8.9\Scripts Using c:\python3.8.9\lib\site-packages Searching for requests==2.27.1 Best match: requests 2.27.1 Adding requests 2.27.1 to easy-install.pth file Using c:\python3.8.9\lib\site-packages Searching for ecdsa==0.16.1 Best match: ecdsa 0.16.1 Adding ecdsa 0.16.1 to easy-install.pth file Using c:\python3.8.9\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.8.9\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.8.9\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.8.9\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.8.9\lib\site-packages Searching for urllib3==1.26.7 Best match: urllib3 1.26.7 Adding urllib3 1.26.7 to easy-install.pth file Using c:\python3.8.9\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.8.9\Scripts Installing normalizer.exe script to C:\python3.8.9\Scripts Installing normalizer.exe.manifest script to C:\python3.8.9\Scripts Using c:\python3.8.9\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.8.9\lib\site-packages Searching for packaging==21.3 Best match: packaging 21.3 Adding packaging 21.3 to easy-install.pth file Using c:\python3.8.9\lib\site-packages Searching for pyparsing==3.0.7 Best match: pyparsing 3.0.7 Adding pyparsing 3.0.7 to easy-install.pth file Using c:\python3.8.9\lib\site-packages Finished processing dependencies for Electron-Cash==4.2.11 ~/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.8.9 ~/wine/drive_c/electroncash/contrib/build-wine ~/wine/drive_c/electroncash/contrib/build-wine total 5280 drwxr-xr-x 2 user 1001 4096 Nov 11 2000 DLLs -rw-r--r-- 1 user 1001 32628 Nov 11 2000 LICENSE.txt drwxr-xr-x 30 user 1001 4096 Nov 11 2000 Lib -rw-r--r-- 1 user 1001 948004 Nov 11 2000 NEWS.txt drwxr-xr-x 2 user 1001 4096 Nov 11 2000 Scripts drwxr-xr-x 7 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 98992 Nov 11 2000 python.exe -rw-r--r-- 1 user 1001 59568 Nov 11 2000 python3.dll -rw-r--r-- 1 user 1001 4054192 Nov 11 2000 python38.dll -rwxr-xr-x 1 user 1001 97456 Nov 11 2000 pythonw.exe drwxr-xr-x 3 user 1001 4096 Nov 11 2000 share -rw-r--r-- 1 user 1001 76176 Nov 11 2000 vcruntime140.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 ... 1661 INFO: PyInstaller: 4.2 1661 INFO: Python: 3.8.9 1663 INFO: Platform: Windows-10-10.0.18362 1687 INFO: UPX is not available. 18910 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'] 19144 INFO: checking Analysis 19144 INFO: Building Analysis because Analysis-00.toc is non existent 19145 INFO: Initializing module dependency graph... 19207 INFO: Caching module graph hooks... 19256 WARNING: Several hooks defined for module 'win32ctypes.core'. Please take care they do not conflict. 19342 INFO: Analyzing base_library.zip ... 36877 INFO: Processing pre-find module path hook distutils from 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks\\pre_find_module_path\\hook-distutils.py'. 36887 INFO: distutils: retargeting to non-venv dir 'C:\\python3.8.9\\lib' 51619 INFO: Caching module dependency graph... 52593 INFO: running Analysis Analysis-00.toc 52660 INFO: Adding Microsoft.Windows.Common-Controls to dependent assemblies of final executable required by C:\python3.8.9\python.exe 53171 INFO: Analyzing C:\electroncash\electron-cash 56892 INFO: Processing pre-safe import module hook six.moves from 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks\\pre_safe_import_module\\hook-six.moves.py'. 66095 INFO: Processing pre-safe import module hook urllib3.packages.six.moves from 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks\\pre_safe_import_module\\hook-urllib3.packages.six.moves.py'. 151970 INFO: Processing pre-find module path hook site from 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks\\pre_find_module_path\\hook-site.py'. 151986 INFO: site: retargeting to fake-dir 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\fake-modules' 296523 INFO: Analyzing C:\electroncash\electroncash_gui\qt\main_window.py 298198 INFO: Analyzing C:\electroncash\electroncash_gui\qt\qrreader\camera_dialog.py 312026 INFO: Analyzing C:\electroncash\electroncash_gui\text.py 312082 INFO: Analyzing C:\electroncash\electroncash\util.py 312152 INFO: Analyzing C:\electroncash\electroncash\wallet.py 312467 INFO: Analyzing C:\electroncash\electroncash\simple_config.py 312514 INFO: Analyzing C:\electroncash\electroncash\bitcoin.py 312694 INFO: Analyzing C:\electroncash\electroncash\dnssec.py 312736 INFO: Analyzing C:\electroncash\electroncash\commands.py 312856 INFO: Analyzing C:\electroncash\electroncash\tor\controller.py 312938 INFO: Analyzing C:\electroncash\electroncash_plugins\cosigner_pool\qt.py 312982 INFO: Analyzing C:\electroncash\electroncash_plugins\email_requests\qt.py 314198 INFO: Analyzing C:\electroncash\electroncash_plugins\trezor\clientbase.py 325937 INFO: Analyzing C:\electroncash\electroncash_plugins\trezor\trezor.py 325987 INFO: Analyzing C:\electroncash\electroncash_plugins\trezor\qt.py 327080 INFO: Analyzing C:\electroncash\electroncash_plugins\keepkey\qt.py 329057 INFO: Analyzing C:\electroncash\electroncash_plugins\ledger\qt.py 329070 INFO: Analyzing C:\electroncash\electroncash_plugins\satochip\qt.py 337499 INFO: Analyzing C:\electroncash\electroncash_plugins\fusion\fusion.py 337637 INFO: Analyzing C:\electroncash\electroncash_plugins\fusion\qt.py 337837 INFO: Analyzing hidden import 'trezorlib.cli.crypto' 338766 INFO: Analyzing hidden import 'trezorlib.toif' 341636 INFO: Analyzing hidden import 'trezorlib.tezos' 341646 INFO: Analyzing hidden import 'trezorlib.cli.firmware' 341684 INFO: Analyzing hidden import 'trezorlib.cli.lisk' 341714 INFO: Analyzing hidden import 'trezorlib.binance' 341726 INFO: Analyzing hidden import 'trezorlib.cli.settings' 341751 INFO: Analyzing hidden import 'trezorlib.cli.eos' 341802 INFO: Analyzing hidden import 'trezorlib.cli.binance' 341817 INFO: Analyzing hidden import 'trezorlib.debuglink' 341878 INFO: Analyzing hidden import 'trezorlib.stellar' 341969 INFO: Analyzing hidden import 'trezorlib.cli.monero' 341990 INFO: Analyzing hidden import 'trezorlib.cli.tezos' 342004 INFO: Analyzing hidden import 'trezorlib.cli.nem' 342043 INFO: Analyzing hidden import 'trezorlib.ripple' 342053 INFO: Analyzing hidden import 'trezorlib.cli.ethereum' 342087 INFO: Analyzing hidden import 'trezorlib.cli.ripple' 342101 INFO: Analyzing hidden import 'trezorlib.cli.cosi' 342115 INFO: Analyzing hidden import 'trezorlib.cli.btc' 342148 INFO: Analyzing hidden import 'trezorlib.cli.cardano' 342199 INFO: Analyzing hidden import 'trezorlib.cli.trezorctl' 342392 INFO: Analyzing hidden import 'btchip.btchipHelpers' 343414 INFO: Analyzing hidden import 'btchip.btchip' 343686 INFO: Analyzing hidden import 'btchip.btchipUtils' 343705 INFO: Analyzing hidden import 'btchip.ui.personalization03config' 344621 INFO: Analyzing hidden import 'btchip.ui.personalization00start' 344633 INFO: Analyzing hidden import 'btchip.msqr' 344646 INFO: Analyzing hidden import 'btchip.ui.personalization04finalize' 344662 INFO: Analyzing hidden import 'btchip.btchipPersoWizard' 344785 INFO: Analyzing hidden import 'btchip.ui.personalization01seed' 344802 INFO: Analyzing hidden import 'btchip.ui.personalizationseedbackup03' 344822 INFO: Analyzing hidden import 'btchip.btchipFirmwareWizard' 344830 INFO: Analyzing hidden import 'btchip.ui.personalizationseedbackup02' 344842 INFO: Analyzing hidden import 'btchip.ui.personalizationseedbackup01' 344860 INFO: Analyzing hidden import 'btchip.ui.personalizationseedbackup04' 344874 INFO: Analyzing hidden import 'btchip.ui.personalization02security' 344903 INFO: Analyzing hidden import 'keepkeylib.transport_fake' 345571 INFO: Analyzing hidden import 'keepkeylib.ckd_public' 345607 INFO: Analyzing hidden import 'keepkeylib.eth.ethereum_tokens' 346655 INFO: Analyzing hidden import 'keepkeylib.exchange' 346745 INFO: Analyzing hidden import 'keepkeylib.eos' 346784 INFO: Analyzing hidden import 'keepkeylib.transport_hid' 346819 INFO: Analyzing hidden import 'keepkeylib.messages_ripple_pb2' 346844 INFO: Analyzing hidden import 'keepkeylib.transport_serial' 346920 INFO: Analyzing hidden import 'keepkeylib.transport_webusb' 346939 INFO: Analyzing hidden import 'keepkeylib.ripple' 346989 INFO: Analyzing hidden import 'keepkeylib.transport_pipe' 347005 INFO: Analyzing hidden import 'keepkeylib.debuglink' 347029 INFO: Analyzing hidden import 'keepkeylib.filecache' 347055 INFO: Analyzing hidden import 'keepkeylib.client' 347197 INFO: Analyzing hidden import 'keepkeylib.protobuf_json' 347276 INFO: Analyzing hidden import 'keepkeylib.cosmos' 347357 INFO: Analyzing hidden import 'keepkeylib.tx_api' 347383 INFO: Analyzing hidden import 'keepkeylib.transport_udp' 347400 INFO: Analyzing hidden import 'keepkeylib.transport_socket' 347421 INFO: Analyzing hidden import 'smartcard.wx.ReaderToolbar' 348466 INFO: Analyzing hidden import 'smartcard.CardNames' 348634 INFO: Analyzing hidden import 'smartcard.sw.ISO7816_4ErrorChecker' 348654 INFO: Analyzing hidden import 'smartcard.wx.APDUTracerPanel' 348671 INFO: Analyzing hidden import 'smartcard.sw.ISO7816_8ErrorChecker' 348688 INFO: Analyzing hidden import 'smartcard.ExclusiveTransmitCardConnection' 348710 INFO: Analyzing hidden import 'smartcard.guid' 348721 INFO: Analyzing hidden import 'smartcard.sw.ISO7816_4_SW1ErrorChecker' 348734 INFO: Analyzing hidden import 'smartcard.sw.ErrorCheckingChain' 348744 INFO: Analyzing hidden import 'smartcard.wx.CardAndReaderTreePanel' 348843 INFO: Analyzing hidden import 'smartcard.ExclusiveConnectCardConnection' 348865 INFO: Analyzing hidden import 'smartcard.sw.op21_ErrorChecker' 348877 INFO: Analyzing hidden import 'smartcard.wx.APDUHexValidator' 348903 INFO: Analyzing hidden import 'smartcard.ATR' 348949 INFO: Analyzing hidden import 'smartcard.sw.ISO7816_9ErrorChecker' 348961 INFO: Analyzing hidden import 'smartcard.pyro.PyroReader' 349977 INFO: Processing module hooks... 349978 INFO: Loading module hook 'hook-certifi.py' from 'C:\\python3.8.9\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'... 350061 INFO: Loading module hook 'hook-Crypto.py' from 'C:\\python3.8.9\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'... 350255 INFO: Loading module hook 'hook-Cryptodome.py' from 'C:\\python3.8.9\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'... 350644 INFO: Loading module hook 'hook-cryptography.py' from 'C:\\python3.8.9\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'... 355397 INFO: Loading module hook 'hook-cytoolz.itertoolz.py' from 'C:\\python3.8.9\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'... 355425 INFO: Loading module hook 'hook-dns.rdata.py' from 'C:\\python3.8.9\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'... 358697 INFO: Loading module hook 'hook-eth_abi.py' from 'C:\\python3.8.9\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'... 358727 INFO: Loading module hook 'hook-eth_account.py' from 'C:\\python3.8.9\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'... 358759 INFO: Loading module hook 'hook-eth_hash.py' from 'C:\\python3.8.9\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'... 360851 INFO: Loading module hook 'hook-eth_keyfile.py' from 'C:\\python3.8.9\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'... 360884 INFO: Loading module hook 'hook-eth_utils.py' from 'C:\\python3.8.9\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'... 360921 INFO: Loading module hook 'hook-jsonschema.py' from 'C:\\python3.8.9\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'... 361413 INFO: Loading module hook 'hook-pycparser.py' from 'C:\\python3.8.9\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'... 361423 INFO: Loading module hook 'hook-web3.py' from 'C:\\python3.8.9\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'... 361453 INFO: Loading module hook 'hook-win32ctypes.core.py' from 'C:\\python3.8.9\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\stdhooks'... 365322 INFO: Loading module hook 'hook-difflib.py' from 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks'... 365349 INFO: Excluding import of doctest from module difflib 365350 INFO: Loading module hook 'hook-distutils.py' from 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks'... 365366 INFO: Loading module hook 'hook-distutils.util.py' from 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks'... 365384 INFO: Excluding import of lib2to3.refactor from module distutils.util 365384 INFO: Loading module hook 'hook-encodings.py' from 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks'... 366952 INFO: Loading module hook 'hook-heapq.py' from 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks'... 366982 INFO: Excluding import of doctest from module heapq 366982 INFO: Loading module hook 'hook-lib2to3.py' from 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks'... 368052 INFO: Loading module hook 'hook-multiprocessing.util.py' from 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks'... 368075 INFO: Excluding import of test from module multiprocessing.util 368075 INFO: Loading module hook 'hook-packaging.py' from 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks'... 368084 INFO: Loading module hook 'hook-pickle.py' from 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks'... 368106 INFO: Excluding import of argparse from module pickle 368106 INFO: Loading module hook 'hook-pkg_resources.py' from 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks'... 376953 INFO: Processing pre-safe import module hook win32com from 'C:\\python3.8.9\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\pre_safe_import_module\\hook-win32com.py'. 379007 WARNING: Hidden import "pkg_resources.py2_warn" not found! 382096 WARNING: Hidden import "pkg_resources.markers" not found! 382115 INFO: Excluding import of __main__ from module pkg_resources 382117 INFO: Loading module hook 'hook-PyQt5.py' from 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks'... 384212 WARNING: Hidden import "sip" not found! 384213 INFO: Loading module hook 'hook-PyQt5.QtCore.py' from 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks'... 384856 INFO: Loading module hook 'hook-PyQt5.QtGui.py' from 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks'... 385746 INFO: Loading module hook 'hook-PyQt5.QtMultimedia.py' from 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks'... 387933 INFO: Loading module hook 'hook-PyQt5.QtNetwork.py' from 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks'... 390390 INFO: Loading module hook 'hook-PyQt5.QtSvg.py' from 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks'... 392627 INFO: Loading module hook 'hook-PyQt5.QtWidgets.py' from 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks'... 394784 INFO: Loading module hook 'hook-setuptools.py' from 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks'... 404141 INFO: Import to be excluded not found: 'setuptools.py33compat' 404141 INFO: Import to be excluded not found: 'setuptools.py27compat' 404142 INFO: Loading module hook 'hook-shelve.py' from 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks'... 404260 INFO: Loading module hook 'hook-sqlite3.py' from 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks'... 406041 INFO: Loading module hook 'hook-sysconfig.py' from 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks'... 406054 INFO: Loading module hook 'hook-xml.dom.domreg.py' from 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks'... 406061 INFO: Loading module hook 'hook-xml.etree.cElementTree.py' from 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks'... 406068 INFO: Loading module hook 'hook-xml.py' from 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks'... 406081 INFO: Loading module hook 'hook-setuptools.msvc.py' from 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks'... 406106 INFO: Excluding import of numpy from module setuptools.msvc 406363 INFO: Looking for ctypes DLLs 406865 INFO: Analyzing run-time hooks ... 406919 INFO: Including run-time hook 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py' 406933 INFO: Including run-time hook 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pyqt5.py' 406942 INFO: Including run-time hook 'C:\\python3.8.9\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgres.py' 407022 INFO: Including run-time hook 'C:\\python3.8.9\\lib\\site-packages\\_pyinstaller_hooks_contrib\\hooks\\rthooks\\pyi_rth_certifi.py' 407136 INFO: Looking for dynamic libraries 407687 WARNING: lib not found: api-ms-win-core-winrt-string-l1-1-0.dll dependency of C:\python3.8.9\lib\site-packages\PyQt5\Qt\plugins\audio\qtaudio_wasapi.dll 407773 WARNING: lib not found: api-ms-win-core-winrt-l1-1-0.dll dependency of C:\python3.8.9\lib\site-packages\PyQt5\Qt\plugins\audio\qtaudio_wasapi.dll 423754 INFO: Looking for eggs 423755 INFO: Using Python library C:\python3.8.9\python38.dll 423755 INFO: Found binding redirects: [] 423810 INFO: Warnings written to C:\electroncash\contrib\build-wine\build\deterministic\warn-deterministic.txt 424824 INFO: Graph cross-reference written to C:\electroncash\contrib\build-wine\build\deterministic\xref-deterministic.html 425000 INFO: Appending 'binaries' from .spec 425030 INFO: Appending 'datas' from .spec 425697 INFO: checking PYZ 425697 INFO: Building PYZ because PYZ-00.toc is non existent 425698 INFO: Building PYZ (ZlibArchive) C:\electroncash\contrib\build-wine\build\deterministic\PYZ-00.pyz 447989 INFO: Building PYZ (ZlibArchive) C:\electroncash\contrib\build-wine\build\deterministic\PYZ-00.pyz completed successfully. 448166 INFO: checking PKG 448167 INFO: Building PKG because PKG-00.toc is non existent 448167 INFO: Building PKG (CArchive) PKG-00.pkg 481932 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully. 481990 INFO: Bootloader C:\python3.8.9\lib\site-packages\PyInstaller\bootloader\Windows-32bit\runw.exe 481990 INFO: checking EXE 481990 INFO: Building EXE because EXE-00.toc is non existent 481991 INFO: Building EXE from EXE-00.toc 482008 INFO: Copying icons from ['C:\\electroncash\\icons/electron.ico'] 482014 INFO: Writing RT_GROUP_ICON 0 resource with 104 bytes 482014 INFO: Writing RT_ICON 1 resource with 296 bytes 482015 INFO: Writing RT_ICON 2 resource with 1384 bytes 482015 INFO: Writing RT_ICON 3 resource with 12672 bytes 482015 INFO: Writing RT_ICON 4 resource with 9640 bytes 482016 INFO: Writing RT_ICON 5 resource with 4264 bytes 482016 INFO: Writing RT_ICON 6 resource with 2440 bytes 482016 INFO: Writing RT_ICON 7 resource with 1128 bytes 482032 INFO: Updating manifest in C:\electroncash\contrib\build-wine\build\deterministic\runw.exe.9_k3uqzl 482035 INFO: Updating resource type 24 name 1 language 0 482042 INFO: Appending archive to EXE C:\electroncash\contrib\build-wine\dist\Electron-Cash.exe 482190 INFO: Building EXE from EXE-00.toc completed successfully. 482254 INFO: checking PKG 482254 INFO: Building PKG because PKG-01.toc is non existent 482254 INFO: Building PKG (CArchive) PKG-01.pkg 511035 INFO: Building PKG (CArchive) PKG-01.pkg completed successfully. 511092 INFO: Bootloader C:\python3.8.9\lib\site-packages\PyInstaller\bootloader\Windows-32bit\runw.exe 511092 INFO: checking EXE 511093 INFO: Building EXE because EXE-01.toc is non existent 511093 INFO: Building EXE from EXE-01.toc 511104 INFO: Copying icons from ['C:\\electroncash\\icons/electron.ico'] 511109 INFO: Writing RT_GROUP_ICON 0 resource with 104 bytes 511109 INFO: Writing RT_ICON 1 resource with 296 bytes 511109 INFO: Writing RT_ICON 2 resource with 1384 bytes 511110 INFO: Writing RT_ICON 3 resource with 12672 bytes 511110 INFO: Writing RT_ICON 4 resource with 9640 bytes 511110 INFO: Writing RT_ICON 5 resource with 4264 bytes 511110 INFO: Writing RT_ICON 6 resource with 2440 bytes 511111 INFO: Writing RT_ICON 7 resource with 1128 bytes 511119 INFO: Updating manifest in C:\electroncash\contrib\build-wine\build\deterministic\runw.exe.q20xz004 511121 INFO: Updating resource type 24 name 1 language 0 511131 INFO: Appending archive to EXE C:\electroncash\contrib\build-wine\dist\Electron-Cash-portable.exe 511413 INFO: Building EXE from EXE-01.toc completed successfully. 511503 INFO: checking PKG 511503 INFO: Building PKG because PKG-02.toc is non existent 511504 INFO: Building PKG (CArchive) PKG-02.pkg 513072 INFO: Building PKG (CArchive) PKG-02.pkg completed successfully. 513078 INFO: Bootloader C:\python3.8.9\lib\site-packages\PyInstaller\bootloader\Windows-32bit\runw.exe 513078 INFO: checking EXE 513079 INFO: Building EXE because EXE-02.toc is non existent 513079 INFO: Building EXE from EXE-02.toc 513089 INFO: Copying icons from ['C:\\electroncash\\icons/electron.ico'] 513094 INFO: Writing RT_GROUP_ICON 0 resource with 104 bytes 513094 INFO: Writing RT_ICON 1 resource with 296 bytes 513095 INFO: Writing RT_ICON 2 resource with 1384 bytes 513095 INFO: Writing RT_ICON 3 resource with 12672 bytes 513095 INFO: Writing RT_ICON 4 resource with 9640 bytes 513095 INFO: Writing RT_ICON 5 resource with 4264 bytes 513095 INFO: Writing RT_ICON 6 resource with 2440 bytes 513096 INFO: Writing RT_ICON 7 resource with 1128 bytes 513104 INFO: Appending archive to EXE C:\electroncash\contrib\build-wine\build\deterministic\Electron-Cash.exe 513144 INFO: Building EXE from EXE-02.toc completed successfully. 513158 INFO: checking COLLECT 513158 INFO: Building COLLECT because COLLECT-00.toc is non existent 513163 INFO: Building COLLECT COLLECT-00.toc 526275 INFO: Building COLLECT COLLECT-00.toc completed successfully. Removing Misc. datas: pyconfig.h ----> Removed d = ('Include\\pyconfig.h', 'C:\\python3.8.9\\Include\\pyconfig.h', 'DATA') Removing Qt binaries: qt5web qt53d qt5game qt5designer qt5quick qt5location qt5test qt5xml pyqt5\qt\qml\qtquick qt5qml qt5printsupport ----> Removed x = ('Qt5Quick.dll', 'C:\\python3.8.9\\lib\\site-packages\\PyQt5\\Qt\\bin\\Qt5Quick.dll', 'BINARY') ----> Removed x = ('Qt5WebSockets.dll', 'C:\\python3.8.9\\lib\\site-packages\\PyQt5\\Qt\\bin\\Qt5WebSockets.dll', 'BINARY') ----> Removed x = ('Qt5Qml.dll', 'C:\\python3.8.9\\lib\\site-packages\\PyQt5\\Qt\\bin\\Qt5Qml.dll', 'BINARY') ----> Removed x = ('Qt5QmlModels.dll', 'C:\\python3.8.9\\lib\\site-packages\\PyQt5\\Qt\\bin\\Qt5QmlModels.dll', 'BINARY') 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.2.11" Processing config: C:\Program Files\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), 1428 instructions (39984 bytes), 3597 strings (26362 bytes), 1 language table (262 bytes). Uninstall: 2 pages (192 bytes), 1 section (2072 bytes), 425 instructions (11900 bytes), 677 strings (4324 bytes), 1 language table (254 bytes). Datablock optimizer saved 109642 bytes (~0.0%). Using lzma (compress whole) compression. EXE header size: 70656 / 38400 bytes Install code: (71344 bytes) Install data: (113300823 bytes) Uninstall code+data: (45398 bytes) Compressed data: wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting wine: Call from 7B012106 to unimplemented function wintypes.dll.RoResolveNamespace, aborting 33056288 / 113417565 bytes CRC (0x217173C6): 4 / 4 bytes Total size: 33126948 / 113455969 bytes (29.1%) -rwxr-xr-x 1 user 1001 48282052 Nov 11 2000 Electron-Cash-4.2.11-portable.exe -rwxr-xr-x 1 user 1001 33126948 Aug 20 11:09 Electron-Cash-4.2.11-setup.exe -rwxr-xr-x 1 user 1001 48281452 Nov 11 2000 Electron-Cash-4.2.11.exe dfa0b3326a93a67fdc65ea6150ba9cb9268e996d445bec309703e54b3755c8e3 Electron-Cash-4.2.11-portable.exe 7ea73fd1b96518ee9b04024e01d243ceec97075bb77f76d7ded0eca8a577bed5 Electron-Cash-4.2.11-setup.exe a7ddf31f0a6c5459356f8b848e047646d11c9fa50448961b7857a650d57d2296 Electron-Cash-4.2.11.exe ~/wine/drive_c/electroncash/contrib/build-wine INFO: Done building. ~/autobuild/Electron-Cash-4e524365463d1e1c46f8cc823cbfe2cf7deae896 INFO: Copying .exe files out of our build directory ... '/home/autobuild/autobuild/Electron-Cash-4e524365463d1e1c46f8cc823cbfe2cf7deae896/contrib/build-wine/fresh_clone/Electron-Cash-4e524365463d1e1c46f8cc823cbfe2cf7deae896/contrib/build-wine/dist/Electron-Cash-4.2.11.exe' -> 'dist/Electron-Cash-4.2.11.exe' '/home/autobuild/autobuild/Electron-Cash-4e524365463d1e1c46f8cc823cbfe2cf7deae896/contrib/build-wine/fresh_clone/Electron-Cash-4e524365463d1e1c46f8cc823cbfe2cf7deae896/contrib/build-wine/dist/Electron-Cash-4.2.11-portable.exe' -> 'dist/Electron-Cash-4.2.11-portable.exe' '/home/autobuild/autobuild/Electron-Cash-4e524365463d1e1c46f8cc823cbfe2cf7deae896/contrib/build-wine/fresh_clone/Electron-Cash-4e524365463d1e1c46f8cc823cbfe2cf7deae896/contrib/build-wine/dist/Electron-Cash-4.2.11-setup.exe' -> 'dist/Electron-Cash-4.2.11-setup.exe' INFO: Removing /home/autobuild/autobuild/Electron-Cash-4e524365463d1e1c46f8cc823cbfe2cf7deae896/contrib/build-wine/fresh_clone ... INFO: Done. Built .exe files have been placed in dist/