Ignore:
Timestamp:
Oct 30, 2006, 12:03:44 AM (18 years ago)
Author:
rainer
Message:

Update trunk to samhain 2.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/rijndael-api-fst.h

    r1 r68  
    2525#define     MODE_CBC              2 /*  Are we ciphering in CBC mode?   */
    2626#define     MODE_CFB1             3 /*  Are we ciphering in 1-bit CFB mode? */
     27#ifndef     TRUE
    2728#define     TRUE                  1
     29#endif
     30#ifndef     FALSE
    2831#define     FALSE                 0
     32#endif
    2933#define     BITSPERBLOCK        128 /* Default number of bits in a cipher block */
    3034
Note: See TracChangeset for help on using the changeset viewer.