From: Rod Widdowson Date: Sat, 23 Apr 2016 14:36:16 +0000 (+0100) Subject: SSPPCC-681 Force XMLSEC to assume OpenSSL X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=199d7fc17ae5fea8385c03704927c503849b2ceb;p=shibboleth%2Fcpp-xmltooling.git SSPPCC-681 Force XMLSEC to assume OpenSSL https://issues.shibboleth.net/jira/browse/SSPCPP-681 We now do a non-intervention build of XMLSEC which means that the built kit does not have XSEC_HAVE_OPENSSL manually set to 1. We can assume that we have OpenSSL in our build, so set that in the root header file. --- diff --git a/xmltooling/internal.h b/xmltooling/internal.h index c39bb8d..fc577ac 100644 --- a/xmltooling/internal.h +++ b/xmltooling/internal.h @@ -34,6 +34,9 @@ // Export public APIs. #define XMLTOOLING_EXPORTS +// Force XMLSEC to assume OpenSSL +#define XSEC_HAVE_OPENSSL 1 + // eventually we might be able to support autoconf via cygwin... #if defined (_MSC_VER) || defined(__BORLANDC__) # include "config_win32.h"