diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-19 01:13:23 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-19 01:22:54 -0700 |
| commit | be87d61299f52e366bcb65fd176ccf325b0f77e0 (patch) | |
| tree | c5e289ea68824ba407d5928e0e6e65d8bab51430 /src/blake2/blake2b-ref.c | |
| parent | copy: check for vulnerable target dirs (diff) | |
| download | coreutils-be87d61299f52e366bcb65fd176ccf325b0f77e0.tar.gz coreutils-be87d61299f52e366bcb65fd176ccf325b0f77e0.zip | |
all: prefer HTTPS in URLs
Diffstat (limited to 'src/blake2/blake2b-ref.c')
| -rw-r--r-- | src/blake2/blake2b-ref.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/blake2/blake2b-ref.c b/src/blake2/blake2b-ref.c index cd38b1ba0..cbb1d8be4 100644 --- a/src/blake2/blake2b-ref.c +++ b/src/blake2/blake2b-ref.c @@ -5,9 +5,9 @@ terms of the CC0, the OpenSSL Licence, or the Apache Public License 2.0, at your option. The terms of these licenses can be found at: - - CC0 1.0 Universal : http://creativecommons.org/publicdomain/zero/1.0 + - CC0 1.0 Universal : https://creativecommons.org/publicdomain/zero/1.0 - OpenSSL license : https://www.openssl.org/source/license.html - - Apache 2.0 : http://www.apache.org/licenses/LICENSE-2.0 + - Apache 2.0 : https://www.apache.org/licenses/LICENSE-2.0 More information about the BLAKE2 hash function can be found at https://blake2.net. |
