summaryrefslogtreecommitdiffstats
path: root/apps/speed.c
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2005-05-31 18:22:53 +0000
committerNils Larsch <nils@openssl.org>2005-05-31 18:22:53 +0000
commit63d740752f1997420d008f7fdf7c0aad2eff5901 (patch)
tree5f89cd41c2d2ffab6c1788cd75fd6bdb2287bb24 /apps/speed.c
parent6e04afb8c5779314b15a6e77dcbd6868874904eb (diff)
changes from 0.9.8
Diffstat (limited to 'apps/speed.c')
-rw-r--r--apps/speed.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/speed.c b/apps/speed.c
index 4bec815257..8f2aac5ccb 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -527,6 +527,7 @@ int MAIN(int argc, char **argv)
static const unsigned char key16[16]=
{0x12,0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,
0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12};
+#ifndef OPENSSL_NO_AES
static const unsigned char key24[24]=
{0x12,0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,
0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12,
@@ -536,6 +537,7 @@ int MAIN(int argc, char **argv)
0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12,
0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12,0x34,
0x78,0x9a,0xbc,0xde,0xf0,0x12,0x34,0x56};
+#endif
#ifndef OPENSSL_NO_AES
#define MAX_BLOCK_SIZE 128
#else