2010-06-14 Ralf Corsépius <ralf.corsepius@rtems.org>

* libmd/md5.h: Revert Sebastian's patch.
This commit is contained in:
Ralf Corsepius
2010-06-14 16:06:14 +00:00
parent 520a487938
commit 3f7fc1de52
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
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> 2010-06-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/include/rtems/libio_.h: Fix broken doxygen * libcsupport/include/rtems/libio_.h: Fix broken doxygen

View File

@@ -44,8 +44,6 @@
/* typedef a 32-bit type */ /* typedef a 32-bit type */
typedef uint32_t UINT4; typedef uint32_t UINT4;
#define MD5_DIGEST_SIZE 16
/* Data structure for MD5 (Message-Digest) computation */ /* Data structure for MD5 (Message-Digest) computation */
typedef struct { typedef struct {
UINT4 i[2]; /* number of _bits_ handled mod 2^64 */ UINT4 i[2]; /* number of _bits_ handled mod 2^64 */