Thanks to all of the following. I used the first patch on the code
I had already downloaded from cern, and it now works. ;-)
From: Mike Iglesias <iglesias_at_draco.acs.uci.edu>
*** global.h.dist Thu May 13 11:15:17 1993
--- global.h Thu Nov 2 11:10:20 1995
***************
*** 17,23 ****
--- 17,27 ----
typedef unsigned short int UINT2;
/* UINT4 defines a four byte word */
+ #ifdef __alpha
+ typedef unsigned int UINT4;
+ #else
typedef unsigned long int UINT4;
+ #endif
/* PROTO_LIST is defined depending on how PROTOTYPES is defined above.
If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it
&&&&
From: Gyula Szokoly <szgyula_at_arrakis.pha.jhu.edu>
Just define that DU is low endian...
&&&&
From: Jon Craig <jcraig_at_gfs.com>
The patches I have had to make on MD5 w/ DUX relate to the MD5.h
header file. Within this file there will be a variable which is defined "long
int" and a statement that this is so you have a 64bit variable is made. On
DUX this gives you a 128bit variable. Just modify it to be a "int" and you
will be fine.
&&&&
From: Larry Griffith <larry_at_liz.wsc.mass.edu>
<Included a uuencoded version. I would have passed it along but
it was more than 600 lines long - matt>
&&&&
From: ajc_at_bin.wattle.id.au
Gnu textutils has an md5sum that works.
ftp://prep.ai.mit.edu/pub/gnu/textutils-1.21.tar.gz
&&&&
--
Matt J. l. Goebel : goebel_at_emunix.emich.edu : LT staff _at_ EMU
Ex-Student, Net Lurker, Donut consumer, and procrastinating Furry Fan.
"...When we were living in a dream world, Clouds got in the way
We gave it up in a moment of madness, And threw it all away..." E.W. & A.P.
Received on Tue Feb 04 1997 - 01:44:33 NZDT