[BACK]Return to des.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/Attic/des.h between version 1.3 and 1.4

version 1.3, 1998/08/16 16:38:55 version 1.4, 2002/03/04 22:00:13
Line 67 
Line 67 
   
 #include <stdio.h>  #include <stdio.h>
   
 /* If this is set to 'unsigned int' on a DEC Alpha, this gives about a  #define DES_LONG unsigned int
  * %20 speed up (longs are 8 bytes, int's are 4). */  
 #ifndef DES_LONG  
 #define DES_LONG unsigned long  
 #endif  
   
 typedef unsigned char des_cblock[8];  typedef unsigned char des_cblock[8];
 typedef struct des_ks_struct  typedef struct des_ks_struct

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4