1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 05:56:38 +02:00

Update most URLs to use HTTPS if available, and fix some dead ones too.

This commit is contained in:
Robby
2018-11-10 15:15:05 +01:00
parent 9e7dadb967
commit b279863acb
28 changed files with 62 additions and 61 deletions
+3 -3
View File
@@ -7,13 +7,13 @@
* details.
*
* Most of the code in this file is taken from
* http://openwall.com/crypt/crypt_blowfish-1.2.tar.gz
* https://www.openwall.com/crypt/crypt_blowfish-1.2.tar.gz
*/
/*
* The crypt_blowfish homepage is:
*
* http://www.openwall.com/crypt/
* https://www.openwall.com/crypt/
*
* This code comes from John the Ripper password cracker, with reentrant
* and crypt(3) interfaces added, but optimizations specific to password
@@ -48,7 +48,7 @@
*
* There's a paper on the algorithm that explains its design decisions:
*
* http://www.usenix.org/events/usenix99/provos.html
* https://www.usenix.org/legacy/events/usenix99/provos.html
*
* Some of the tricks in BF_ROUND might be inspired by Eric Young's
* Blowfish library (I can't be sure if I would think of something if I