Package fixes.
[shibboleth/xmltooling.git] / xmltooling / security / OpenSSLCryptoX509CRL.h
index 6299580..55b40a6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2006 The Apache Software Foundation.
+ * Copyright 2001-2007 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.
@@ -15,7 +15,7 @@
  */
 
 /**
- * OpenSSLCryptoX509CRL.h
+ * @file xmltooling/security/OpenSSLCryptoX509CRL.h
  * 
  * OpenSSL-based class for handling X.509 CRLs
  */
@@ -42,7 +42,6 @@ namespace xmltooling {
             return DSIGConstants::s_unicodeStrPROVOpenSSL;
         }
        virtual void loadX509CRLBase64Bin(const char* buf, unsigned int len);
-    
        virtual safeBuffer& getDEREncodingSB(void) {
             return m_DERX509CRL;
         }