X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=lib%2Fcrc64.c;h=47cfa054827f3df027873dae9e7eb37c13ae167c;hb=71b547c048eb10d54627932019411549b1e4cfb7;hp=f8928ce282808cc02179c8d155f3b33948f7cc71;hpb=a2b447066cacb6db82a1f69b46d9f894f695badf;p=linux-2.6-microblaze.git 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