diff options
Diffstat (limited to 'g10/gpg.h')
-rw-r--r-- | g10/gpg.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -37,7 +37,9 @@ /* 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. This is used to + provide a static buffer and will be increased if we need to support + longer fingerprints. Warning: At some places we still use 20 instead of this macro. */ #define MAX_FINGERPRINT_LEN 20 |