Some older code (never committed) wasn't converted to the new format.
[openssl.git] / crypto / rijndael / rijndael.h
index 34741a83b9f84ea1c94a939e741ddfdc3c85c289..72edcc29424867aba1b3473e8e1177c91d255dd5 100644 (file)
@@ -1,11 +1,7 @@
-#include "rijndael-alg-fst.h"
-
-#define RIJNDAEL_MAX_IV                16
+#include "openssl/rd_fst.h"
 
 typedef struct
     {
-    word8 keySched[RIJNDAEL_MAXROUNDS+1][4][4];
+    u32 rd_key[4 *(MAXNR + 1)];
     int rounds;
-    word8 iv[RIJNDAEL_MAX_IV];
-    int enc;
     } RIJNDAEL_KEY;