From: Nikos Mavrogiannopoulos Date: Sun, 30 May 2010 09:27:15 +0000 (+0200) Subject: Fixup to compile with nettle X-Git-Tag: gnutls_2_11_3~216 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=69ed89cc8ab600e2ed8222ad1185563ddf2d3b8d;p=thirdparty%2Fgnutls.git Fixup to compile with nettle --- diff --git a/lib/gnutls_global.c b/lib/gnutls_global.c index 539debf6c2..b1d406d974 100644 --- a/lib/gnutls_global.c +++ b/lib/gnutls_global.c @@ -30,6 +30,9 @@ #include #ifndef HAVE_LIBNETTLE #include + +#define GNUTLS_MIN_LIBGCRYPT_VERSION "1.2.4" + #endif #include @@ -40,7 +43,6 @@ #include "gettext.h" /* Minimum library versions we accept. */ -#define GNUTLS_MIN_LIBGCRYPT_VERSION "1.2.4" #define GNUTLS_MIN_LIBTASN1_VERSION "0.3.4" /* created by asn1c */