[svn] / ecrypt / trunk / include / ecrypt-portable.h  

svn: ecrypt/trunk/include/ecrypt-portable.h

Diff for /ecrypt/trunk/include/ecrypt-portable.h between version 102 and 103

version 102, Thu Sep 15 17:02:22 2005 UTC version 103, Thu Sep 15 17:05:22 2005 UTC
Line 296 
Line 296 
   
 #endif  #endif
   
 #define ALIGN(t, v, n) \  
   union { t b[n]; long l[n * sizeof(t) / sizeof(long)]; } v  
   
 #include "ecrypt-machine.h"  #include "ecrypt-machine.h"
   
 /* ------------------------------------------------------------------------- */  /* ------------------------------------------------------------------------- */
   
   #define AT_LEAST_ONE(n) (((n) < 1) ? 1 : (n))
   
   #define ALIGN(t, v, n) \
     union { t b[n]; MAXT l[AT_LEAST_ONE(n * sizeof(t) / sizeof(MAXT))]; } v
   
   /* ------------------------------------------------------------------------- */
   
 #endif  #endif


Generate output suitable for use with a patch program
Legend:
Removed from v.102  
changed lines
  Added in v.103

eSTREAM Project

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help