Make it possible to easily specify a libctx for EVP_DigestSign*
[openssl.git] / doc / man3 / X509_NAME_get0_der.pod
index f91fd4d97778f8f0bfe6b8a9755f8b3f856fd7c2..dd28b44376fd96e6ed4e6b6a9a1e0966e5a37232 100644 (file)
@@ -8,7 +8,7 @@ X509_NAME_get0_der - get X509_NAME DER encoding
 
  #include <openssl/x509.h>
 
- int X509_NAME_get0_der(X509_NAME *nm, const unsigned char **pder,
+ int X509_NAME_get0_der(const X509_NAME *nm, const unsigned char **pder,
                         size_t *pderlen)
 
 
@@ -32,7 +32,7 @@ L<d2i_X509(3)>
 
 Copyright 2002-2016 The OpenSSL Project Authors. All Rights Reserved.
 
-Licensed under the OpenSSL license (the "License").  You may not use
+Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
 in the file LICENSE in the source distribution or at
 L<https://www.openssl.org/source/license.html>.