summaryrefslogtreecommitdiff
path: root/rijndael.h
diff options
context:
space:
mode:
Diffstat (limited to 'rijndael.h')
-rw-r--r--rijndael.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rijndael.h b/rijndael.h
index c13f18c9..09c42574 100644
--- a/rijndael.h
+++ b/rijndael.h
@@ -1,6 +1,8 @@
#ifndef _RIJNDAEL_H_
#define _RIJNDAEL_H_
+#include "config.h"
+
/* 1. Standard types for AES cryptography source code */
typedef u_int8_t u1byte; /* an 8 bit unsigned character type */