]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
This is funny, in m_md5 we have an ancient comment from w00t that i forgot to remove...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 16 May 2007 21:15:04 +0000 (21:15 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 16 May 2007 21:15:04 +0000 (21:15 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7037 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_md5.cpp

index 4ed011acf853bb2a26af24344c61e41263db4cbb..d43204b99238cefec3d0f8e9974d96be97621494 100644 (file)
@@ -65,8 +65,7 @@ class ModuleMD5 : public Module
                        p += 4;
                } while (--words);
        }
-       
-       /* XXX - maybe if we had an md5/encryption moduletype? *shrug* */
+
        void MD5Init(struct MD5Context *ctx, unsigned int* key = NULL)
        {
                /* These are the defaults for md5 */