diff options
author | Adam <Adam@anope.org> | 2014-11-03 23:50:40 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-11-03 23:50:40 -0500 |
commit | 67fc8c34162b6194a960e044569c0886c700c633 (patch) | |
tree | 6af7ccf6fe66823219349365391276c35d5ff408 /modules/encryption/enc_bcrypt.cpp | |
parent | fb2fd9e9d3195d6f032fcc901ff65a7171676f9b (diff) |
enc_bcrypt is no longer extra because it doesn't depend on external dependencies anymore
Diffstat (limited to 'modules/encryption/enc_bcrypt.cpp')
-rw-r--r-- | modules/encryption/enc_bcrypt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/encryption/enc_bcrypt.cpp b/modules/encryption/enc_bcrypt.cpp index 2c50d5137..28512e069 100644 --- a/modules/encryption/enc_bcrypt.cpp +++ b/modules/encryption/enc_bcrypt.cpp @@ -873,7 +873,7 @@ class EBCRYPT : public Module } public: - EBCRYPT(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, ENCRYPTION | VENDOR | EXTRA), + EBCRYPT(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, ENCRYPTION | VENDOR), rounds(10) { // Test a pre-calculated hash |