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

Alexandre Julliard julliard at winehq.org
Thu Oct 17 13:51:51 CDT 2013


Module: wine
Branch: master
Commit: 84029a836f3dadd147b7e9149d725073ee00ec67
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=84029a836f3dadd147b7e9149d725073ee00ec67

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.

---

 dlls/crypt32/rootstore.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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",
 };




More information about the wine-cvs mailing list