From 6725f0f77d579096d407f539b7e480650e59bfda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Nordheim?= Date: Thu, 20 May 2021 17:31:02 +0200 Subject: Attributions: Don't mention QT_CRYPTOGRAPHICHASH_ONLY_SHA1 It's only meant for bootstrap builds. Considering that SHA1 is deprecated by NIST we should not artificially limit ourselves to using only that. Task-number: QTBUG-93838 Change-Id: Ib779ad4e4349cfdc71d797eb3ba5ccfb7747e933 Reviewed-by: Thiago Macieira --- src/3rdparty/md4/qt_attribution.json | 2 +- src/3rdparty/md5/qt_attribution.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/3rdparty/md4/qt_attribution.json b/src/3rdparty/md4/qt_attribution.json index ea7e22705f..37dd3fab5f 100644 --- a/src/3rdparty/md4/qt_attribution.json +++ b/src/3rdparty/md4/qt_attribution.json @@ -2,7 +2,7 @@ "Id": "md4", "Name": "MD4", "QDocModule": "qtcore", - "QtUsage": "Used in Qt Core (QCryptographicHash). Configure with -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 to avoid.", + "QtUsage": "Used in Qt Core (QCryptographicHash).", "Description": "Treat as final version; no upstream known", "Description": "An OpenSSL-compatible implementation of the RSA Data Security, Inc. MD4 Message-Digest Algorithm.", diff --git a/src/3rdparty/md5/qt_attribution.json b/src/3rdparty/md5/qt_attribution.json index e9783f9e49..adf697e32b 100644 --- a/src/3rdparty/md5/qt_attribution.json +++ b/src/3rdparty/md5/qt_attribution.json @@ -2,7 +2,7 @@ "Id": "md5", "Name": "MD5", "QDocModule": "qtcore", - "QtUsage": "Used in Qt Core (QCryptographicHash). Configure with -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 to avoid.", + "QtUsage": "Used in Qt Core (QCryptographicHash).", "Description": "Treat as final version; no upstream known", "Description": "MD5 message-digest algorithm.", -- cgit v1.2.3