the second argument of d2i_X509, d2i_X509_CRL and d2i_X509_REQ is const
[openssl.git] / doc / crypto / d2i_X509.pod
index e8e946e18a084a4d13aebd0addd7ca1c472b6c43..5bfa18afbb3d965f3073925029ccee9a47ceea40 100644 (file)
@@ -9,7 +9,7 @@ i2d_X509_fp - X509 encode and decode functions
 
  #include <openssl/x509.h>
 
- X509 *d2i_X509(X509 **px, unsigned char **in, int len);
+ X509 *d2i_X509(X509 **px, const unsigned char **in, int len);
  int i2d_X509(X509 *x, unsigned char **out);
 
  X509 *d2i_X509_bio(BIO *bp, X509 **x);