X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=blobdiff_plain;f=xmltooling%2Fsecurity%2Fimpl%2FXSECCryptoX509CRL.cpp;h=8111609051dda833ce7de12c06e2ded85a3812d9;hp=787a101922d364e4fb0ac6fe5977b4ef8cf24aec;hb=bd026f07e729e66127b3efd48aee443fba815af3;hpb=6bf08ad666ef628116800af401e2b058bc67554f diff --git a/xmltooling/security/impl/XSECCryptoX509CRL.cpp b/xmltooling/security/impl/XSECCryptoX509CRL.cpp index 787a101..8111609 100644 --- a/xmltooling/security/impl/XSECCryptoX509CRL.cpp +++ b/xmltooling/security/impl/XSECCryptoX509CRL.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 The Apache Software Foundation. + * Copyright 2001-2009 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,6 +28,14 @@ using namespace xmltooling; +XSECCryptoX509CRL::XSECCryptoX509CRL() +{ +} + +XSECCryptoX509CRL::~XSECCryptoX509CRL() +{ +} + void XSECCryptoX509CRL::loadX509CRLPEM(const char* buf, unsigned int len) { const char * b;