From 9640949cc38cb12086b29d352cda903974d3a3b5 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Fri, 31 Oct 2014 15:47:25 +0900 Subject: [PATCH] crypt32: Add a root store path for Android. --- dlls/crypt32/rootstore.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/crypt32/rootstore.c b/dlls/crypt32/rootstore.c index 641a2b79efc..5cee2351897 100644 --- a/dlls/crypt32/rootstore.c +++ b/dlls/crypt32/rootstore.c @@ -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[] = {