1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/easysoap/easysoap.patch Thu Jan 08 14:18:04 2009 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 +Index: src/SOAPSSLContext.cpp 1.5 +--- src/SOAPSSLContext.cpp.orig 2005-09-24 09:24:24 +0200 1.6 ++++ src/SOAPSSLContext.cpp 2006-11-11 09:19:55 +0100 1.7 +@@ -18,6 +18,7 @@ 1.8 + * 1.9 + * $Id: easysoap.patch,v 1.4 2006/11/11 08:50:52 rse Exp $ 1.10 + */ 1.11 ++#define OPENSSL_NO_SHA512 1.12 + 1.13 + #include <easysoap/SOAP.h> 1.14 + #include <easysoap/SOAPDebugger.h> 1.15 +Index: src/SOAPSecureSocketImp.cpp 1.16 +--- src/SOAPSecureSocketImp.cpp.orig 2005-09-24 09:24:24 +0200 1.17 ++++ src/SOAPSecureSocketImp.cpp 2006-11-11 09:19:02 +0100 1.18 +@@ -24,6 +24,8 @@ 1.19 + #pragma warning (disable: 4786) 1.20 + #endif // _MSC_VER 1.21 + 1.22 ++#define OPENSSL_NO_SHA512 1.23 ++ 1.24 + #include <easysoap/SOAP.h> 1.25 + #include <easysoap/SOAPDebugger.h> 1.26 + #include <easysoap/SOAPSSLContext.h>