diff -r d8bc8fd2a27c -r e3adaa7471f5 easysoap/easysoap.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/easysoap/easysoap.patch Thu Jan 08 14:18:04 2009 +0100 @@ -0,0 +1,23 @@ +Index: src/SOAPSSLContext.cpp +--- src/SOAPSSLContext.cpp.orig 2005-09-24 09:24:24 +0200 ++++ src/SOAPSSLContext.cpp 2006-11-11 09:19:55 +0100 +@@ -18,6 +18,7 @@ + * + * $Id: easysoap.patch,v 1.4 2006/11/11 08:50:52 rse Exp $ + */ ++#define OPENSSL_NO_SHA512 + + #include + #include +Index: src/SOAPSecureSocketImp.cpp +--- src/SOAPSecureSocketImp.cpp.orig 2005-09-24 09:24:24 +0200 ++++ src/SOAPSecureSocketImp.cpp 2006-11-11 09:19:02 +0100 +@@ -24,6 +24,8 @@ + #pragma warning (disable: 4786) + #endif // _MSC_VER + ++#define OPENSSL_NO_SHA512 ++ + #include + #include + #include