projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e248740
)
clarify comment
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 16 Sep 2011 17:40:16 +0000
(17:40 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 16 Sep 2011 17:40:16 +0000
(17:40 +0000)
fips/rand/fips_drbg_ec.c
patch
|
blob
|
history
diff --git
a/fips/rand/fips_drbg_ec.c
b/fips/rand/fips_drbg_ec.c
index ccdab03cf97687cb5c53c0db2853015435f6d748..57344314a19ce757fe8ff79bde4ca5821a651ff0 100644
(file)
--- 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 t
he algorithm never
+ /* Note if no additional input the algorithm never
* needs separate values for t and s.
*/
t = s;