Creating a Credential from X509 string in C++
Gareth C
garethenator at gmail.com
Fri Mar 22 16:14:26 EDT 2019
Ok, I was able to get something that compiles, but now I'm running into a
really weird issue at runtime. When I try to get a ParserPool using
xmltooling::ParserPool& p =
xmltooling::XMLToolingConfig::getConfig().getParser();
I get this error:
boost/smart_ptr/scoped_ptr.hpp:99: T& boost::scoped_ptr<T>::operator*()
const [with T =xmltooling::ParserPool]: Assertion `px != 0' failed.
Is there any special setup that I need to do before calling this? I pulled
this directly from the test code.
--
Sent from: http://shibboleth.1660669.n2.nabble.com/Shibboleth-Developers-f1660781.html
More information about the dev
mailing list