]> git.ipfire.org Git - thirdparty/qemu.git/commit
ui/vnc: Use qcrypto_tls_creds_check_endpoint()
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 28 Jun 2021 16:09:13 +0000 (18:09 +0200)
committerMichael Roth <michael.roth@amd.com>
Thu, 14 Oct 2021 21:27:33 +0000 (16:27 -0500)
commit43844c2fb2fffd0f710071259453714acb804c07
tree904827157c426b2d60ee46e4982b72017d04e98e
parenta1c966bdf4174f238077784016854231033034cf
ui/vnc: Use qcrypto_tls_creds_check_endpoint()

Avoid accessing QCryptoTLSCreds internals by using
the qcrypto_tls_creds_check_endpoint() helper.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
(cherry picked from commit 3c52bf0c608419d7892fea95f2a0af8f2e99633e)
Signed-off-by: Michael Roth <michael.roth@amd.com>
ui/vnc.c