Re: [Qemu-block] [PATCH] block: initialize qcrypto API at startup

2016-04-07 Thread Kevin Wolf
Am 06.04.2016 um 13:12 hat Daniel P. Berrange geschrieben: > Any programs which call the qcrypto APIs should ensure that > qcrypto_init() has been called before anything else which > can use crypto. Essentially this means right at the start > of the main method before initializing anything else. >

[Qemu-block] [PATCH] block: initialize qcrypto API at startup

2016-04-06 Thread Daniel P. Berrange
Any programs which call the qcrypto APIs should ensure that qcrypto_init() has been called before anything else which can use crypto. Essentially this means right at the start of the main method before initializing anything else. This is important because some versions of gnutls/gcrypt require