summaryrefslogtreecommitdiffstats
path: root/ipsec-tools/src/racoon/missing/crypto/rijndael/rijndael_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipsec-tools/src/racoon/missing/crypto/rijndael/rijndael_local.h')
-rw-r--r--ipsec-tools/src/racoon/missing/crypto/rijndael/rijndael_local.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/ipsec-tools/src/racoon/missing/crypto/rijndael/rijndael_local.h b/ipsec-tools/src/racoon/missing/crypto/rijndael/rijndael_local.h
new file mode 100644
index 00000000..e4463784
--- /dev/null
+++ b/ipsec-tools/src/racoon/missing/crypto/rijndael/rijndael_local.h
@@ -0,0 +1,12 @@
+/* $NetBSD: rijndael_local.h,v 1.4 2006/09/09 16:22:36 manu Exp $ */
+
+/* $KAME: rijndael_local.h,v 1.1.1.1 2001/08/08 09:56:27 sakane Exp $ */
+
+/* the file should not be used from outside */
+typedef u_int8_t BYTE;
+typedef u_int8_t word8;
+typedef u_int16_t word16;
+typedef u_int32_t word32;
+
+#define MAXKC RIJNDAEL_MAXKC
+#define MAXROUNDS RIJNDAEL_MAXROUNDS