diff options
author | Brad King <brad.king@kitware.com> | 2014-08-05 15:30:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-08-05 15:31:47 (GMT) |
commit | f2ccc14b22a396710923d718fc5768ea7c021e04 (patch) | |
tree | 61323e1339f3fb16403df459c5aec00caa3bc548 /Modules/ExternalData.cmake | |
parent | 662daff0b230d7343feaa5de2f33199f6f7a0e7e (diff) | |
download | CMake-f2ccc14b22a396710923d718fc5768ea7c021e04.zip CMake-f2ccc14b22a396710923d718fc5768ea7c021e04.tar.gz CMake-f2ccc14b22a396710923d718fc5768ea7c021e04.tar.bz2 |
ExternalData: Drop 'not security software' disclaimer (#15060)
Let clients do their own research on the current strength of each
hash algorithm to choose what is best for their needs.
Suggested-by: Nico Schlömer <nico.schloemer@gmail.com>
Diffstat (limited to 'Modules/ExternalData.cmake')
-rw-r--r-- | Modules/ExternalData.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/ExternalData.cmake b/Modules/ExternalData.cmake index 73a4990..79bb064 100644 --- a/Modules/ExternalData.cmake +++ b/Modules/ExternalData.cmake @@ -76,7 +76,7 @@ # SHA512 .sha512 US Secure Hash Algorithms, RFC 4634 # # Note that the hashes are used only for unique data identification and -# download verification. This is not security software. +# download verification. # # Example usage: # |