From 84d7a4b26e733925e287185bb2f03feb6fb0811d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 25 Nov 2019 18:44:47 +0300 Subject: Release version 1.1.1+6 Upgrade to 1.1.1d --- openssl/openssl/buildfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openssl/openssl/buildfile') diff --git a/openssl/openssl/buildfile b/openssl/openssl/buildfile index 5d87cd0..81e1d85 100644 --- a/openssl/openssl/buildfile +++ b/openssl/openssl/buildfile @@ -90,8 +90,8 @@ if! $windows } else { - c.libs += $regex.apply(ws2_32 gdi32 crypt32, \ - '(.+)', \ + c.libs += $regex.apply(ws2_32 gdi32 crypt32, \ + '(.+)', \ $msvc_runtime ? '\1.lib' : '-l\1') if $msvc_runtime c.libs += advapi32.lib -- cgit v1.1