aboutsummaryrefslogtreecommitdiff
path: root/tests/performance/gcrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/performance/gcrypt.c')
-rw-r--r--tests/performance/gcrypt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/performance/gcrypt.c b/tests/performance/gcrypt.c
index 658cab048..febc18f1b 100644
--- a/tests/performance/gcrypt.c
+++ b/tests/performance/gcrypt.c
@@ -145,6 +145,7 @@ do {
static void single_encryption2(void) {
gcry_cipher_hd_t handle2;
uint8_t de2_out[sizeof de2_src];
+ gcry_error_t err;
do {
err = gcry_cipher_open (&handle2, GCRY_CIPHER_AES128, GCRY_CIPHER_MODE_GCM,0);