crypt32: fix a test failure on Free/PC-BSD.
This commit is contained in:
parent
955759381d
commit
fe256f99d3
|
@ -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[] = {
|
||||
|
|
Loading…
Reference in New Issue