From c8c0190205336f69c1a94f890a28a3e040565a97 Mon Sep 17 00:00:00 2001
From: Jeremy Katz <katzj@redhat.com>
Date: Mon, 23 Jun 2003 19:02:38 +0000
Subject: merge from taroon.   highlights of this time around * ppc boot
 constraints * md5 endianness * don't prompt to save tracebacks to a floppy
 without a floppy * autopart for kickstart * network configuration in the
 loader if vnc/display case

---
 isomd5sum/md5.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'isomd5sum/md5.h')

diff --git a/isomd5sum/md5.h b/isomd5sum/md5.h
index bacfb534a..fd4ea0edd 100644
--- a/isomd5sum/md5.h
+++ b/isomd5sum/md5.h
@@ -10,6 +10,7 @@ struct MD5Context {
 	uint32 buf[4];
 	uint32 bits[2];
 	unsigned char in[64];
+	int doByteReverse;
 };
 
 void MD5_Init(struct MD5Context *);
-- 
cgit