crypto: drop custom XTS support in gcrypt driver
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 29 Jun 2021 16:11:59 +0000 (17:11 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 14 Jul 2021 13:15:52 +0000 (14:15 +0100)
commit7b40aa4b968a5674a75bbf7e25b88927fcb9ae01
treecb3d301c1223a70d1ae85c29b934d0dee4642c6b
parentea7a6802c75acdc199e434dfd9d4093dbdb18863
crypto: drop custom XTS support in gcrypt driver

The XTS cipher mode was introduced in gcrypt 1.8.0, which
matches QEMU's current minimum version.

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
crypto/cipher-gcrypt.c.inc
meson.build