summaryrefslogtreecommitdiffstats
path: root/common/util.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-11-28 17:36:02 +0100
committerWerner Koch <wk@gnupg.org>2006-11-28 17:36:02 +0100
commit252b668814dc419be37223b3fc75a661ff656f60 (patch)
treefe51bf585a57cc3325f3e488eea5992344926ed3 /common/util.h
parent * openfile.c (ask_outfile_name): Fixed buffer overflow occurring (diff)
downloadgnupg2-252b668814dc419be37223b3fc75a661ff656f60.tar.xz
gnupg2-252b668814dc419be37223b3fc75a661ff656f60.zip
Preparing 2.0.1
Diffstat (limited to 'common/util.h')
-rw-r--r--common/util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/util.h b/common/util.h
index 11ff50503..f93283045 100644
--- a/common/util.h
+++ b/common/util.h
@@ -34,7 +34,7 @@
/* Hash function used with libksba. */
#define HASH_FNC ((void (*)(void *, const void*,size_t))gcry_md_write)
-/* get all the stuff from jnlib */
+/* Get all the stuff from jnlib. */
#include "../jnlib/logging.h"
#include "../jnlib/argparse.h"
#include "../jnlib/stringhelp.h"
@@ -43,6 +43,7 @@
#include "../jnlib/dotlock.h"
#include "../jnlib/utf8conv.h"
+
#if __GNUC__ >= 4
# define GNUPG_GCC_A_SENTINEL(a) __attribute__ ((sentinel(a)))
#else