summaryrefslogtreecommitdiff
path: root/testing/crypto_speed_test.c
diff options
context:
space:
mode:
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