mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-25 15:05:45 +01:00
Fix typo in bignum.c
This commit is contained in:
parent
b9e4e2c97a
commit
c37b0ac4b2
@ -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 New Issue
Block a user