mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 09:28:24 +00:00
Fix typo in bignum.c
This commit is contained in:
parent
b9e4e2c97a
commit
c37b0ac4b2
1 changed files with 1 additions and 1 deletions
|
@ -1782,7 +1782,7 @@ cleanup:
|
|||
* Fill X with size bytes of random.
|
||||
*
|
||||
* Use a temporary bytes representation to make sure the result is the same
|
||||
* regardless of the platform endianness (usefull when f_rng is actually
|
||||
* regardless of the platform endianness (useful when f_rng is actually
|
||||
* deterministic, eg for tests).
|
||||
*/
|
||||
int mpi_fill_random( mpi *X, size_t size,
|
||||
|
|
Loading…
Reference in a new issue