summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/libmd/md5.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index b49c01655e..fceefde124 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2010-06-14 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libmd/md5.h: Revert Sebastian's patch.
+
+2010-06-14 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* libcsupport/include/rtems/libio_.h: Fix broken doxygen
meta comment.
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 */