diff options
author | aaron <aaron@7b491191-dbf0-0310-aff6-d879d4d69008> | 2004-03-07 07:52:23 +0000 |
---|---|---|
committer | aaron <aaron@7b491191-dbf0-0310-aff6-d879d4d69008> | 2004-03-07 07:52:23 +0000 |
commit | 3dd3b6617629753d2f57503c017123b84f443fa6 (patch) | |
tree | 7550d5287b0e09827a3404138ab0f92499fbfafc /md5.h | |
parent | c72ff8d2f99b262d1c13b35931ef7d51d878c7db (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.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 { |