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

oldstable
Dmitry Timoshkov 2013-10-16 16:10:26 +09:00 committed by Alexandre Julliard
parent 193c837989
commit 84029a836f
1 changed files with 1 additions and 0 deletions

View File

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