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:
cb71870
)
Typo.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 22 Sep 2011 14:15:07 +0000
(14:15 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 22 Sep 2011 14:15:07 +0000
(14:15 +0000)
fips/rand/fips_drbg_selftest.c
patch
|
blob
|
history
diff --git
a/fips/rand/fips_drbg_selftest.c
b/fips/rand/fips_drbg_selftest.c
index abff9afba2bb4a9ee4d3e73cd361c10c4f7d7d03..205cca20aff7d92f86e0f53b6c0b893ece317caa 100644
(file)
--- a/
fips/rand/fips_drbg_selftest.c
+++ b/
fips/rand/fips_drbg_selftest.c
@@
-382,7
+382,7
@@
static int do_drbg_instantiate(DRBG_CTX *dctx, DRBG_SELFTEST_DATA *td,
return 1;
}
-/* This function perform
d
extensive error checking as required by SP800-90.
+/* This function perform
s
extensive error checking as required by SP800-90.
* Induce several failure modes and check an error condition is set.
* This function along with fips_drbg_single_kat peforms the health checking
* operation.