Add missing crypto initalization in tests.

This commit is contained in:
Felix Geyer 2011-11-12 20:00:19 +01:00
parent 9b46225937
commit ac60f7ce70
5 changed files with 17 additions and 1 deletions

View file

@ -25,6 +25,7 @@ class TestHashedBlockStream : public QObject
Q_OBJECT
private Q_SLOTS:
void initTestCase();
void testWriteRead();
};