michael@41: Index: src/SOAPSSLContext.cpp michael@41: --- src/SOAPSSLContext.cpp.orig 2005-09-24 09:24:24 +0200 michael@41: +++ src/SOAPSSLContext.cpp 2006-11-11 09:19:55 +0100 michael@41: @@ -18,6 +18,7 @@ michael@41: * michael@41: * $Id: easysoap.patch,v 1.4 2006/11/11 08:50:52 rse Exp $ michael@41: */ michael@41: +#define OPENSSL_NO_SHA512 michael@41: michael@41: #include michael@41: #include michael@41: Index: src/SOAPSecureSocketImp.cpp michael@41: --- src/SOAPSecureSocketImp.cpp.orig 2005-09-24 09:24:24 +0200 michael@41: +++ src/SOAPSecureSocketImp.cpp 2006-11-11 09:19:02 +0100 michael@41: @@ -24,6 +24,8 @@ michael@41: #pragma warning (disable: 4786) michael@41: #endif // _MSC_VER michael@41: michael@41: +#define OPENSSL_NO_SHA512 michael@41: + michael@41: #include michael@41: #include michael@41: #include