crypt32: Add another root store path to the certificate location list.

Dmitry Timoshkov dmitry at baikal.ru
Wed Oct 16 02:10:26 CDT 2013


This fixes crypt32 certificate chain test failures on my machine.
---
 dlls/crypt32/rootstore.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/crypt32/rootstore.c b/dlls/crypt32/rootstore.c
index efe8340..2c8af68 100644
--- a/dlls/crypt32/rootstore.c
+++ b/dlls/crypt32/rootstore.c
@@ -486,6 +486,7 @@ static const char * const CRYPT_knownLocations[] = {
  "/etc/ssl/certs/ca-certificates.crt",
  "/etc/ssl/certs",
  "/etc/pki/tls/certs/ca-bundle.crt",
+ "/usr/share/ca-certificates/ca-bundle.crt",
  "/usr/local/share/certs/",
  "/etc/sfw/openssl/certs",
 };
-- 
1.8.4.1




More information about the wine-patches mailing list