From f1cf401d75253b4a7c8c4347bb5039ae9232e230 Mon Sep 17 00:00:00 2001 From: jsg <> Date: Mon, 23 Dec 2024 22:06:00 +0000 Subject: ealier -> earlier --- src/lib/libcrypto/man/EVP_aes_128_ccm.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/man/EVP_aes_128_ccm.3 b/src/lib/libcrypto/man/EVP_aes_128_ccm.3 index 8f723b140b..c1faf9e325 100644 --- a/src/lib/libcrypto/man/EVP_aes_128_ccm.3 +++ b/src/lib/libcrypto/man/EVP_aes_128_ccm.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: EVP_aes_128_ccm.3,v 1.3 2024/12/22 00:45:23 schwarze Exp $ +.\" $OpenBSD: EVP_aes_128_ccm.3,v 1.4 2024/12/23 22:06:00 jsg Exp $ .\" full merge up to: .\" OpenSSL EVP_EncryptInit.pod 0874d7f2 Oct 11 13:13:47 2022 +0100 .\" OpenSSL EVP_aes.pod a1ec85c1 Apr 21 10:49:12 2020 +0100 @@ -67,7 +67,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 22 2024 $ +.Dd $Mdocdate: December 23 2024 $ .Dt EVP_AES_128_CCM 3 .Os .Sh NAME @@ -235,7 +235,7 @@ It is an error if the argument of the .Xr EVP_EncryptUpdate 3 call passing the plaintext data does not match the total length -specified ealier. +specified earlier. Splitting the text into more than one chunks to be passed in multiple calls of .Xr EVP_EncryptUpdate 3 is not supported for CCM. @@ -300,7 +300,7 @@ It is an error if the argument of the .Xr EVP_DecryptUpdate 3 call passing the ciphertext data does not match the total length -specified ealier. +specified earlier. Splitting the text into more than one chunks to be passed in multiple calls of .Xr EVP_DecryptUpdate 3 is not supported for CCM. -- cgit v1.2.3-55-g6feb