the second argument of d2i_X509, d2i_X509_CRL and d2i_X509_REQ is const
[openssl.git] / doc / crypto / d2i_X509_REQ.pod
index be4ad68257e0642b0d511a5cbaa388ff04562849..ae32a3891d6752d200ffb429a211a391c35f9fd0 100644 (file)
@@ -9,7 +9,7 @@ i2d_X509_REQ_bio, i2d_X509_REQ_fp - PKCS#10 certificate request functions.
 
  #include <openssl/x509.h>
 
- X509_REQ *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);