aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/aes128ofb_decrypt.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/aes128ofb_decrypt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/aes128ofb_decrypt.c b/test/aes128ofb_decrypt.c
index 74fb314..fb3d83b 100644
--- a/test/aes128ofb_decrypt.c
+++ b/test/aes128ofb_decrypt.c
@@ -19,8 +19,8 @@ static void exit_with_usage(const char* argv0)
int main(int argc, char** argv)
{
- __declspec(align(16)) AesBlock128 plain, key, cipher, iv;
- __declspec(align(16)) Aes128KeySchedule key_schedule;
+ AesBlock128 plain, key, cipher, iv;
+ Aes128KeySchedule key_schedule;
if (argc < 3)
exit_with_usage(argv[0]);