From 3f7fc1de527f4058b56c679a365e90b9388bf21d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 14 Jun 2010 16:06:14 +0000 Subject: =?UTF-8?q?2010-06-14=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libmd/md5.h: Revert Sebastian's patch. --- cpukit/libmd/md5.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpukit/libmd') diff --git a/cpukit/libmd/md5.h b/cpukit/libmd/md5.h index 432853d800..1756a31228 100644 --- a/cpukit/libmd/md5.h +++ b/cpukit/libmd/md5.h @@ -44,8 +44,6 @@ /* 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