X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsha1.h;h=4ffda7a994bea081aea464a698eb50e402cf365e;hb=159eae9ff30acac95b6d397f053df8cd6fca62a3;hp=9e55974ce681c187b180063728f245d7f424abc3;hpb=5065830c9b51989d4e0d5b6a5c941fb6cda837ff;p=gnulib.git diff --git a/lib/sha1.h b/lib/sha1.h index 9e55974ce..4ffda7a99 100644 --- a/lib/sha1.h +++ b/lib/sha1.h @@ -23,6 +23,8 @@ # include # include +#define SHA1_DIGEST_SIZE 20 + /* Structure to save state of computation between the single steps. */ struct sha1_ctx {