Re: [Qemu-devel] [PATCH for 3.0 1/4] tests: call qcrypto_init instead of gnutls_global_init

2018-07-18 Thread Philippe Mathieu-Daudé
Hi Daniel, On 07/18/2018 06:38 AM, Daniel P. Berrangé wrote: > Calling qcrypto_init ensures that all relevant initialization is > done. In particular this honours the debugging settings and thread > settings. > > Signed-off-by: Daniel P. Berrangé > --- > tests/crypto-tls-x509-helpers.c | 4

[Qemu-devel] [PATCH for 3.0 1/4] tests: call qcrypto_init instead of gnutls_global_init

2018-07-18 Thread Daniel P . Berrangé
Calling qcrypto_init ensures that all relevant initialization is done. In particular this honours the debugging settings and thread settings. Signed-off-by: Daniel P. Berrangé --- tests/crypto-tls-x509-helpers.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git