From 18f386782739ce96e212e187f84aa40c90c96919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98ystein=20Heskestad?= Date: Fri, 25 Feb 2022 15:00:32 +0000 Subject: Revert "Change third party SHA-3 implementation to use" This reverts commit 6deded8bc42d5275c08039812c388a3c593244df. Reason for revert: The new SHA-3 implementation cannot generate digest noexcept, which is required by the QCryptographicHash API. Task-number: QTBUG-71327 Change-Id: I9a49acd529090d479c7d5e9583dd25e0ec669806 Reviewed-by: Kai Koehne --- src/3rdparty/SHA-3/targetver.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/3rdparty/SHA-3/targetver.h (limited to 'src/3rdparty') diff --git a/src/3rdparty/SHA-3/targetver.h b/src/3rdparty/SHA-3/targetver.h deleted file mode 100644 index 87c0086de7..0000000000 --- a/src/3rdparty/SHA-3/targetver.h +++ /dev/null @@ -1,8 +0,0 @@ -#pragma once - -// Including SDKDDKVer.h defines the highest available Windows platform. - -// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and -// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h. - -#include -- cgit v1.2.3