From 754c212a61833003b1f51a94e990c20ae46204cb Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Sun, 15 Oct 2006 01:55:07 +0000 Subject: [PATCH] Include NSS in the tests for HMAC with RIPEMD160 svn path=/trunk/kdesupport/qca/; revision=595597 --- unittest/macunittest/macunittest.cpp | 1 + 1 file changed, 1 insertion(+) 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 ) )