repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to community-x86_64
[ArchLinux/community.git]
/
wvstreams
/
repos
/
community-x86_64
/
openssl-buildfix.patch
blob
ef13d1241c24636edc88015ae088f72295a609cf
1
--- a/crypto/wvx509.cc
2
+++ b/crypto/wvx509.cc
3
@@ -1157,7 +1157,7 @@
4
5
if (ext)
6
{
7
- X509V3_EXT_METHOD *method = X509V3_EXT_get(ext);
8
+ X509V3_EXT_METHOD *method = (X509V3_EXT_METHOD *)X509V3_EXT_get(ext);
9
if (!method)
10
{
11
WvDynBuf buf;