mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-14 02:19:39 +00:00
Comply with .sam[ple].
This commit is contained in:
parent
ea8399724e
commit
452421d059
@ -371,7 +371,7 @@ static int print_monte(BIO *err, const EVP_MD *md, BIO *out,
|
|||||||
m3 = p;
|
m3 = p;
|
||||||
EVP_DigestFinal_ex(&ctx, m3, &m3len);
|
EVP_DigestFinal_ex(&ctx, m3, &m3len);
|
||||||
}
|
}
|
||||||
BIO_printf(out, "Count = %d\n", j);
|
BIO_printf(out, "COUNT = %d\n", j);
|
||||||
BIO_puts(out, "MD = ");
|
BIO_puts(out, "MD = ");
|
||||||
for (k = 0; k < m3len; k++)
|
for (k = 0; k < m3len; k++)
|
||||||
BIO_printf(out, "%02x", m3[k]);
|
BIO_printf(out, "%02x", m3[k]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user