Spellcheck CMS docs.
[openssl.git] / doc / crypto / d2i_X509_REQ.pod
index 0658725ac3d1eaae5b0aadcd068ce6fe569df455..ae32a3891d6752d200ffb429a211a391c35f9fd0 100644 (file)
@@ -2,13 +2,14 @@
 
 =head1 NAME
 
-d2i_X509_REQ, i2d_X509_REQ - PKCS#10 certificate request functions.
+d2i_X509_REQ, i2d_X509_REQ, d2i_X509_REQ_bio, d2i_X509_REQ_fp,
+i2d_X509_REQ_bio, i2d_X509_REQ_fp - PKCS#10 certificate request functions.
 
 =head1 SYNOPSIS
 
  #include <openssl/x509.h>
 
DH *d2i_X509_REQ(X509_REQ **a, unsigned char **pp, long length);
X509_REQ *d2i_X509_REQ(X509_REQ **a, const unsigned char **pp, long length);
  int i2d_X509_REQ(X509_REQ *a, unsigned char **pp);
 
  X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **x);