diff --git a/unittest/macunittest/macunittest.cpp b/unittest/macunittest/macunittest.cpp index d0c194eb..3e919217 100644 --- a/unittest/macunittest/macunittest.cpp +++ b/unittest/macunittest/macunittest.cpp @@ -541,6 +541,7 @@ void MACUnitTest::HMACRMD160() providersToTest.append("qca-openssl"); providersToTest.append("qca-gcrypt"); providersToTest.append("qca-botan"); + providersToTest.append("qca-nss"); foreach(const QString provider, providersToTest) { if( !QCA::isSupported( "hmac(ripemd160)", provider ) )