From 0f7e6fe10c414aba972cb77ce03fbbd48bfd1ed8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Fri, 24 Sep 1999 20:24:24 +0000 Subject: [PATCH] Fix typo that I introduced when reformatting lines. --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 06477ac42b..1885ba65b6 100644 --- a/CHANGES +++ b/CHANGES @@ -97,7 +97,7 @@ [Steve Henson] *) Fix a horrible bug in enc_read() in crypto/evp/bio_enc.c: if the first - dataread consists of only the final block it would not decrypted because + data read consists of only the final block it would not decrypted because EVP_CipherUpdate() would correctly report zero bytes had been decrypted. A misplaced 'break' also meant the decrypted final block might not be copied until the next read. -- 2.34.1