Include NSS in the tests for HMAC with RIPEMD160

svn path=/trunk/kdesupport/qca/; revision=595597
This commit is contained in:
Brad Hards 2006-10-15 01:55:07 +00:00
parent c622a5f43a
commit 754c212a61

View File

@ -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 ) )