X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_md5.cpp;h=6cec05a18e1b48efff4f012904178fcf00c620fe;hb=72555992d16af9a1ca28ada1dc70591fb7653dfe;hp=6e6f5006fd552b50f1866af0428d49881936ef96;hpb=5c7db14a557d7f980dfaa8c10d40c1ccc554b35d;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_md5.cpp b/src/modules/m_md5.cpp index 6e6f5006f..6cec05a18 100644 --- a/src/modules/m_md5.cpp +++ b/src/modules/m_md5.cpp @@ -154,7 +154,7 @@ class MD5Provider : public HashProvider void MD5Transform(word32 buf[4], word32 const in[16]) { - register word32 a, b, c, d; + word32 a, b, c, d; a = buf[0]; b = buf[1];