From: Dmitry Belyavskiy Date: Mon, 18 May 2026 15:24:56 +0000 (+0200) Subject: Remove copy/paste remnants from ancient times X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea75fbb18c99046eca212eda27c5610da423c23c;p=thirdparty%2Fopenssl.git Remove copy/paste remnants from ancient times Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz MergeDate: Thu May 21 09:03:28 2026 (Merged from https://github.com/openssl/openssl/pull/31216) --- diff --git a/doc/man3/PKCS7_decrypt.pod b/doc/man3/PKCS7_decrypt.pod index aea15937ab8..5ba3cf1c17c 100644 --- a/doc/man3/PKCS7_decrypt.pod +++ b/doc/man3/PKCS7_decrypt.pod @@ -38,9 +38,6 @@ The error can be obtained from ERR_get_error(3) PKCS7_decrypt() must be passed the correct recipient key and certificate. It would be better if it could look up the correct key and certificate from a database. -The lack of single pass processing and need to hold all data in memory as -mentioned in PKCS7_sign() also applies to PKCS7_verify(). - =head1 SEE ALSO L, L