Skip to content

Commit

Permalink
Fix no-dsa in combination with no-err
Browse files Browse the repository at this point in the history
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #21722)

(cherry picked from commit 4efd84f)
  • Loading branch information
mattcaswell authored and t8m committed Aug 15, 2023
1 parent 65f5960 commit dd8243b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/recipes/30-test_evp.t
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ sub test_errors { # actually tests diagnostics of OSSL_STORE
}

SKIP: {
skip "DSA not disabled", 2 if !disabled("dsa");
skip "DSA not disabled or ERR disabled", 2
if !disabled("dsa") || disabled("err");

ok(test_errors(key => 'server-dsa-key.pem',
out => 'server-dsa-key.err'),
Expand Down

0 comments on commit dd8243b

Please sign in to comment.