[xmltooling] 02/65: SSPPCC-681 Force XMLSEC to assume OpenSSL

Ferenc Wágner wferi-guest at moszumanska.debian.org
Thu Jun 30 13:07:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

wferi-guest pushed a commit to branch debian/master
in repository xmltooling.

commit 199d7fc17ae5fea8385c03704927c503849b2ceb
Author: Rod Widdowson <rdw at steadingsoftware.com>
Date:   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"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xmltooling.git



More information about the Pkg-shibboleth-devel mailing list