From 45fcfcb99fd1f37c5b5cd3b76b99b5f70e7f518a Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 16 Sep 2011 17:40:16 +0000 Subject: [PATCH] clarify comment --- fips/rand/fips_drbg_ec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fips/rand/fips_drbg_ec.c b/fips/rand/fips_drbg_ec.c index ccdab03cf9..57344314a1 100644 --- a/fips/rand/fips_drbg_ec.c +++ b/fips/rand/fips_drbg_ec.c @@ -311,7 +311,7 @@ static int drbg_ec_generate(DRBG_CTX *dctx, 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; -- 2.25.1