mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00: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:
parent
1b54faed67
commit
5d878f6c5f
@ -8083,7 +8083,7 @@ static psa_status_t psa_jpake_prologue(
|
|||||||
return PSA_ERROR_BAD_STATE;
|
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 */
|
* this round */
|
||||||
if (io_mode == PSA_JPAKE_INPUT) {
|
if (io_mode == PSA_JPAKE_INPUT) {
|
||||||
if (computation_stage->inputs >=
|
if (computation_stage->inputs >=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user