CVS: crypto/src RIPEMD.c,1.10,1.11
"A.M. Kuchling" <[email protected]> Fri, 10 Jun 2005 12:07:59 -0700
| Newsgroups | gmane.comp.python.cryptography.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/pycrypto/crypto/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30631 Modified Files: RIPEMD.c Log Message: [Bug #1185980] Fix RIPEMD on AMD64 Index: RIPEMD.c =================================================================== RCS file: /cvsroot/pycrypto/crypto/src/RIPEMD.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- RIPEMD.c 31 Oct 2002 22:51:15 -0000 1.10 +++ RIPEMD.c 10 Jun 2005 19:07:56 -0000 1.11 @@ -102,6 +102,8 @@ typedef unsigned char byte; /* unsigned 8-bit integer */ #ifdef __alpha__ typedef unsigned int word; /* unsigned 32-bit integer */ +#elif defined(__amd64__) +typedef uint32_t word; /* unsigned 32-bit integer */ #else typedef unsigned long word; /* unsigned 32-bit integer */ #endif ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20