diff options
author | Gonglei | 2016-09-05 14:36:19 +0200 |
---|---|---|
committer | Daniel P. Berrange | 2016-09-12 13:00:52 +0200 |
commit | d9269b274a9a08c8cbae14deb514d4e30b4095cf (patch) | |
tree | 02bc41551672bae11123173e3115523897b124b9 /crypto/cipher-nettle.c | |
parent | crypto: ensure XTS is only used with ciphers with 16 byte blocks (diff) | |
download | qemu-d9269b274a9a08c8cbae14deb514d4e30b4095cf.tar.gz qemu-d9269b274a9a08c8cbae14deb514d4e30b4095cf.tar.xz qemu-d9269b274a9a08c8cbae14deb514d4e30b4095cf.zip |
crypto: fix building complaint
gnutls commit 846753877d renamed LIBGNUTLS_VERSION_NUMBER to GNUTLS_VERSION_NUMBER.
If using gnutls before that verion, we'll get the below warning:
crypto/tlscredsx509.c:618:5: warning: "GNUTLS_VERSION_NUMBER" is not defined
Because gnutls 3.x still defines LIBGNUTLS_VERSION_NUMBER for back compat, Let's
use LIBGNUTLS_VERSION_NUMBER instead of GNUTLS_VERSION_NUMBER to fix building
complaint.
Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'crypto/cipher-nettle.c')
0 files changed, 0 insertions, 0 deletions