Kazuyuki Sato : crypt32: Add additional path for Solaris 11 Express.

Alexandre Julliard julliard at winehq.org
Mon Jul 18 12:47:00 CDT 2011


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

Author: Kazuyuki Sato <kazus at sunfish.suginami.tokyo.jp>
Date:   Mon Jul 18 16:58:39 2011 +0900

crypt32: Add additional path for Solaris 11 Express.

---

 dlls/crypt32/rootstore.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/crypt32/rootstore.c b/dlls/crypt32/rootstore.c
index c6f106e..44c3d81 100644
--- a/dlls/crypt32/rootstore.c
+++ b/dlls/crypt32/rootstore.c
@@ -486,6 +486,7 @@ static const char * const CRYPT_knownLocations[] = {
  "/etc/ssl/certs",
  "/etc/pki/tls/certs/ca-bundle.crt",
  "/usr/local/share/certs/",
+ "/etc/sfw/openssl/certs",
 };
 
 static const BYTE authenticode[] = {




More information about the wine-cvs mailing list