Fix doc warning.
authorScott Cantor <cantor.2@osu.edu>
Mon, 10 Aug 2009 03:07:53 +0000 (03:07 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 10 Aug 2009 03:07:53 +0000 (03:07 +0000)
xmltooling/security/AbstractPKIXTrustEngine.h

index 617bb47..9c6ef91 100644 (file)
@@ -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.
@@ -53,6 +53,7 @@ namespace xmltooling {
          */
         AbstractPKIXTrustEngine(const xercesc::DOMElement* e=NULL);
 
+        /** Flag controls whether every issuer in the trust path must have a CRL loaded. */
         bool m_fullCRLChain;
         
         /**