X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fgcrypt%2Fdigest.h;h=18e49108b72576468546032d96eefb1a4a285181;hp=4e3a0c43498c176b8067a065d7710fd20edc08fa;hb=551cd19406a560d0d206bff5b4e9da064ec222b6;hpb=911c05f873ad967c40d04aa7347b1067fe62c055 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;