clarify comment
authorDr. Stephen Henson <steve@openssl.org>
Fri, 16 Sep 2011 17:40:16 +0000 (17:40 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 16 Sep 2011 17:40:16 +0000 (17:40 +0000)
fips/rand/fips_drbg_ec.c

index ccdab03cf97687cb5c53c0db2853015435f6d748..57344314a19ce757fe8ff79bde4ca5821a651ff0 100644 (file)
@@ -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;