Creating a Credential from X509 string in C++
Rod Widdowson
rdw at steadingsoftware.com
Fri Mar 22 16:16:13 EDT 2019
There’s a pre test setup stage which you need to look at. It’s in the bas was class iirc
Sent from my iPad
> On 22 Mar 2019, at 20:14, Gareth C <garethenator at gmail.com> wrote:
>
> 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
> --
> To unsubscribe from this list send an email to dev-unsubscribe at shibboleth.net
More information about the dev
mailing list