X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltooling%2Fsecurity%2FOpenSSLTrustEngine.h;fp=xmltooling%2Fsecurity%2FOpenSSLTrustEngine.h;h=46f68f15c22a51a46eacf826379221687e6b5634;hb=fcaca17619b128556bdd7f19dbb0fb5688259fac;hp=3218cbc094feece0d3638414fa29640ca2ac883f;hpb=762a64cd6bbedf98fc57d0541e718a6fbfa42142;p=shibboleth%2Fxmltooling.git diff --git a/xmltooling/security/OpenSSLTrustEngine.h b/xmltooling/security/OpenSSLTrustEngine.h index 3218cbc..46f68f1 100644 --- a/xmltooling/security/OpenSSLTrustEngine.h +++ b/xmltooling/security/OpenSSLTrustEngine.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Internet2 + * Copyright 2001-2009 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -49,10 +49,10 @@ namespace xmltooling { * * @param e DOM to supply configuration for provider */ - OpenSSLTrustEngine(const xercesc::DOMElement* e=NULL) : X509TrustEngine(e) {} + OpenSSLTrustEngine(const xercesc::DOMElement* e=NULL); public: - virtual ~OpenSSLTrustEngine() {} + virtual ~OpenSSLTrustEngine(); using X509TrustEngine::validate;