]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests: fix skipping cipher tests when AES is not available
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 7 May 2025 14:48:31 +0000 (15:48 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 21 May 2025 18:36:43 +0000 (19:36 +0100)
commit01ce649e5d260d4d1a466d10dfaeabeeb2b7478d
tree782118a2e7cbd0d328542273ea2eb07238d7e7de
parent75134a32851e2d9f240097cc7a3bc3426667e147
tests: fix skipping cipher tests when AES is not available

This avoid tests breakage when we drop support for using the
built-in AES impl as a fallback for missing crypto libraries.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
tests/unit/test-crypto-cipher.c