mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
Add missing crypto initalization in tests.
This commit is contained in:
parent
9b46225937
commit
ac60f7ce70
5 changed files with 17 additions and 1 deletions
|
@ -17,12 +17,18 @@
|
|||
|
||||
#include "TestKeePass2RandomStream.h"
|
||||
|
||||
#include <QtTest/QTest>
|
||||
|
||||
#include "crypto/Crypto.h"
|
||||
#include "crypto/CryptoHash.h"
|
||||
#include "crypto/SymmetricCipher.h"
|
||||
#include "format/KeePass2.h"
|
||||
#include "format/KeePass2RandomStream.h"
|
||||
|
||||
#include <QtTest/QTest>
|
||||
void TestKeePass2RandomStream::initTestCase()
|
||||
{
|
||||
Crypto::init();
|
||||
}
|
||||
|
||||
void TestKeePass2RandomStream::test()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue