commit | f965509d7f9e53d499dfef9df797b6899145c40d | [log] [tgz] |
---|---|---|
author | Gilles Peskine <gilles.peskine@arm.com> | Wed Jun 20 13:25:08 2018 +0200 |
committer | itayzafrir <itay.zafrir@arm.com> | Wed Sep 12 16:24:50 2018 +0300 |
tree | 53d9dbdc0f9dd2a027811422dac9d3be87024e00 | |
parent | 854c7a6d2b06f86e9373ab047f37b20350babdbf [diff] | |
parent | c939f6fcba1cda328c4a21b7c8df596690e36add [diff] |
Merge pull request #61 from ARMmbed/dev/Patater/psa-fix-ci Merge #61 into feature-psa
diff --git a/tests/suites/test_suite_pk.function b/tests/suites/test_suite_pk.function index a1d9b0b..916b3c5 100644 --- a/tests/suites/test_suite_pk.function +++ b/tests/suites/test_suite_pk.function
@@ -16,6 +16,7 @@ static int pk_genkey( mbedtls_pk_context *pk, int size ) { ((void) pk); + ((void) size); #if defined(MBEDTLS_RSA_C) && defined(MBEDTLS_GENPRIME) if( mbedtls_pk_get_type( pk ) == MBEDTLS_PK_RSA )