Fix typo that I introduced when reformatting lines.
This commit is contained in:
parent
ca7fea9656
commit
0f7e6fe10c
2
CHANGES
2
CHANGES
@ -97,7 +97,7 @@
|
|||||||
[Steve Henson]
|
[Steve Henson]
|
||||||
|
|
||||||
*) Fix a horrible bug in enc_read() in crypto/evp/bio_enc.c: if the first
|
*) 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.
|
EVP_CipherUpdate() would correctly report zero bytes had been decrypted.
|
||||||
A misplaced 'break' also meant the decrypted final block might not be
|
A misplaced 'break' also meant the decrypted final block might not be
|
||||||
copied until the next read.
|
copied until the next read.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user