crypt32: Add a root store path for Android.
This commit is contained in:
parent
156684ba91
commit
9640949cc3
|
@ -489,6 +489,7 @@ static const char * const CRYPT_knownLocations[] = {
|
|||
"/usr/share/ca-certificates/ca-bundle.crt",
|
||||
"/usr/local/share/certs/",
|
||||
"/etc/sfw/openssl/certs",
|
||||
"/etc/security/cacerts", /* Android */
|
||||
};
|
||||
|
||||
static const BYTE authenticode[] = {
|
||||
|
|
Loading…
Reference in New Issue