office-gobmx/external/openssl
Michael Stahl cd44182c34 openssl: fix MSVC 64-bit build
For whatever reason OpenSSL wants to use "masm" (ml.exe) on 32-bit
builds but "nasm" on 64-bit builds - this despite INSTALL.W32 claiming
that only nasm is "supported".

But /safeseh doesn't make sense on 64-bit anyway because there
is no "unsafe" SEH there, so just apply the patch only for 32-bit.

Change-Id: Ie32b17dfeeaf11c49ee29c3181021ffa5bd99091
2018-01-08 18:11:28 +01:00
..
ExternalPackage_openssl.mk
ExternalProject_openssl.mk
Makefile
Module_openssl.mk
openssl-1.0.1h-win64.patch.1
openssl-3650-masm.patch.1
openssl-fixbuild.patch.1
opensslios.patch
openssllnx.patch
opensslosxppc.patch
opensslsol.patch
opensslwnt.patch openssl: fix MSVC 64-bit build 2018-01-08 18:11:28 +01:00
opensslwnt_safeseh.patch openssl: fix MSVC 64-bit build 2018-01-08 18:11:28 +01:00
README
UnpackedTarball_openssl.mk openssl: fix MSVC 64-bit build 2018-01-08 18:11:28 +01:00

Open Source toolkit implementing SSL and TLS.

From [http://www.openssl.org/].

SSL = Secure Sockets Layer (SSL v2/v3) protocol.
TLS = Transport Layer Security (TLS v1) protocol.