commit | 45fcfcb99fd1f37c5b5cd3b76b99b5f70e7f518a | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Fri Sep 16 17:40:16 2011 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Fri Sep 16 17:40:16 2011 +0000 |
tree | 2c4bf02fad4ea068b2a1a88e6feef118796ede88 | |
parent | e248740d67c3b047742800892aa80e4d90345cf4 [diff] |
clarify comment
diff --git a/fips/rand/fips_drbg_ec.c b/fips/rand/fips_drbg_ec.c index ccdab03..5734431 100644 --- a/fips/rand/fips_drbg_ec.c +++ b/fips/rand/fips_drbg_ec.c
@@ -311,7 +311,7 @@ return 0; } else - /* Note if no additional input t and s the algorithm never + /* Note if no additional input the algorithm never * needs separate values for t and s. */ t = s;