summaryrefslogtreecommitdiff
path: root/testing/crypto_speed_test.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-10-24 13:34:04 -0400
committerirungentoo <irungentoo@gmail.com>2013-10-24 13:34:04 -0400
commit8e0ab68d30d9ed49e6f57e87251d8fcdecf40c93 (patch)
tree6255bc794245ecdaf2a6268c798aa21c0ede7cde /testing/crypto_speed_test.c
parentf3be5609049d278ee3f46754ea4b0eb929876dba (diff)
Removed define that could become confusing.
Diffstat (limited to 'testing/crypto_speed_test.c')
-rw-r--r--testing/crypto_speed_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/crypto_speed_test.c b/testing/crypto_speed_test.c
index bc8052da..ddf9f512 100644
--- a/testing/crypto_speed_test.c
+++ b/testing/crypto_speed_test.c
@@ -61,7 +61,7 @@ int main(int argc, char *argv[])
61 unsigned char n[crypto_box_NONCEBYTES]; 61 unsigned char n[crypto_box_NONCEBYTES];
62 62
63 unsigned char m[500]; 63 unsigned char m[500];
64 unsigned char c[sizeof(m) + ENCRYPTION_PADDING]; 64 unsigned char c[sizeof(m) + crypto_box_MACBYTES];
65 65
66 unsigned char k[crypto_box_BEFORENMBYTES]; 66 unsigned char k[crypto_box_BEFORENMBYTES];
67 67