Fix CRL logging.
[shibboleth/cpp-xmltooling.git] / xmltooling / security / OpenSSLTrustEngine.h
index a44cd56..3218cbc 100644 (file)
@@ -49,11 +49,13 @@ namespace xmltooling {
          * 
          * @param e DOM to supply configuration for provider
          */
-        OpenSSLTrustEngine(const DOMElement* e=NULL) : X509TrustEngine(e) {}
+        OpenSSLTrustEngine(const xercesc::DOMElement* e=NULL) : X509TrustEngine(e) {}
         
     public:
         virtual ~OpenSSLTrustEngine() {}
-        
+
+        using X509TrustEngine::validate;
+
         /**
          * Determines whether an X.509 credential is valid with respect to the
          * source of credentials supplied.