From: David Makepeace Date: Thu, 23 Jan 2020 01:07:18 +0000 (+1000) Subject: Fix type name typo in d2i/i2d documentation. X-Git-Tag: openssl-3.0.0-alpha1~587 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=68229aebce159ecea7b887d6a0edd47d881a659b;p=oweals%2Fopenssl.git Fix type name typo in d2i/i2d documentation. Reviewed-by: Matt Caswell Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/10933) --- 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 +=item B Represents an ANSI X9.42 DH parameters structure.