diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2021-07-02 17:00:32 +0100 |
---|---|---|
committer | Daniel P. Berrangé <berrange@redhat.com> | 2021-07-14 14:15:52 +0100 |
commit | 21407ddf967f9b6f9ea22ab3a1644f6b29d53255 (patch) | |
tree | 12c0c94b8a7ed4993f24ce931926b7e5b5683658 /crypto/meson.build | |
parent | f8157e100c0ed7c0b6ca98ce20c969e1f6dcb968 (diff) |
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.build | 1 |
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', |