commit | 18f0341aed5e48a933c5d2826834af7028080cba | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Wed Sep 11 10:53:05 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Sep 11 11:05:56 2013 +0200 |
tree | 28ac38e6e5451b4a6a35c350ed35985f255c3238 | |
parent | 13a94a1601ab003e24c71e00e25509a15ed92e9b [diff] [blame] |
Typo in comments in ctr_drbg.c
diff --git a/library/ctr_drbg.c b/library/ctr_drbg.c index 970de52..54fb791 100644 --- a/library/ctr_drbg.c +++ b/library/ctr_drbg.c
@@ -242,7 +242,7 @@ 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 ) )