summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorMårten Nordheim <marten.nordheim@qt.io>2021-05-20 17:31:02 +0200
committerMårten Nordheim <marten.nordheim@qt.io>2021-05-23 11:47:42 +0000
commit6725f0f77d579096d407f539b7e480650e59bfda (patch)
treed9643675e8c508cca81a9e706827d38f186a3ccd /src/3rdparty
parent3f7741000ccf058212da26c7dc4ab4c8b4c9c0f3 (diff)
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 <thiago.macieira@intel.com>
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/md4/qt_attribution.json2
-rw-r--r--src/3rdparty/md5/qt_attribution.json2
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.",