From bf9133c672f108fd345f39f4e3e82d1eb926e20a Mon Sep 17 00:00:00 2001 From: Tom Cosgrove Date: Tue, 10 Dec 2024 11:31:11 +0000 Subject: [PATCH] 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) --- doc/man3/ASN1_aux_cb.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man3/ASN1_aux_cb.pod b/doc/man3/ASN1_aux_cb.pod index bfee0d9eb10..06f547eb605 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 -- 2.47.2