SSPPCC-681 Force XMLSEC to assume OpenSSL
authorRod Widdowson <rdw@steadingsoftware.com>
Sat, 23 Apr 2016 14:36:16 +0000 (15:36 +0100)
committerRod Widdowson <rdw@steadingsoftware.com>
Sun, 24 Apr 2016 13:39:23 +0000 (14:39 +0100)
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.

xmltooling/internal.h

index c39bb8d..fc577ac 100644 (file)
@@ -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"