summaryrefslogtreecommitdiffstats
path: root/doc/crypto/d2i_X509.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/d2i_X509.pod')
-rw-r--r--doc/crypto/d2i_X509.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/crypto/d2i_X509.pod b/doc/crypto/d2i_X509.pod
index 06546a4875..f78d02065c 100644
--- a/doc/crypto/d2i_X509.pod
+++ b/doc/crypto/d2i_X509.pod
@@ -349,10 +349,10 @@ i2d_X509_SIG,
i2d_X509_VAL,
- convert objects from/to ASN.1/DER representation
-=for comment generic
-
=head1 SYNOPSIS
+=for comment generic
+
TYPE *d2i_TYPE(TYPE **a, unsigned char **pp, long length);
TYPE *d2i_TYPE_bio(BIO *bp, TYPE **a);
TYPE *d2i_TYPE_fp(FILE *fp, TYPE **a);
@@ -436,7 +436,7 @@ another will be processed after it.
The following points about the data types might be useful:
-=over
+=over 4
=item B<ASN1_OBJECT>