http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b54648
)
crypt32: Use certificates from /usr/share/ca-certificates/ca-bundle.crt (eterbug...
author
Alexander Morozov
<amorozov@etersoft.ru>
Thu, 9 Sep 2010 15:53:44 +0000
(19:53 +0400)
committer
Alexander Morozov
<amorozov@etersoft.ru>
Thu, 9 Sep 2010 15:53:44 +0000
(19:53 +0400)
dlls/crypt32/rootstore.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/crypt32/rootstore.c
b/dlls/crypt32/rootstore.c
index 70b5ef80a3a935538fbac00208644bcb2ee11f81..ff0ef5854ffe3af584a7b571cae557bc2eb2e600 100644
(file)
--- a/
dlls/crypt32/rootstore.c
+++ b/
dlls/crypt32/rootstore.c
@@
-456,6
+456,7
@@
static const char * const CRYPT_knownLocations[] = {
"/etc/ssl/certs",
"/etc/pki/tls/certs/ca-bundle.crt",
"/usr/local/share/certs/",
+ "/usr/share/ca-certificates/ca-bundle.crt",
};
static const BYTE authenticode[] = {