[cpp-xmltooling] 01/02: SSPPCC-681 Force XMLSEC to assume OpenSSL
Rod Widdowson
rdw at steadingsoftware.com
Mon Apr 25 10:21:30 EDT 2016
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository cpp-xmltooling.
commit 199d7fc17ae5fea8385c03704927c503849b2ceb
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Apr 23 15:36:16 2016 +0100
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.
---
xmltooling/internal.h | 3 +++
1 file changed, 3 insertions(+)
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"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list