UI: Use blake2b instead of SHA1 for updater

This commit is contained in:
Richard Stanway
2017-02-23 17:38:43 +01:00
committed by jp9000
parent 647c31bb28
commit 23a115b0b3
7 changed files with 787 additions and 12 deletions

View File

@@ -55,6 +55,7 @@ add_definitions(${LIBCURL_DEFINITIONS})
if(WIN32)
include_directories(${OBS_JANSSON_INCLUDE_DIRS})
include_directories(${BLAKE2_INCLUDE_DIR})
set(obs_PLATFORM_SOURCES
platform-windows.cpp
@@ -68,6 +69,7 @@ if(WIN32)
win-update/win-update-helpers.hpp)
set(obs_PLATFORM_LIBRARIES
crypt32
blake2
${OBS_JANSSON_IMPORT})
if(ENABLE_WIN_UPDATER)