From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ao6Tu-0006Xb-83 for qemu-devel@nongnu.org; Thu, 07 Apr 2016 05:44:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ao6Tt-0005ks-Gf for qemu-devel@nongnu.org; Thu, 07 Apr 2016 05:44:06 -0400 Date: Thu, 7 Apr 2016 11:43:58 +0200 From: Kevin Wolf Message-ID: <20160407094358.GA4509@noname.redhat.com> References: <1459941126-1213-1-git-send-email-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459941126-1213-1-git-send-email-berrange@redhat.com> Subject: Re: [Qemu-devel] [PATCH] block: initialize qcrypto API at startup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: Alex Bligh , qemu-devel@nongnu.org, qemu-block@nongnu.org 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. > > This is important because some versions of gnutls/gcrypt > require explicit initialization before use. > > Signed-off-by: Daniel P. Berrange Thanks, applied to the block branch. Kevin