Moved key/cred resolution classes out of xmlsig namespace.
[shibboleth/cpp-xmltooling.git] / xmltooling / security / impl / ChainingTrustEngine.cpp
index dc66969..41e04b1 100644 (file)
@@ -117,7 +117,7 @@ bool ChainingTrustEngine::validate(
     STACK_OF(X509)* certChain,
     const KeyInfoSource& keyInfoSource,
     bool checkName,
-    const xmlsignature::KeyResolver* keyResolver
+    const KeyResolver* keyResolver
     ) const
 {
     OpenSSLTrustEngine* down;