aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/meson.build
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2021-07-02 17:00:32 +0100
committerDaniel P. Berrangé <berrange@redhat.com>2021-07-14 14:15:52 +0100
commit21407ddf967f9b6f9ea22ab3a1644f6b29d53255 (patch)
tree12c0c94b8a7ed4993f24ce931926b7e5b5683658 /crypto/meson.build
parentcrypto: add crypto tests for single block DES-ECB and DES-CBC (diff)
downloadqemu-21407ddf967f9b6f9ea22ab3a1644f6b29d53255.tar.xz
qemu-21407ddf967f9b6f9ea22ab3a1644f6b29d53255.zip
crypto: delete built-in DES implementation
The built-in DES implementation is used for the VNC server password authentication scheme. When building system emulators it is reasonable to expect that an external crypto library is being used. It is thus not worth keeping a home grown DES implementation in tree. Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'crypto/meson.build')
-rw-r--r--crypto/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/meson.build b/crypto/meson.build
index 7cbf1a6ba7..b384ca8b57 100644
--- a/crypto/meson.build
+++ b/crypto/meson.build
@@ -5,7 +5,6 @@ crypto_ss.add(files(
'block-qcow.c',
'block.c',
'cipher.c',
- 'desrfb.c',
'hash.c',
'hmac.c',
'ivgen-essiv.c',