Module: wine Branch: stable Commit: f97d68f454c8961f6735aa3c604341d00707bd0f URL: http://source.winehq.org/git/wine.git/?a=commit;h=f97d68f454c8961f6735aa3c60...
Author: Dmitry Timoshkov dmitry@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", };