]> git.pld-linux.org Git - packages/wine.git/blob - wine-ca_certificates.patch
- up to 7.6, adapterize
[packages/wine.git] / wine-ca_certificates.patch
1 --- wine-6.0.2/dlls/crypt32/unixlib.c.orig      2021-10-26 16:38:44.000000000 +0200
2 +++ wine-6.0.2/dlls/crypt32/unixlib.c   2022-01-09 21:45:16.898023272 +0100
3 @@ -573,6 +573,7 @@
4   "/usr/local/share/certs/",
5   "/etc/sfw/openssl/certs",
6   "/etc/security/cacerts",  /* Android */
7 + "/etc/certs/ca-certificates.crt",
8  };
9  
10  static void load_root_certs(void)
This page took 0.063137 seconds and 3 git commands to generate.