mirror of
https://github.com/anope/anope.git
synced 2026-07-07 13:23:12 +02:00
enc_bcrypt is no longer extra because it doesn't depend on external dependencies anymore
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user