From 1aca38c659ded9392caabf736eba222162e20a5f Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 14 Jun 2010 12:01:36 +0000 Subject: 2010-06-14 Sebastian Huber * libmd/md5.h: Define MD5_DIGEST_SIZE. --- cpukit/libmd/md5.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/libmd') diff --git a/cpukit/libmd/md5.h b/cpukit/libmd/md5.h index 1756a31228..432853d800 100644 --- a/cpukit/libmd/md5.h +++ b/cpukit/libmd/md5.h @@ -44,6 +44,8 @@ /* typedef a 32-bit type */ typedef uint32_t UINT4; +#define MD5_DIGEST_SIZE 16 + /* Data structure for MD5 (Message-Digest) computation */ typedef struct { UINT4 i[2]; /* number of _bits_ handled mod 2^64 */ -- cgit v1.2.3