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:
@@ -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 >=
|
||||
|
Reference in New Issue
Block a user