Module: wine Branch: master Commit: 84029a836f3dadd147b7e9149d725073ee00ec67 URL: http://source.winehq.org/git/wine.git/?a=commit;h=84029a836f3dadd147b7e9149d...
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.
---
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", };