Commit ea75fbb18c for openssl.org
commit ea75fbb18c99046eca212eda27c5610da423c23c
Author: Dmitry Belyavskiy <beldmit@gmail.com>
Date: Mon May 18 17:24:56 2026 +0200
Remove copy/paste remnants from ancient times
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
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 aea15937ab..5ba3cf1c17 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<ERR_get_error(3)>, L<PKCS7_encrypt(3)>