summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Makepeace <david.p.makepeace@oracle.com>2020-01-23 11:07:18 +1000
committerShane Lontis <shane.lontis@oracle.com>2020-01-30 16:17:03 +1000
commit081191e3423ed73b019e7786d68c94c78e61c6d9 (patch)
treed1c5b4faca06ea5b82e3f09b52ffdc22ab31830b /doc
parentc8943eb04ae41506ec8a1869103e2e1dec6bfcd8 (diff)
Fix type name typo in d2i/i2d documentation.
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/10933) (cherry picked from commit 68229aebce159ecea7b887d6a0edd47d881a659b)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/d2i_X509.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/d2i_X509.pod b/doc/man3/d2i_X509.pod
index 075f87295a..bd93b584b7 100644
--- a/doc/man3/d2i_X509.pod
+++ b/doc/man3/d2i_X509.pod
@@ -460,7 +460,7 @@ Represents an ASN1 OBJECT IDENTIFIER.
Represents a PKCS#3 DH parameters structure.
-=item B<DHparamx>
+=item B<DHxparams>
Represents an ANSI X9.42 DH parameters structure.