From 37f81333f74286adfe76ea53c2b701b0117e0776 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sat, 30 Mar 2019 08:53:10 +0100 Subject: 20190330.1 global branch merge. Signed-off-by: Matteo Bernardini --- libraries/wvstreams/patches/05_gcc.diff | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'libraries/wvstreams/patches/05_gcc.diff') diff --git a/libraries/wvstreams/patches/05_gcc.diff b/libraries/wvstreams/patches/05_gcc.diff index 8e4fd03298..616843d4ae 100644 --- a/libraries/wvstreams/patches/05_gcc.diff +++ b/libraries/wvstreams/patches/05_gcc.diff @@ -1,16 +1,3 @@ -Index: wvstreams-4.6.1/crypto/wvx509.cc -=================================================================== ---- wvstreams-4.6.1.orig/crypto/wvx509.cc 2011-05-20 00:02:38.119136584 +0200 -+++ wvstreams-4.6.1/crypto/wvx509.cc 2011-05-20 00:02:26.035136589 +0200 -@@ -1157,7 +1157,7 @@ - - if (ext) - { -- X509V3_EXT_METHOD *method = X509V3_EXT_get(ext); -+ X509V3_EXT_METHOD *method = (X509V3_EXT_METHOD *)X509V3_EXT_get(ext); - if (!method) - { - WvDynBuf buf; Index: wvstreams-4.6.1/ipstreams/wvunixdgsocket.cc =================================================================== --- wvstreams-4.6.1.orig/ipstreams/wvunixdgsocket.cc 2011-05-20 00:02:38.391136584 +0200 -- cgit v1.2.3