Alexandre Julliard : crypt32: Add a root store path for Android.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Oct 31 02:53:37 CDT 2014


Module: wine
Branch: master
Commit: 9640949cc38cb12086b29d352cda903974d3a3b5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9640949cc38cb12086b29d352cda903974d3a3b5

Author: Alexandre Julliard <julliard at 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[] = {




More information about the wine-cvs mailing list