From ab50464f42a5d75fe2590e9f168154a95e03a874 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Sun, 1 Apr 2018 12:25:48 +0200 Subject: [PATCH] Minor changelog improvement --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d71e2e1ca..64ee954db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23,8 +23,8 @@ Bugfix Fixes #1299, #1475. * Fix dynamic library building process with Makefile on Mac OS X. Fixed by mnacamura. - * Return plaintext data sooner on unpadded decryption, as stated in - mbedtls_cipher_update documentation. Contributed by Andy Leiserson. #1180 + * Return plaintext data sooner on unpadded CBC decryption, as stated in + the mbedtls_cipher_update() documentation. Contributed by Andy Leiserson. Changes * Support cmake build where Mbed TLS is a subproject. Fix