]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix the cipher_overhead_test
authorMatt Caswell <matt@openssl.org>
Mon, 1 Feb 2021 15:15:10 +0000 (15:15 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 5 Feb 2021 15:22:43 +0000 (15:22 +0000)
commit5682e77dff5123f0e9259c258bb58bc6d2e358ef
tree8713314d62451958a401ac9fcb514da70d5a654e
parente376242d28e08591af229674a2816ac6f4bb8fdf
Fix the cipher_overhead_test

Now that libssl no longer has any OPENSSL_NO_ALG guards the internal
cipher_overhead_test wasn't quite handling disabled ciphers correctly.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13916)
test/cipher_overhead_test.c