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

Alexandre Julliard julliard at winehq.org
Fri Jan 10 14:44:52 CST 2014


Module: wine
Branch: stable
Commit: f97d68f454c8961f6735aa3c604341d00707bd0f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f97d68f454c8961f6735aa3c604341d00707bd0f

Author: Dmitry Timoshkov <dmitry at baikal.ru>
Date:   Wed Oct 16 16:10:26 2013 +0900

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

(cherry picked from commit 84029a836f3dadd147b7e9149d725073ee00ec67)

---

 dlls/crypt32/rootstore.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/crypt32/rootstore.c b/dlls/crypt32/rootstore.c
index 4e4e4e4..9f3efcf 100644
--- a/dlls/crypt32/rootstore.c
+++ b/dlls/crypt32/rootstore.c
@@ -485,6 +485,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",
 };




More information about the wine-cvs mailing list