tls: psa_pake: make round two reading function symmatric to the writing one
Signed-off-by: Valerio Setti <vsetti@baylibre.com>
diff --git a/library/ssl_misc.h b/library/ssl_misc.h
index d022721..82a951a 100644
--- a/library/ssl_misc.h
+++ b/library/ssl_misc.h
@@ -2405,8 +2405,7 @@
*/
int mbedtls_psa_ecjpake_read_round_two(
psa_pake_operation_t *pake_ctx,
- const unsigned char *buf,
- size_t len, int role );
+ const unsigned char *buf, size_t len );
/**
* \brief Write the first round of key exchange into the provided output