archrelease: copy trunk to community-x86_64
[ArchLinux/community.git] / wvstreams / repos / community-x86_64 / openssl-buildfix.patch
blobef13d1241c24636edc88015ae088f72295a609cf
1 --- a/crypto/wvx509.cc
2 +++ b/crypto/wvx509.cc
3 @@ -1157,7 +1157,7 @@
5 if (ext)
7 - X509V3_EXT_METHOD *method = X509V3_EXT_get(ext);
8 + X509V3_EXT_METHOD *method = (X509V3_EXT_METHOD *)X509V3_EXT_get(ext);
9 if (!method)
11 WvDynBuf buf;