From: Tom Cosgrove Date: Tue, 10 Dec 2024 11:31:11 +0000 (+0000) Subject: Fix obvious misspelling of ASN1_VALUE X-Git-Tag: openssl-3.1.8~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b022d66e28c917467fb7c0fdc48e152670428e1f;p=thirdparty%2Fopenssl.git Fix obvious misspelling of ASN1_VALUE Reviewed-by: Hugo Landau Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/26118) (cherry picked from commit 4188ab2b198a5c9f302e15c5e08c3c095389b6e5) --- diff --git a/doc/man3/ASN1_aux_cb.pod b/doc/man3/ASN1_aux_cb.pod index 7723dd26988..9ded162744c 100644 --- a/doc/man3/ASN1_aux_cb.pod +++ b/doc/man3/ASN1_aux_cb.pod @@ -87,7 +87,7 @@ found for the purposes of reference counting. =item I A callback that will be invoked at various points during the processing of -the B. See below for further details. +the B. See below for further details. =item I @@ -97,7 +97,7 @@ will be saved if the B flag has been set. =item I A callback that will be invoked at various points during the processing of -the B. This is used in preference to the I callback if +the B. This is used in preference to the I callback if the B flag is set. See below for further details. =back