summaryrefslogtreecommitdiffstats
path: root/test/evp_test.c
diff options
context:
space:
mode:
authorslontis <shane.lontis@oracle.com>2022-07-19 14:17:52 +1000
committerHugo Landau <hlandau@openssl.org>2022-11-30 07:31:54 +0000
commit6b3d28757620e0781bb1556032bb6961ee39af63 (patch)
tree3c3e057b984828ea35f82383e1ce8b9b1ceb809b /test/evp_test.c
parent5375fd8e948234e8b8a10ded94badf6f59b53608 (diff)
[test/recipes] Add RFC6979 deterministic DSA KATs in evptest format
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18809)
Diffstat (limited to 'test/evp_test.c')
-rw-r--r--test/evp_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/evp_test.c b/test/evp_test.c
index a2b86b5335..9f5d617edf 100644
--- a/test/evp_test.c
+++ b/test/evp_test.c
@@ -3956,6 +3956,8 @@ start:
t->s.curr, pp->key, pp->value);
return 0;
}
+ if (t->skip)
+ return 0;
}
}