From 863989bc81397a678cbf79bb743d8c953b1c1bb9 Mon Sep 17 00:00:00 2001 From: Paul Bakker Date: Thu, 12 Jun 2014 21:49:01 +0200 Subject: [PATCH] Add LINK_WITH_PTHREAD to ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index a26bf3b26..127a69924 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ Features * Add CCM module and cipher mode to Cipher Layer * Support for CCM and CCM_8 ciphersuites +Changes + * Add LINK_WITH_PTHREAD option in CMake for explicit linking that is + required on some platforms (e.g. OpenBSD) + Bugfix * Fix in debug_print_msg() * Enforce alignment in the buffer allocator even if buffer is not aligned