projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6858188
)
Fix type name typo in d2i/i2d documentation.
author
David Makepeace
<david.p.makepeace@oracle.com>
Thu, 23 Jan 2020 01:07:18 +0000
(11:07 +1000)
committer
Shane Lontis
<shane.lontis@oracle.com>
Thu, 30 Jan 2020 06:12:55 +0000
(16:12 +1000)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10933)
doc/man3/d2i_X509.pod
patch
|
blob
|
history
diff --git
a/doc/man3/d2i_X509.pod
b/doc/man3/d2i_X509.pod
index 8bb89e033297b936a40acf212981fdc2e2c729ac..d41d2e0c4b56ff5253a3f5f01692b55609c7274c 100644
(file)
--- 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<DH
paramx
>
+=item B<DH
xparams
>
Represents an ANSI X9.42 DH parameters structure.