]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fixup to compile with nettle
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 30 May 2010 09:27:15 +0000 (11:27 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 3 Jun 2010 17:55:00 +0000 (19:55 +0200)
lib/gnutls_global.c

index 539debf6c21f9170fd1c278ab85e3858de0d58e0..b1d406d9740bde69f240351e55c9bb39ae6db646 100644 (file)
@@ -30,6 +30,9 @@
 #include <random.h>
 #ifndef HAVE_LIBNETTLE
 #include <gcrypt.h>
+
+#define GNUTLS_MIN_LIBGCRYPT_VERSION "1.2.4"
+
 #endif
 #include <gnutls/pkcs11.h>
 
@@ -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 */