From c73a9b10aae53818bad4c178ee5181da4d6f87c3 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 16 May 2007 21:15:04 +0000 Subject: [PATCH] This is funny, in m_md5 we have an ancient comment from w00t that i forgot to remove that says "maybe this md5 stuff would be better in a dedicated md5 module". LOL. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7037 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_md5.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/m_md5.cpp b/src/modules/m_md5.cpp index 4ed011acf..d43204b99 100644 --- a/src/modules/m_md5.cpp +++ b/src/modules/m_md5.cpp @@ -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 */ -- 2.39.2