summaryrefslogtreecommitdiff
path: root/mbglib/common/aes128.h
diff options
context:
space:
mode:
Diffstat (limited to 'mbglib/common/aes128.h')
-rw-r--r--mbglib/common/aes128.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/mbglib/common/aes128.h b/mbglib/common/aes128.h
index c2fe912..fc49929 100644
--- a/mbglib/common/aes128.h
+++ b/mbglib/common/aes128.h
@@ -1,7 +1,7 @@
/**************************************************************************
*
- * $Id: aes128.h 1.3 2009/10/01 14:04:52 martin REL_M $
+ * $Id: aes128.h 1.3.1.1 2009/12/22 12:23:09 martin TRASH $
*
* Copyright (c) Meinberg Funkuhren, Bad Pyrmont, Germany
*
@@ -10,6 +10,8 @@
*
* -----------------------------------------------------------------------
* $Log: aes128.h $
+ * Revision 1.3.1.1 2009/12/22 12:23:09 martin
+ * Started to fix possible 32/64 bit issues.
* Revision 1.3 2009/10/01 14:04:52 martin
* Code cleanup.
* Updated function prototypes.
@@ -42,8 +44,8 @@
typedef struct
{
- unsigned long erk[64]; /* encryption round keys */
- unsigned long drk[64]; /* decryption round keys */
+ uint32_t erk[64]; /* encryption round keys */
+ uint32_t drk[64]; /* decryption round keys */
} aes128_context;
/* function prototypes: */