]> xenbits.xensource.com Git - libvirt.git/commit
util: Alter virCryptoEncryptData for non GNUTLS builds
authorJohn Ferlan <jferlan@redhat.com>
Sun, 22 May 2016 14:07:47 +0000 (10:07 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 7 Jun 2016 11:38:25 +0000 (07:38 -0400)
commit896c4862d5a1f460810e7577be0755eb8c952af0
treea1f9ef90a37db3d9c910df38e47ce2f0c86291ac
parent1fd8fc8fc16173faa768b6cc856d583f560ca958
util: Alter virCryptoEncryptData for non GNUTLS builds

Rather than intermixing the ATTRIBUTE_UNUSED - use HAVE_GNUTLS_CIPHER_ENCRYPT
for the whole function instead.
src/util/vircrypto.c