summaryrefslogtreecommitdiff
path: root/md5.h
diff options
context:
space:
mode:
authoraaron <aaron@7b491191-dbf0-0310-aff6-d879d4d69008>2004-03-07 07:52:23 +0000
committeraaron <aaron@7b491191-dbf0-0310-aff6-d879d4d69008>2004-03-07 07:52:23 +0000
commit3dd3b6617629753d2f57503c017123b84f443fa6 (patch)
tree7550d5287b0e09827a3404138ab0f92499fbfafc /md5.h
parentc72ff8d2f99b262d1c13b35931ef7d51d878c7db (diff)
Fixes for endianness in MD5 computations.
git-svn-id: https://svn.ic-s.nl/svn/dbmail/trunk/dbmail@997 7b491191-dbf0-0310-aff6-d879d4d69008
Diffstat (limited to 'md5.h')
-rw-r--r--md5.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/md5.h b/md5.h
index e0aa3e17..07883c53 100644
--- a/md5.h
+++ b/md5.h
@@ -26,9 +26,6 @@
#include "config.h"
#endif
-/* FIXME: Perhaps there should be an AC_CHECK_SIZEOF
- * in the configure script to ensure that this is really
- * 32 bits / 4 bytes long... */
typedef unsigned int uint32;
struct GdmMD5Context {