summaryrefslogtreecommitdiffstats
path: root/loader2/md5.c
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-12-23 00:09:42 +0000
committerJeremy Katz <katzj@redhat.com>2003-12-23 00:09:42 +0000
commite1efb3ddac57f6bfd47fe7b5f1d947141c717c73 (patch)
tree7ddcc74a17c0ab01c87c6f6e0328d4082247a648 /loader2/md5.c
parentddf1a8eeff32067eabd32be772a966eb6724f973 (diff)
downloadanaconda-e1efb3ddac57f6bfd47fe7b5f1d947141c717c73.tar.gz
anaconda-e1efb3ddac57f6bfd47fe7b5f1d947141c717c73.tar.xz
anaconda-e1efb3ddac57f6bfd47fe7b5f1d947141c717c73.zip
need this part too
Diffstat (limited to 'loader2/md5.c')
-rw-r--r--loader2/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/md5.c b/loader2/md5.c
index f6187eceb..22f59a04e 100644
--- a/loader2/md5.c
+++ b/loader2/md5.c
@@ -25,7 +25,7 @@
#include <endian.h>
#include "md5.h"
-void MD5_Transform(uint32_t *buf, uint32_t const *in);
+void MD5_Transform(uint32 *buf, uint32 const *in);
#define IS_BIG_ENDIAN() (__BYTE_ORDER == __BIG_ENDIAN)
#define IS_LITTLE_ENDIAN() (__BYTE_ORDER == __LITTLE_ENDIAN)