summaryrefslogtreecommitdiff
path: root/rijndael.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2000-10-14 10:51:18 +0000
committerKevin Steves <stevesk@pobox.com>2000-10-14 10:51:18 +0000
commitcee23de1530f51b235776822cde011889518eb52 (patch)
treeec20508192d3ac75d9c1a0da17a30c9ed8f34cd6 /rijndael.c
parente4041c9d81e55cedcc4567f3840116900b5db85e (diff)
- (stevesk) Include config.h in rijndael.c so we define intXX_t and
u_intXX_t types on all platforms.
Diffstat (limited to 'rijndael.c')
-rw-r--r--rijndael.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rijndael.c b/rijndael.c
index bb592bc2f..fd1cc99b8 100644
--- a/rijndael.c
+++ b/rijndael.c
@@ -38,7 +38,7 @@ Mean: 500 cycles = 51.2 mbits/sec
38 38
39*/ 39*/
40 40
41#include <sys/types.h> 41#include "config.h"
42#include "rijndael.h" 42#include "rijndael.h"
43 43
44void gen_tabs __P((void)); 44void gen_tabs __P((void));