There are runtime issues with 1.1.1a at this time I've yet to track down. This is referenced in the docker-openvpn project issue 437 with a link in #261. I've been able to reproduce it on Windows 10. Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
-----------------------------------------------------------------------
|
|
OpenSSL v1.1.0j Win64 for ICS, http://www.overbyte.be
|
|
-----------------------------------------------------------------------
|
|
|
|
Compiled libraries and binary downloaded from:
|
|
http://wiki.overbyte.eu/arch/openssl-1.1.1a-win64.zip
|
|
|
|
Built with:
|
|
Visual Studio Build Tools 2017
|
|
The Netwide Assembler (NASM) v2.11.05
|
|
Strawberry Perl v5.20.3.1
|
|
|
|
Build Commands:
|
|
perl configure VC-WIN64A-rtt
|
|
nmake
|
|
|
|
Custom configuration file (.conf file at the "Configurations" folder):
|
|
|
|
## -*- mode: perl; -*-
|
|
## Personal configuration targets
|
|
|
|
%targets = (
|
|
"VC-WIN32-rtt" => {
|
|
inherit_from => [ "VC-WIN32" ],
|
|
cflags => sub{my $v=pop; $v=~ s/\/MD/\/MT/ig; return $v},
|
|
lflags => "/nologo /release",
|
|
},
|
|
"VC-WIN64A-rtt" => {
|
|
inherit_from => [ "VC-WIN64A" ],
|
|
cflags => sub{my $v=pop; $v=~ s/\/MD/\/MT/ig; return $v},
|
|
lflags => "/nologo /release",
|
|
},
|
|
);
|