summaryrefslogtreecommitdiff
path: root/src/gcrypt.h.in
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-08-05 12:15:26 +0200
committerWerner Koch <wk@gnupg.org>2014-08-05 12:16:44 +0200
commitd2d28298ccc0d0f3c0b03fd323deb1e8808ef74f (patch)
treea14ff68c7abd1c9ef2b76054ac5d4b599a839991 /src/gcrypt.h.in
parent71939faa7c54e7b4b28d115e748a85f134876a02 (diff)
downloadlibgcrypt-d2d28298ccc0d0f3c0b03fd323deb1e8808ef74f.tar.gz
Fix bug inhibiting the use of the sentinel attribute.
* src/gcrypt.h.in: Fix typo in macro. -- Reported-by: Rafaël Carré <funman@videolan.org>
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 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