mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 09:04:53 -07:00
added PasswordHasher::initialize() to make libgcrypt warnings go away
This commit is contained in:
parent
2789116d03
commit
2deabebc7c
3 changed files with 11 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
class PasswordHasher {
|
||||
public:
|
||||
static void initialize();
|
||||
static QString computeHash(const QString &password, const QString &salt);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue