From 68df585be34754a87ad83b3f662a2a1cca6f83f2 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Wed, 19 Jun 2019 17:54:52 +0200 Subject: [PATCH] Add Changelog entry for clang test-ref-configs.pl fix Fix #1628 --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 965876f2a87..41dd0b92d20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -63,6 +63,8 @@ Bugfix * Fix multiple X.509 functions previously returning ASN.1 low-level error codes to always wrap these codes into X.509 high level error codes before returning. Fixes #2431. + * Fix to allow building test suites with any warning that detects unused + functions. Fixes #1628. API Changes * Extend the MBEDTLS_SSL_EXPORT_KEYS to export the handshake randbytes,