summaryrefslogtreecommitdiff
path: root/src/gcrypt.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/gcrypt.h.in')
-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 63f61f10..1989e3ec 100644
--- a/src/gcrypt.h.in
+++ b/src/gcrypt.h.in
@@ -83,7 +83,7 @@ extern "C" {
#define _GCRY_GCC_ATTR_PURE __attribute__ ((__pure__))
#endif
-#if _GCRY_GCC_VERSION >= 300200
+#if _GCRY_GCC_VERSION >= 30200
#define _GCRY_GCC_ATTR_MALLOC __attribute__ ((__malloc__))
#endif