commit | 0c48c58721a5491d6a957c08f7aa32f6fe5d2222 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Tue Jun 26 18:37:54 2018 +0200 |
committer | itayzafrir <itay.zafrir@arm.com> | Wed Sep 12 16:24:50 2018 +0300 |
tree | 0873319b8be65070dd8f37c2347a60a1ba5ad590 | |
parent | f965509d7f9e53d499dfef9df797b6899145c40d [diff] | |
parent | 8173631d7e889882d00b40e95a5f3915957d18be [diff] |
Merge remote-tracking branch 'psa/pr/63' 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 )