]> git.pld-linux.org Git - packages/wine.git/blob - wine-ca_certificates.patch
- rel 3; enable 64bit wine
[packages/wine.git] / wine-ca_certificates.patch
1 --- wine-1.1.8/dlls/crypt32/rootstore.c.org     2008-11-17 10:26:55.794870595 +0000
2 +++ wine-1.1.8/dlls/crypt32/rootstore.c 2008-11-17 10:30:18.050258256 +0000
3 @@ -439,6 +439,7 @@
4   "/etc/ssl/certs",
5   "/etc/pki/tls/certs/ca-bundle.crt",
6   "/usr/local/share/certs/",
7 + "/etc/certs/ca-certificates.crt",
8  };
9  
10  static const BYTE authenticode[] = {
This page took 0.081926 seconds and 3 git commands to generate.