make this work with mips 64-bit abi
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7010 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -78,7 +78,7 @@ extern "C" {
|
|||||||
/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a
|
/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a
|
||||||
* %20 speed up (longs are 8 bytes, int's are 4). */
|
* %20 speed up (longs are 8 bytes, int's are 4). */
|
||||||
#ifndef DES_LONG
|
#ifndef DES_LONG
|
||||||
#if defined(__alpha) || defined(__sparcv9)
|
#if defined(__alpha) || defined(__sparcv9) || _MIPS_SZLONG == 64
|
||||||
#define DES_LONG unsigned int
|
#define DES_LONG unsigned int
|
||||||
#else /* Not a 64 bit machine */
|
#else /* Not a 64 bit machine */
|
||||||
#define DES_LONG unsigned long
|
#define DES_LONG unsigned long
|
||||||
|
Reference in New Issue
Block a user