From: Tom Cosgrove Date: Thu, 5 Dec 2024 09:08:42 +0000 (+0000) Subject: Fix double 'the's X-Git-Tag: openssl-3.5.0-alpha1~748 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=690bb5192c7ef36f427dddf9719b938d76837b23;p=thirdparty%2Fopenssl.git Fix double 'the's Reviewed-by: Hugo Landau Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/26118) --- diff --git a/doc/man3/ASN1_aux_cb.pod b/doc/man3/ASN1_aux_cb.pod index 1eb6b1d5b0d..7723dd26988 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 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 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 diff --git a/doc/man3/OSSL_CMP_validate_msg.pod b/doc/man3/OSSL_CMP_validate_msg.pod index f04b6b4a872..ea39a14ed68 100644 --- a/doc/man3/OSSL_CMP_validate_msg.pod +++ b/doc/man3/OSSL_CMP_validate_msg.pod @@ -46,7 +46,7 @@ any self-issued certificate from the I extraCerts field may be used as a trust anchor for the path verification of an 'acceptable' cert if it can be used also to validate the issued certificate returned in the IP message. This is according to TS 33.310 [Network Domain Security (NDS); Authentication Framework -(AF)] document specified by the The 3rd Generation Partnership Project (3GPP). +(AF)] document specified by The 3rd Generation Partnership Project (3GPP). Note that using this option is dangerous as the certificate obtained this way has not been authenticated (at least not at CMP level). Taking it over as a trust anchor implements trust-on-first-use (TOFU). diff --git a/test/bio_base64_test.c b/test/bio_base64_test.c index 9851aa63654..d4e160d6bfd 100644 --- a/test/bio_base64_test.c +++ b/test/bio_base64_test.c @@ -457,7 +457,7 @@ int setup_tests(void) * * Followed by zero, one or two additional bytes that may involve padding, * or else (truncation) 1, 2 or 3 bytes with missing padding. - * Only the the first four variants make sense with padding or truncated + * Only the first four variants make sense with padding or truncated * groups. * * With two types of underlying BIO