summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorØystein Heskestad <oystein.heskestad@qt.io>2022-02-25 15:00:32 +0000
committerØystein Heskestad <oystein.heskestad@qt.io>2022-03-01 12:32:39 +0100
commit18f386782739ce96e212e187f84aa40c90c96919 (patch)
treebef3217d02648ab77fd33e700c9becf3b868c597 /src/3rdparty
parentcfc2e267a4ed8cc724577d1b96f0d12bb45bfbfa (diff)
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 <kai.koehne@qt.io>
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/SHA-3/targetver.h8
1 files changed, 0 insertions, 8 deletions
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 <SDKDDKVer.h>