From 438f04066bb6333dcb219205a09501ee50fdd993 Mon Sep 17 00:00:00 2001 From: Vitaly Lavrov Date: Sat, 5 Mar 2022 13:44:21 +0300 Subject: Fixed a bug for BE architectures (#1478) Fixed a bug in the internal implementation of libgcrypt for bigendian architectures --- tests/performance/gcrypt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/performance') 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); -- cgit v1.2.3