summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gcrypt.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gcrypt.h.in b/src/gcrypt.h.in
index a5f8350a..9d64b220 100644
--- a/src/gcrypt.h.in
+++ b/src/gcrypt.h.in
@@ -102,7 +102,7 @@ extern "C" {
#define _GCRY_GCC_ATTR_PRINTF(f,a) __attribute__ ((format (printf,f,a)))
-#if _GCRT_GCC_VERSION >= 40000
+#if _GCRY_GCC_VERSION >= 40000
#define _GCRY_GCC_ATTR_SENTINEL(a) __attribute__ ((sentinel(a)))
#endif