crypto: fix building complaint
commitd9269b274a9a08c8cbae14deb514d4e30b4095cf
authorGonglei <arei.gonglei@huawei.com>
Mon, 5 Sep 2016 12:36:19 +0000 (5 20:36 +0800)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 12 Sep 2016 11:00:52 +0000 (12 12:00 +0100)
tree02bc41551672bae11123173e3115523897b124b9
parenta5d2f44d0d3e7523670e103a8c37faed29ff2b76
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>
crypto/init.c
crypto/tlscredsx509.c
tests/crypto-tls-x509-helpers.h