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

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

Diff for /ecrypt/trunk/include/ecrypt-portable.h between version 58 and 78

version 58, Mon Aug 15 21:44:44 2005 UTC version 78, Sun Aug 21 16:11:43 2005 UTC
Line 296 
Line 296 
   
 #endif  #endif
   
 #if (defined(__GNUC__) || defined(__ICC))  #define ALIGN(t, v, n) \
 #define ALIGN(v) v __attribute__ ((aligned))    union { t b[n]; long l[n * sizeof(t) / sizeof(long)]; } v
 #else  
 #define ALIGN(v) v  
 #endif  
   
 #include "ecrypt-machine.h"  #include "ecrypt-machine.h"
   


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

eSTREAM Project

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help