mirror of
https://github.com/anope/anope.git
synced 2026-06-26 15:16:38 +02:00
Make functions that don't use this static.
This commit is contained in:
@@ -30,7 +30,7 @@ class EBCRYPT final
|
||||
return salt;
|
||||
}
|
||||
|
||||
Anope::string Generate(const Anope::string &data, const Anope::string &salt)
|
||||
static Anope::string Generate(const Anope::string &data, const Anope::string &salt)
|
||||
{
|
||||
char hash[64];
|
||||
_crypt_blowfish_rn(data.c_str(), salt.c_str(), hash, sizeof(hash));
|
||||
|
||||
Reference in New Issue
Block a user