PSA: Adapt PK test suite to modified key slot allocation mechanism
diff --git a/tests/suites/test_suite_pk.function b/tests/suites/test_suite_pk.function
index 47d72d0..a5edb25 100644
--- a/tests/suites/test_suite_pk.function
+++ b/tests/suites/test_suite_pk.function
@@ -84,7 +84,7 @@
psa_key_policy_t policy;
/* Allocate a key slot */
- if( PSA_SUCCESS != psa_allocate_key( type, bits, &key ) )
+ if( PSA_SUCCESS != psa_allocate_key( &key ) )
return( PK_PSA_INVALID_SLOT );
/* set up policy on key slot */