X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fgcrypt%2Fdigest.h;h=18e49108b72576468546032d96eefb1a4a285181;hb=551cd19406a560d0d206bff5b4e9da064ec222b6;hp=4e3a0c43498c176b8067a065d7710fd20edc08fa;hpb=86358fabfedca395b60310799a648b4875596efb;p=tinc diff --git a/src/gcrypt/digest.h b/src/gcrypt/digest.h index 4e3a0c43..18e49108 100644 --- a/src/gcrypt/digest.h +++ b/src/gcrypt/digest.h @@ -24,6 +24,8 @@ #include +#define DIGEST_MAX_SIZE 64 + typedef struct digest { int algo; int nid;