[cpp-opensaml] 18/19: samlsign uses boost::scoped_ptr

Scott Cantor cantor.2 at osu.edu
Tue Jun 26 19:28:16 EDT 2018


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

scantor pushed a commit to branch master
in repository cpp-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-opensaml.git;a=commit;h=9732742d382bc2e84da9c1e031fa5143a0f41f16

commit 9732742d382bc2e84da9c1e031fa5143a0f41f16
Author: Ferenc Wágner <wferi at debian.org>
AuthorDate: Tue Jun 26 21:28:06 2018 +0200

    samlsign uses boost::scoped_ptr
---
 samlsign/Makefile.am  | 1 +
 samlsign/samlsign.cpp | 1 +
 2 files changed, 2 insertions(+)

diff --git a/samlsign/Makefile.am b/samlsign/Makefile.am
index 53be23e..126d08a 100644
--- a/samlsign/Makefile.am
+++ b/samlsign/Makefile.am
@@ -5,6 +5,7 @@ bin_PROGRAMS = samlsign
 samlsign_SOURCES = samlsign.cpp
 
 samlsign_LDADD = $(top_builddir)/saml/libsaml.la
+samlsign_CPPFLAGS = $(BOOST_CPPFLAGS)
 samlsign_CXXFLAGS = \
     $(xerces_CFLAGS) \
     $(xmltooling_CFLAGS) \
diff --git a/samlsign/samlsign.cpp b/samlsign/samlsign.cpp
index c921741..6135fc6 100644
--- a/samlsign/samlsign.cpp
+++ b/samlsign/samlsign.cpp
@@ -55,6 +55,7 @@
 #include <xercesc/framework/LocalFileInputSource.hpp>
 #include <xercesc/framework/StdInInputSource.hpp>
 #include <xercesc/framework/Wrapper4InputSource.hpp>
+#include <boost/scoped_ptr.hpp>
 
 using namespace xmlsignature;
 using namespace xmlconstants;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list