Re: [PATCH v4 2/7] block/nbd: Use qcrypto_tls_creds_check_endpoint()

2021-06-17 Thread Daniel P . Berrangé
On Wed, Jun 16, 2021 at 06:22:20PM +0200, Philippe Mathieu-Daudé wrote: > Avoid accessing QCryptoTLSCreds internals by using > the qcrypto_tls_creds_check_endpoint() helper. > > Signed-off-by: Philippe Mathieu-Daudé > --- > block/nbd.c| 6 +++--- > blockdev-nbd.c | 6 +++--- > 2 files change

Re: [PATCH v4 2/7] block/nbd: Use qcrypto_tls_creds_check_endpoint()

2021-06-16 Thread Richard Henderson
On 6/16/21 9:22 AM, Philippe Mathieu-Daudé wrote: Avoid accessing QCryptoTLSCreds internals by using the qcrypto_tls_creds_check_endpoint() helper. Signed-off-by: Philippe Mathieu-Daudé --- block/nbd.c| 6 +++--- blockdev-nbd.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-)

[PATCH v4 2/7] block/nbd: Use qcrypto_tls_creds_check_endpoint()

2021-06-16 Thread Philippe Mathieu-Daudé
Avoid accessing QCryptoTLSCreds internals by using the qcrypto_tls_creds_check_endpoint() helper. Signed-off-by: Philippe Mathieu-Daudé --- block/nbd.c| 6 +++--- blockdev-nbd.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/block/nbd.c b/block/nbd.c index 616f9ae