diff options
author | Viktor Szakats <commit@vszakats.net> | 2018-09-14 18:48:35 +0000 |
---|---|---|
committer | Viktor Szakats <commit@vszakats.net> | 2018-09-14 18:48:35 +0000 |
commit | 420087bb306528530ebdbf7f7806312882b1adba (patch) | |
tree | b5e6ab2607d75141d88b74d404ce5bd5d176fd01 /lib/md4.c | |
parent | 4ff5f9405abff825df8c1da0e432081f1877f717 (diff) | |
download | curl-420087bb306528530ebdbf7f7806312882b1adba.tar.gz |
secure Openwall URLs
Diffstat (limited to 'lib/md4.c')
-rw-r--r-- | lib/md4.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ * MD4 Message-Digest Algorithm (RFC 1320). * * Homepage: - http://openwall.info/wiki/people/solar/software/public-domain-source-code/md4 + https://openwall.info/wiki/people/solar/software/public-domain-source-code/md4 * * Author: * Alexander Peslyak, better known as Solar Designer <solar at openwall.com> |