aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2014-10-13 13:13:44 +0000
committerWerner Koch <[email protected]>2014-10-13 13:13:44 +0000
commitbf91c4c8d50ba6fc9ab06f79b02c01389e337c5e (patch)
tree8b049d4ed261e45fc7d68c210a9c7ad58650c3d5 /g10/gpg.h
parentgpg: Remove all support for v3 keys and always create v4-signatures. (diff)
parentgpg: Remove extra RSA import status line. (diff)
downloadgnupg-wk/test-master.tar.gz
gnupg-wk/test-master.zip
Merge branch 'master' into wk/test-masterwk/test-master
Diffstat (limited to 'g10/gpg.h')
-rw-r--r--g10/gpg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/gpg.h b/g10/gpg.h
index 3251dd00f..ce4d253dc 100644
--- a/g10/gpg.h
+++ b/g10/gpg.h
@@ -37,7 +37,8 @@
/* Number of bits we accept when reading or writing MPIs. */
#define MAX_EXTERN_MPI_BITS 16384
-/* The maximum length of a binary fingerprints. */
+/* The maximum length of a binary fingerprints.
+ Warning: At some places we still use 20 instead of this macro. */
#define MAX_FINGERPRINT_LEN 20