[openssl] master update
shane.lontis at oracle.com
shane.lontis at oracle.com
Thu Jan 30 06:14:32 UTC 2020
The branch master has been updated
via 68229aebce159ecea7b887d6a0edd47d881a659b (commit)
from 68581885cba2a64c47bae7fdd8674be852d0c74c (commit)
- Log -----------------------------------------------------------------
commit 68229aebce159ecea7b887d6a0edd47d881a659b
Author: David Makepeace <david.p.makepeace at oracle.com>
Date: Thu Jan 23 11:07:18 2020 +1000
Fix type name typo in d2i/i2d documentation.
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10933)
-----------------------------------------------------------------------
Summary of changes:
doc/man3/d2i_X509.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
More information about the openssl-commits
mailing list