]> git.pld-linux.org Git - packages/wine.git/blame - wine-ca_certificates.patch
up to 3.0.1
[packages/wine.git] / wine-ca_certificates.patch
CommitLineData
c54d2750
JK
1diff -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 @@
7de1e8ad 5 "/usr/local/share/certs/",
beafc810 6 "/etc/sfw/openssl/certs",
c54d2750 7 "/etc/security/cacerts", /* Android */
7de1e8ad
ŁK
8+ "/etc/certs/ca-certificates.crt",
9 };
10
11 static const BYTE authenticode[] = {
This page took 0.048533 seconds and 4 git commands to generate.