On 11/05/2021 15.26, Daniel P. Berrangé wrote:
Now that we only support modern nettle, we don't need to have local typedefs to mask the real nettle types.Signed-off-by: Daniel P. Berrangé <berra...@redhat.com> --- crypto/cipher-nettle.c.inc | 60 ++++++++++++++++---------------------- crypto/hash-nettle.c | 6 ++-- crypto/hmac-nettle.c | 8 ++--- 3 files changed, 30 insertions(+), 44 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>