ui/vnc: Use qcrypto_tls_creds_check_endpoint()
commit3c52bf0c608419d7892fea95f2a0af8f2e99633e
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 28 Jun 2021 16:09:13 +0000 (28 18:09 +0200)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 29 Jun 2021 17:30:22 +0000 (29 18:30 +0100)
treece708a32e3d66884e4a93fd47080a87df7c6e655
parent5590f65facc508fbc38575f19a0ab2fdcdcf18a4
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>
ui/vnc.c