]> git.pld-linux.org Git - packages/wine.git/blob - wine-ca_certificates.patch
- rel 3; ncursesw detection (wine checks for soname exactly instead of checking if...
[packages/wine.git] / wine-ca_certificates.patch
1 --- wine-1.3.25/dlls/crypt32/rootstore.c~       2011-07-22 19:32:43.000000000 +0200
2 +++ wine-1.3.25/dlls/crypt32/rootstore.c        2011-07-29 14:50:36.459205636 +0200
3 @@ -487,6 +487,7 @@
4   "/etc/pki/tls/certs/ca-bundle.crt",
5   "/usr/local/share/certs/",
6   "/etc/sfw/openssl/certs",
7 + "/etc/certs/ca-certificates.crt",
8  };
9  
10  static const BYTE authenticode[] = {
This page took 0.026341 seconds and 3 git commands to generate.