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 <easysoap/SOAP.h>
 #include <easysoap/SOAPDebugger.h>
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 <easysoap/SOAP.h>
 #include <easysoap/SOAPDebugger.h>
 #include <easysoap/SOAPSSLContext.h>
