[svn] / ecrypt / trunk / submissions / rabbit / opt / 2 / rabbit.c  

svn: ecrypt/trunk/submissions/rabbit/opt/2/rabbit.c

Diff for /ecrypt/trunk/submissions/rabbit/opt/2/rabbit.c between version 212 and 213

version 212, Mon Feb 25 10:08:38 2008 UTC version 213, Thu Feb 28 12:21:08 2008 UTC
Line 25 
Line 25 
 #include "ecrypt-sync.h"  #include "ecrypt-sync.h"
 #include "ecrypt-portable.h"  #include "ecrypt-portable.h"
   
 #if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))  #if defined(__GNUC__) && defined(__i386__)
 #define RABBIT_GCC 1  #define RABBIT_GCC 1
 #endif  #endif
   
Line 33 
Line 33 
 #define RABBIT_MSC 1  #define RABBIT_MSC 1
 #endif  #endif
   
   #if (ECRYPT_VARIANT > 4) && !(defined(RABBIT_GCC) || defined(RABBIT_MSC))
   #error this variant does not compile on this platform
   #endif
   
 /* -------------------------------------------------------------------------- */  /* -------------------------------------------------------------------------- */
 /* 32-bit G function macros */  /* 32-bit G function macros */
 /* Used in ECRYPT_VARIANT 1 */  /* Used in ECRYPT_VARIANT 1 */


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

eSTREAM Project

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help