From 3cec1783b7960a37ef51b5dc86dd1492b608f6e7 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 13 Jul 2017 17:49:48 -0400 Subject: Fix compiler warnings with openssl-scrypt/libscrypt test on clang Clang didn't like that we were passing uint64_t values to an API that wanted uint32_t. GCC has either not cared, or has figured out that the values in question were safe to cast to uint32_t. Fixes bug22916; bugfix on 0.2.7.2-alpha. --- changes/bug22916_027 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/bug22916_027 (limited to 'changes/bug22916_027') diff --git a/changes/bug22916_027 b/changes/bug22916_027 new file mode 100644 index 0000000000..5cf99c7d15 --- /dev/null +++ b/changes/bug22916_027 @@ -0,0 +1,3 @@ + o Minor bugfixes (Compilation): + - Fix warnings when building with libscrypt and openssl scrypt support + on Clang. Fixes bug 22916; bugfix on 0.2.7.2-alpha. -- cgit v1.2.3-54-g00ecf