remove obsoleted disabled code
[openssl.git] / crypto / rijndael / rijndael.h
1 #include "openssl/rd_fst.h"
2
3 typedef struct
4     {
5     u32 rd_key[4 *(MAXNR + 1)];
6     int rounds;
7     } RIJNDAEL_KEY;