Add missing crypto init to OpenSSHKey test

This commit is contained in:
Toni Spets 2017-11-25 11:31:31 +02:00
parent bff80dfc70
commit a0bfa710be
2 changed files with 7 additions and 0 deletions

View file

@ -27,6 +27,7 @@ class TestOpenSSHKey : public QObject
Q_OBJECT
private slots:
void initTestCase();
void testParse();
void testDecryptAES256CBC();
void testDecryptAES256CTR();