diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-12-18 21:05:02 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-12-18 21:05:02 +0000 |
commit | 47be073a75cc317ebafceaab85bde1009ff93fbc (patch) | |
tree | f047244190c1ffb9efc3b85db0bc765bcea4e261 /contrib | |
parent | 37cfe206be14f6d27dbce030b5eceb7df2dc6236 (diff) | |
download | rspamd-47be073a75cc317ebafceaab85bde1009ff93fbc.tar.gz rspamd-47be073a75cc317ebafceaab85bde1009ff93fbc.zip |
Use blake2 as KDF instead of sha256.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/blake2/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/blake2/CMakeLists.txt b/contrib/blake2/CMakeLists.txt index 8e1fa7b8d..ce173e708 100644 --- a/contrib/blake2/CMakeLists.txt +++ b/contrib/blake2/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.6) -set(BLAKE_SRC blake2-ref.c) +set(BLAKE_SRC blake2b-ref.c) if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" OR "${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") set(CMAKE_C_FLAGS "-O3") endif () |