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:
ea83997
)
Comply with .sam[ple].
author
Andy Polyakov
<appro@openssl.org>
Thu, 2 Jun 2005 18:01:09 +0000
(18:01 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 2 Jun 2005 18:01:09 +0000
(18:01 +0000)
fips/sha/fips_shatest.c
patch
|
blob
|
history
diff --git
a/fips/sha/fips_shatest.c
b/fips/sha/fips_shatest.c
index 267094344ec1f134e7917c7f8a95c9ab20717c7c..2e42bdd21e24b78adb15c56603b9257132b1f7c4 100644
(file)
--- a/
fips/sha/fips_shatest.c
+++ b/
fips/sha/fips_shatest.c
@@
-371,7
+371,7
@@
static int print_monte(BIO *err, const EVP_MD *md, BIO *out,
m3 = p;
EVP_DigestFinal_ex(&ctx, m3, &m3len);
}
- BIO_printf(out, "C
ount
= %d\n", j);
+ BIO_printf(out, "C
OUNT
= %d\n", j);
BIO_puts(out, "MD = ");
for (k = 0; k < m3len; k++)
BIO_printf(out, "%02x", m3[k]);