Convert from NULL macro to nullptr.
[shibboleth/cpp-xmltooling.git] / xmltooling / security / OpenSSLCryptoX509CRL.h
index 1328420..8a93dd3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2001-2009 The Apache Software Foundation.
+ * Copyright 2001-2010 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.
@@ -52,7 +52,7 @@ namespace xmltooling {
         /**
          * Returns native CRL object.
          * 
-         * @return  native CRL object, or NULL
+         * @return  native CRL object, or nullptr
          */
        X509_CRL* getOpenSSLX509CRL();