[PATCH 01/26] meson: drop unused CONFIG_GCRYPT_HMAC

Paolo Bonzini posted 22 patches 4 years, 8 months ago
[PATCH 01/26] meson: drop unused CONFIG_GCRYPT_HMAC
Posted by Paolo Bonzini 4 years, 8 months ago
CONFIG_GCRYPT_HMAC has been removed now that all supported distros have it.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 meson.build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meson.build b/meson.build
index 7e3902b5c8..43e9c4590e 100644
--- a/meson.build
+++ b/meson.build
@@ -2677,7 +2677,6 @@ summary_info += {'GNUTLS support':    config_host.has_key('CONFIG_GNUTLS')}
 # TODO: add back version
 summary_info += {'libgcrypt':         config_host.has_key('CONFIG_GCRYPT')}
 if config_host.has_key('CONFIG_GCRYPT')
-   summary_info += {'  hmac':            config_host.has_key('CONFIG_GCRYPT_HMAC')}
    summary_info += {'  XTS':             not config_host.has_key('CONFIG_QEMU_PRIVATE_XTS')}
 endif
 # TODO: add back version
-- 
2.31.1



Re: [PATCH 01/26] meson: drop unused CONFIG_GCRYPT_HMAC
Posted by Daniel P. Berrangé 4 years, 7 months ago
On Tue, Jun 08, 2021 at 01:22:36PM +0200, Paolo Bonzini wrote:
> CONFIG_GCRYPT_HMAC has been removed now that all supported distros have it.
> 
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  meson.build | 1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|


Re: [PATCH 01/26] meson: drop unused CONFIG_GCRYPT_HMAC
Posted by Richard Henderson 4 years, 8 months ago
On 6/8/21 4:22 AM, Paolo Bonzini wrote:
> CONFIG_GCRYPT_HMAC has been removed now that all supported distros have it.
> 
> Signed-off-by: Paolo Bonzini<pbonzini@redhat.com>
> ---
>   meson.build | 1 -
>   1 file changed, 1 deletion(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~