Run the withlibctx.pl script
[openssl.git] / doc / man3 / PEM_read_bio_PrivateKey.pod
index 26f03b5b0ded9ad4fc2bd5ca91d56d1de2e9d724..ddfde85988433bb4d2afbe046693b6c85d25a3b7 100644 (file)
@@ -436,7 +436,7 @@ most of them are set to 0 or NULL.
 
 To read a certificate with a library context in PEM format from a BIO:
 
- X509 *x = X509_new_with_libctx(libctx, NULL);
+ X509 *x = X509_new_ex(libctx, NULL);
 
  if (x == NULL)
      /* Error */