提交 3bd16a89 编写于 作者: B Bodo Möller

fix output

Submitted by: Nils Larsch
上级 555d7525
...@@ -222,7 +222,7 @@ int test_ecdh_curve(int nid, char *text, BN_CTX *ctx, BIO *out) ...@@ -222,7 +222,7 @@ int test_ecdh_curve(int nid, char *text, BN_CTX *ctx, BIO *out)
if ((aout < 4) || (bout != aout) || (memcmp(abuf,bbuf,aout) != 0)) if ((aout < 4) || (bout != aout) || (memcmp(abuf,bbuf,aout) != 0))
{ {
#ifndef NOISY #ifndef NOISY
BIO_printf(out, "failed\n\n"); BIO_printf(out, " failed\n\n");
BIO_printf(out, "key a:\n"); BIO_printf(out, "key a:\n");
BIO_printf(out, "private key: "); BIO_printf(out, "private key: ");
BN_print(out, a->priv_key); BN_print(out, a->priv_key);
...@@ -261,7 +261,7 @@ int test_ecdh_curve(int nid, char *text, BN_CTX *ctx, BIO *out) ...@@ -261,7 +261,7 @@ int test_ecdh_curve(int nid, char *text, BN_CTX *ctx, BIO *out)
else else
{ {
#ifndef NOISY #ifndef NOISY
BIO_printf(out, "ok\n"); BIO_printf(out, " ok\n");
#endif #endif
ret=1; ret=1;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册