You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
681 B

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>