]> git.pld-linux.org Git - packages/wine.git/blob - wine-ca_certificates.patch
up to 3.0.1
[packages/wine.git] / wine-ca_certificates.patch
1 diff -dur wine-1.8.orig/dlls/crypt32/rootstore.c wine-1.8/dlls/crypt32/rootstore.c
2 --- wine-1.8.orig/dlls/crypt32/rootstore.c      2015-12-19 16:57:44.000000000 +0100
3 +++ wine-1.8/dlls/crypt32/rootstore.c   2016-01-09 18:19:17.673921302 +0100
4 @@ -490,6 +490,7 @@
5   "/usr/local/share/certs/",
6   "/etc/sfw/openssl/certs",
7   "/etc/security/cacerts",  /* Android */
8 + "/etc/certs/ca-certificates.crt",
9  };
10  
11  static const BYTE authenticode[] = {
This page took 0.085832 seconds and 3 git commands to generate.