summaryrefslogtreecommitdiffstats
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:12:55 +1000
commit68229aebce159ecea7b887d6a0edd47d881a659b (patch)
treeb3b5d40b23450364c40e948f6def0bba5a7a9df0
parent68581885cba2a64c47bae7fdd8674be852d0c74c (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)
-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 8bb89e0332..d41d2e0c4b 100644
--- a/doc/man3/d2i_X509.pod
+++ b/doc/man3/d2i_X509.pod
@@ -491,7 +491,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.