commit | cf32c45bfd3371b15a72c8ba699176ea7545ef83 | [log] [tgz] |
---|---|---|
author | Mohammad Azim Khan <Azim.Khan@ARM.com> | Tue Jun 13 14:55:58 2017 +0100 |
committer | Mohammad Azim Khan <Azim.Khan@arm.com> | Mon Aug 06 11:40:57 2018 +0100 |
tree | 4ab7a689c4fccf4242ce068d3f9794cd40c96330 | |
parent | 1de892b85fb1e5f439ad54c98fa11d60f25badf0 [diff] [blame] |
Add missing headers and fix name change issues
diff --git a/tests/suites/test_suite_cipher.function b/tests/suites/test_suite_cipher.function index 767e441..ddb9576 100644 --- a/tests/suites/test_suite_cipher.function +++ b/tests/suites/test_suite_cipher.function
@@ -485,8 +485,8 @@ memset( output, 0x00, sizeof( output ) ); #if !defined(MBEDTLS_GCM_C) && !defined(MBEDTLS_CHACHAPOLY_C) - ((void) hex_ad); - ((void) hex_tag); + ((void) ad); + ((void) tag); #endif /* Prepare context */