diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-16 21:15:04 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-16 21:15:04 +0000 |
commit | c73a9b10aae53818bad4c178ee5181da4d6f87c3 (patch) | |
tree | 7b12d141dc3dc1ab57f4896617f076377da125db /src | |
parent | f7464bb04218629fc326e506949c7d66ab6c31f4 (diff) |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/m_md5.cpp | 3 |
1 files changed, 1 insertions, 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 */ |