aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-12-06 11:47:50 -0500
committerJack Lloyd <[email protected]>2019-12-06 13:18:57 -0500
commit6fccb9ccbc3a44bc3db872802d9d0d05558abf0a (patch)
tree0defd445f0f3cb5da144854d8ab7a0b87ea3592d /src/lib/x509
parent74a8685830775c1463e3eb484e2faf824e6862cd (diff)
Fix Windows linking to consistently use .lib suffix as required
Also fix the zlib basename for Windows. Resolves #2210
Diffstat (limited to 'src/lib/x509')
-rw-r--r--src/lib/x509/certstor_system_windows/info.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/x509/certstor_system_windows/info.txt b/src/lib/x509/certstor_system_windows/info.txt
index 8d6dce6c6..0499feeec 100644
--- a/src/lib/x509/certstor_system_windows/info.txt
+++ b/src/lib/x509/certstor_system_windows/info.txt
@@ -11,5 +11,5 @@ certstor_windows.h
</header:public>
<libs>
-windows -> crypt32.lib
-</libs> \ No newline at end of file
+windows -> crypt32
+</libs>