From 9544e947049e2c8b827f475a624840f378040257 Mon Sep 17 00:00:00 2001 From: Austin English Date: Mon, 27 Oct 2008 14:44:04 -0400 Subject: [PATCH] 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[] = { -- 1.6.0.2