From 468a84c7df44f5491b5b420de9c76d226a130163 Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Wed, 12 Oct 2016 19:47:29 +0100 Subject: [PATCH] Clarified Changelog for fix #602 --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7782470bc..82bbff4ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -46,7 +46,7 @@ Bugfix data structure until after error checks are successful. Found by subramanyam-c. * Fix documentation and implementation missmatch for function arguments of - mbedtls_gcm_finish(). Found by cmiatpaar. + mbedtls_gcm_finish(). Found by cmiatpaar. #602 Changes * Extended test coverage of special cases, and added new timing test suite.