summaryrefslogtreecommitdiffstats
path: root/cpukit/libmd/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmd/md5.h')
-rw-r--r--cpukit/libmd/md5.h2
1 files changed, 0 insertions, 2 deletions
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 */