summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl/lib/md5.c
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-11-05 12:42:38 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-11-05 12:43:41 (GMT)
commitb83420e45d963e2decd94336b97c127c75eed990 (patch)
treec5a2362bf0ba09744c8f0d27c6c0214f96c6461f /Utilities/cmcurl/lib/md5.c
parent259292ebcccac1a3aba931d2437e1432f77c0945 (diff)
parentc1ad5118deb0eb52c2130e0fb3363f44c25bf42e (diff)
downloadCMake-b83420e45d963e2decd94336b97c127c75eed990.zip
CMake-b83420e45d963e2decd94336b97c127c75eed990.tar.gz
CMake-b83420e45d963e2decd94336b97c127c75eed990.tar.bz2
Merge topic 'update-curl'
c1ad5118de curl: backport upstream fix to 7.62.0 regression 03bf934fbe curl: Modernize tiny test code used for build inside CMake 2b3c1bb9b0 curl: Update build within CMake to account for 7.62 changes 636bcefeab Merge branch 'upstream-curl' into update-curl 9835e90750 curl 2018-10-30 (19667715) 9c6574795c curl: Update script to get curl 7.62.0 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2550
Diffstat (limited to 'Utilities/cmcurl/lib/md5.c')
-rw-r--r--Utilities/cmcurl/lib/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmcurl/lib/md5.c b/Utilities/cmcurl/lib/md5.c
index b819d39..45f45bb 100644
--- a/Utilities/cmcurl/lib/md5.c
+++ b/Utilities/cmcurl/lib/md5.c
@@ -177,7 +177,7 @@ static void MD5_Final(unsigned char digest[16], MD5_CTX *ctx)
* MD5 Message-Digest Algorithm (RFC 1321).
*
* Homepage:
- http://openwall.info/wiki/people/solar/software/public-domain-source-code/md5
+ https://openwall.info/wiki/people/solar/software/public-domain-source-code/md5
*
* Author:
* Alexander Peslyak, better known as Solar Designer <solar at openwall.com>