From 67fc8c34162b6194a960e044569c0886c700c633 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 3 Nov 2014 23:50:40 -0500 Subject: [PATCH] enc_bcrypt is no longer extra because it doesn't depend on external dependencies anymore --- modules/encryption/enc_bcrypt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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