Skip to content

Commit

Permalink
Fix empty check for openssl_pkcs12 tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Apr 26, 2022
1 parent 096262b commit dbbcc9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@
- p12_empty is changed
- p12_empty_idem is not changed
- p12_empty_concat_idem is not changed
- empty_contents == (empty_expected_pyopenssl if select_crypto_backend == 'pyopenssl' else empty_expected_cryptography)
- (empty_contents == empty_expected_cryptography) or (empty_contents == empty_expected_pyopenssl and select_crypto_backend == 'pyopenssl')

0 comments on commit dbbcc9f

Please sign in to comment.