From 452421d059ed4e8808b6cb09bce04a49b7fc9287 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Thu, 2 Jun 2005 18:01:09 +0000 Subject: [PATCH] Comply with .sam[ple]. --- fips/sha/fips_shatest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fips/sha/fips_shatest.c b/fips/sha/fips_shatest.c index 267094344e..2e42bdd21e 100644 --- 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, "Count = %d\n", j); + BIO_printf(out, "COUNT = %d\n", j); BIO_puts(out, "MD = "); for (k = 0; k < m3len; k++) BIO_printf(out, "%02x", m3[k]); -- 2.25.1