From 6123db0a94f38f218bfdf61409b52ca23c28545b Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Sat, 16 Sep 2017 14:00:17 -0400 Subject: Support PSSR_Raw Allows PSS-signing a raw hash while also still specifying the salt length. GH #1211 --- src/tests/tests.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/tests/tests.cpp') diff --git a/src/tests/tests.cpp b/src/tests/tests.cpp index da1f874cf..cdccfe76c 100644 --- a/src/tests/tests.cpp +++ b/src/tests/tests.cpp @@ -965,11 +965,11 @@ std::vector Text_Based_Test::run() { try { - if(possible_providers(header).empty() || - skip_this_test(header, vars)) - { + if(skip_this_test(header, vars)) + continue; + + if(possible_providers(header).empty()) continue; - } ++test_cnt; -- cgit v1.2.3