]> git.ipfire.org Git - thirdparty/qemu.git/commit
crypto: drop gnutls debug logging support
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 15 Mar 2024 13:54:52 +0000 (13:54 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 24 Jul 2024 09:39:10 +0000 (10:39 +0100)
commit305233349b471840b00068579d0ab0af50395852
tree458510dfa61201e1a475525c388eac15d65cd0ea
parent6ffade7974171b9091b3cdd38a76477fd4f71d8d
crypto: drop gnutls debug logging support

GNUTLS already supports dynamically enabling its logging at runtime by
setting the env var 'GNUTLS_DEBUG_LEVEL=10', so there is no need to
re-invent this logic in QEMU in a way that requires a re-compile.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
crypto/init.c