mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 11:55:42 +01:00
Typo in comments in ctr_drbg.c
This commit is contained in:
parent
13a94a1601
commit
18f0341aed
@ -242,7 +242,7 @@ int ctr_drbg_reseed( ctr_drbg_context *ctx,
|
||||
memset( seed, 0, CTR_DRBG_MAX_SEED_INPUT );
|
||||
|
||||
/*
|
||||
* Gather enropy_len bytes of entropy to seed state
|
||||
* Gather entropy_len bytes of entropy to seed state
|
||||
*/
|
||||
if( 0 != ctx->f_entropy( ctx->p_entropy, seed,
|
||||
ctx->entropy_len ) )
|
||||
|
Loading…
Reference in New Issue
Block a user