1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Tweak wording for clarity

"inputs this round" -> "inputs for this round"

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann
2023-06-14 18:09:43 +01:00
parent 1b54faed67
commit 5d878f6c5f

View File

@@ -8083,7 +8083,7 @@ static psa_status_t psa_jpake_prologue(
return PSA_ERROR_BAD_STATE;
}
/* Check that we do not already have enough inputs/outputs
/* Check that we do not already have enough inputs/outputs for
* this round */
if (io_mode == PSA_JPAKE_INPUT) {
if (computation_stage->inputs >=