VMS: tell the C compiler to use the ISO C94 standard
[openssl.git] / doc / crypto / X509V3_get_d2i.pod
index 9375a8edb5333296e7a1c22b5d19541eceb7d7b4..ac560b21e97821984fb902a4be74f108f292be75 100644 (file)
@@ -34,7 +34,7 @@ X509_REVOKED_add1_ext_i2d - X509 extension decode and encode functions
 
  const STACK_OF(X509_EXTENSION) *X509_get0_extensions(const X509 *x);
  const STACK_OF(X509_EXTENSION) *X509_CRL_get0_extensions(const X509_CRL *crl);
- STACK_OF(X509_EXTENSION) *X509_REVOKED_get0_extensions(const X509_REVOKED *r);
const STACK_OF(X509_EXTENSION) *X509_REVOKED_get0_extensions(const X509_REVOKED *r);
 
 =head1 DESCRIPTION