Re: [PATCH v5 5/6] ui/vnc: Use qcrypto_tls_creds_check_endpoint()

2021-06-18 Thread Daniel P . Berrangé
On Thu, Jun 17, 2021 at 02:18:29PM +0200, Philippe Mathieu-Daudé wrote: > Avoid accessing QCryptoTLSCreds internals by using > the qcrypto_tls_creds_check_endpoint() helper. > > Signed-off-by: Philippe Mathieu-Daudé > --- > ui/vnc.c | 7 --- > 1 file changed, 4 insertions(+), 3 deletions(-)

Re: [PATCH v5 5/6] ui/vnc: Use qcrypto_tls_creds_check_endpoint()

2021-06-17 Thread Richard Henderson
On 6/17/21 5:18 AM, Philippe Mathieu-Daudé wrote: Avoid accessing QCryptoTLSCreds internals by using the qcrypto_tls_creds_check_endpoint() helper. Signed-off-by: Philippe Mathieu-Daudé --- ui/vnc.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) Reviewed-by: Richard Henderson

[PATCH v5 5/6] ui/vnc: Use qcrypto_tls_creds_check_endpoint()

2021-06-17 Thread Philippe Mathieu-Daudé
Avoid accessing QCryptoTLSCreds internals by using the qcrypto_tls_creds_check_endpoint() helper. Signed-off-by: Philippe Mathieu-Daudé --- ui/vnc.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ui/vnc.c b/ui/vnc.c index b3d4d7b9a5f..f7d63a16dd5 100644 --- a/ui/vnc.c