Module: wine Branch: master Commit: 9640949cc38cb12086b29d352cda903974d3a3b5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9640949cc38cb12086b29d352c...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Oct 31 15:47:25 2014 +0900
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 641a2b7..5cee235 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[] = {