From 6331cb060726bcab7df4f3235e6a1fa6d6eaf706 Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Tue, 10 Jul 2018 11:48:42 +0100 Subject: [PATCH] Fix some whitespace issues in ChangeLog and CMakeLists.txt Stray tab in library/CMakeLists.txt and incorrect formatting in ChangeLog. --- ChangeLog | 4 ++-- library/CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 44533d2ae..a1d7c8b06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,8 +4,8 @@ mbed TLS ChangeLog (Sorted per branch, date) Features * Add new crypto primitives from RFC 7539: stream cipher Chacha20, one-time - authenticator Poly1305 and AEAD construct Chacha20-Poly1305. Contributed by - Daniel King (#485). + authenticator Poly1305 and AEAD construct Chacha20-Poly1305. Contributed by + Daniel King (#485). Bugfix * Fix the key_app_writer example which was writing a leading zero byte which diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 28ce0229b..4aba062bc 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt @@ -109,7 +109,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") endif() if(HAIKU) - set(libs ${libs} network) + set(libs ${libs} network) endif(HAIKU) if(USE_PKCS11_HELPER_LIBRARY)