aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/crc64.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crc64.c')
-rw-r--r--lib/crc64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crc64.c b/lib/crc64.c
index f8928ce28280..47cfa054827f 100644
--- a/lib/crc64.c
+++ b/lib/crc64.c
@@ -4,7 +4,7 @@
*
* This is a basic crc64 implementation following ECMA-182 specification,
* which can be found from,
- * http://www.ecma-international.org/publications/standards/Ecma-182.htm
+ * https://www.ecma-international.org/publications/standards/Ecma-182.htm
*
* Dr. Ross N. Williams has a great document to introduce the idea of CRC
* algorithm, here the CRC64 code is also inspired by the table-driven