X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=md5.h;h=3946fc79cd037f51f10a1c90c9365bff246cba76;hb=743957a08f068529d3add3e8485678b4e5034195;hp=92f45dbdc4c789e75a835761a5ddd7774c9f8c42;hpb=4860ab5af538fd20c7e92e01b883dbbc556863a5;p=onak.git diff --git a/md5.h b/md5.h index 92f45db..3946fc7 100644 --- a/md5.h +++ b/md5.h @@ -26,6 +26,9 @@ #include typedef size_t md5_uintptr; +/* Length in bytes of the MD5 digest */ +#define MD5_DIGEST_SIZE 16 + /* Structure to save state of computation between the single steps. */ struct md5_ctx {