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 c13f18c95..09c425742 100644
--- a/rijndael.h
+++ b/rijndael.h
@@ -1,6 +1,8 @@
1#ifndef _RIJNDAEL_H_ 1#ifndef _RIJNDAEL_H_
2#define _RIJNDAEL_H_ 2#define _RIJNDAEL_H_
3 3
4#include "config.h"
5
4/* 1. Standard types for AES cryptography source code */ 6/* 1. Standard types for AES cryptography source code */
5 7
6typedef u_int8_t u1byte; /* an 8 bit unsigned character type */ 8typedef u_int8_t u1byte; /* an 8 bit unsigned character type */