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_1_1_1e~56 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=081191e3423ed73b019e7786d68c94c78e61c6d9;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) (cherry picked from commit 68229aebce159ecea7b887d6a0edd47d881a659b) --- 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 +=item B Represents an ANSI X9.42 DH parameters structure.