summaryrefslogtreecommitdiff
path: root/modules/encryption
diff options
context:
space:
mode:
Diffstat (limited to 'modules/encryption')
-rw-r--r--modules/encryption/enc_bcrypt.cpp6
-rw-r--r--modules/encryption/enc_sha256.cpp4
2 files changed, 5 insertions, 5 deletions
diff --git a/modules/encryption/enc_bcrypt.cpp b/modules/encryption/enc_bcrypt.cpp
index de92535ea..57707e1e2 100644
--- a/modules/encryption/enc_bcrypt.cpp
+++ b/modules/encryption/enc_bcrypt.cpp
@@ -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
diff --git a/modules/encryption/enc_sha256.cpp b/modules/encryption/enc_sha256.cpp
index 2df022437..13bfe54c0 100644
--- a/modules/encryption/enc_sha256.cpp
+++ b/modules/encryption/enc_sha256.cpp
@@ -8,8 +8,8 @@
* (C) 2003-2018 Anope Team
* Contact us at team@anope.org
*
- * Taken from InspIRCd ( www.inspircd.org )
- * see http://wiki.inspircd.org/Credits
+ * Taken from InspIRCd (https://www.inspircd.org/),
+ * see https://wiki.inspircd.org/Credits
*
* This program is free but copyrighted software; see
* the file COPYING for details.