aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPGP <[email protected]>2020-02-20 21:44:53 +0100
committerPGP <[email protected]>2020-02-20 21:44:53 +0100
commit5042455a35b533392e907c642ba97a03c48b2544 (patch)
treec1d274df61d9548ad94b1a3fd04c18a2f72fb804
parent0ea163b42f63145b7df4261c12380dbba70e0f76 (diff)
Enable certstore_system_windows also for mingw configuration
-rw-r--r--src/build-data/os/mingw.txt1
-rw-r--r--src/lib/x509/certstor_system_windows/info.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/build-data/os/mingw.txt b/src/build-data/os/mingw.txt
index 821e1155d..3f61a4a77 100644
--- a/src/build-data/os/mingw.txt
+++ b/src/build-data/os/mingw.txt
@@ -28,4 +28,5 @@ virtual_lock
threads
thread_local
filesystem
+certificate_store
</target_features>
diff --git a/src/lib/x509/certstor_system_windows/info.txt b/src/lib/x509/certstor_system_windows/info.txt
index 0499feeec..6d70de8bf 100644
--- a/src/lib/x509/certstor_system_windows/info.txt
+++ b/src/lib/x509/certstor_system_windows/info.txt
@@ -12,4 +12,5 @@ certstor_windows.h
<libs>
windows -> crypt32
+mingw -> crypt32
</libs>