crypto: remove conditional around 3DES crypto test cases
commitbca579e61954f6dcdd11d88c9b9c59f22a3e695d
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 29 Jun 2021 13:57:04 +0000 (29 14:57 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 14 Jul 2021 13:15:52 +0000 (14 14:15 +0100)
tree698debaa5274e3610bd227433d957711fec2e9f8
parent4aa2454d94cca99d86aa32e71bd7c8159df91c59
crypto: remove conditional around 3DES crypto test cases

The main method checks whether the cipher choice is supported
at runtime, so there is no need for compile time conditions.

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
tests/unit/test-crypto-cipher.c