Comply with .sam[ple].
authorAndy Polyakov <appro@openssl.org>
Thu, 2 Jun 2005 18:01:09 +0000 (18:01 +0000)
committerAndy Polyakov <appro@openssl.org>
Thu, 2 Jun 2005 18:01:09 +0000 (18:01 +0000)
fips/sha/fips_shatest.c

index 267094344ec1f134e7917c7f8a95c9ab20717c7c..2e42bdd21e24b78adb15c56603b9257132b1f7c4 100644 (file)
@@ -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]);