Austin English : crypt32: fix a test failure on Free/PC-BSD.

Alexandre Julliard julliard at winehq.org
Tue Oct 28 10:02:31 CDT 2008


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

Author: Austin English <austinenglish at gmail.com>
Date:   Mon Oct 27 14:44:04 2008 -0400

crypt32: fix a test failure on Free/PC-BSD.

---

 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 22bfd19..c3d4794 100644
--- a/dlls/crypt32/rootstore.c
+++ b/dlls/crypt32/rootstore.c
@@ -438,6 +438,7 @@ static const char * const CRYPT_knownLocations[] = {
  "/etc/ssl/certs/ca-certificates.crt",
  "/etc/ssl/certs",
  "/etc/pki/tls/certs/ca-bundle.crt",
+ "/usr/local/share/certs/",
 };
 
 static const BYTE authenticode[] = {




More information about the wine-cvs mailing list