mirror of
https://github.com/curl/curl.git
synced 2026-08-24 20:03:52 +03:00
secure Openwall URLs
This commit is contained in:
parent
4ff5f9405a
commit
420087bb30
3 changed files with 3 additions and 3 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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue