void-packages/srcpkgs/wvstreams/patches/wvstreams-4.6.1-openssl-1.0.0.patch

17 lines
395 B
Diff
Raw Normal View History

2014-12-11 01:34:15 +00:00
http://bugs.gentoo.org/304283
--- crypto/wvx509.cc
+++ crypto/wvx509.cc
@@ -1157,7 +1157,11 @@
if (ext)
{
+#if OPENSSL_VERSION_NUMBER >= 0x10000000L
+ const X509V3_EXT_METHOD *method = X509V3_EXT_get(ext);
+#else
X509V3_EXT_METHOD *method = X509V3_EXT_get(ext);
+#endif
if (!method)
{
WvDynBuf buf;