summaryrefslogtreecommitdiff
path: root/cmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmac.h')
-rw-r--r--cmac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmac.h b/cmac.h
index 60482277..1743c008 100644
--- a/cmac.h
+++ b/cmac.h
@@ -34,7 +34,7 @@ protected:
virtual BlockCipher & AccessCipher() =0;
void ProcessBuf();
- SecByteBlock m_reg;
+ AlignedSecByteBlock m_reg;
unsigned int m_counter;
};