aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_sqloper.cpp
diff options
context:
space:
mode:
authorGravatar danieldg2010-02-21 17:08:54 +0000
committerGravatar danieldg2010-02-21 17:08:54 +0000
commit527c492cf1c86ede062c49d45ebda17c8c6dfc68 (patch)
tree2204d2bffcec36925ca8b5dfd710b9d4edef9b63 /src/modules/m_sqloper.cpp
parentAdd Base64 encode/decode functions to the core (diff)
Add HMAC implementation to HashProvider
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12508 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_sqloper.cpp')
-rw-r--r--src/modules/m_sqloper.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/m_sqloper.cpp b/src/modules/m_sqloper.cpp
index b4cdc760a..871ef7d46 100644
--- a/src/modules/m_sqloper.cpp
+++ b/src/modules/m_sqloper.cpp
@@ -14,10 +14,9 @@
#include "inspircd.h"
#include "m_sqlv2.h"
#include "m_sqlutils.h"
-#include "m_hash.h"
+#include "hash.h"
/* $ModDesc: Allows storage of oper credentials in an SQL table */
-/* $ModDep: m_sqlv2.h m_sqlutils.h m_hash.h */
typedef std::map<irc::string, Module*> hashymodules;