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:
555d752
)
fix output
author
Bodo Möller
<bodo@openssl.org>
Thu, 14 Nov 2002 10:57:45 +0000
(10:57 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Thu, 14 Nov 2002 10:57:45 +0000
(10:57 +0000)
Submitted by: Nils Larsch
crypto/ecdh/ecdhtest.c
patch
|
blob
|
history
diff --git
a/crypto/ecdh/ecdhtest.c
b/crypto/ecdh/ecdhtest.c
index 1b9648f065072cb44f207f9246bdb5d0b106c801..32b6a9ab8980483667cf3bad674f69f2399ee7b0 100644
(file)
--- a/
crypto/ecdh/ecdhtest.c
+++ b/
crypto/ecdh/ecdhtest.c
@@
-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))
{
#ifndef NOISY
- BIO_printf(out, "failed\n\n");
+ BIO_printf(out, "
failed\n\n");
BIO_printf(out, "key a:\n");
BIO_printf(out, "private key: ");
BN_print(out, a->priv_key);
@@
-261,7
+261,7
@@
int test_ecdh_curve(int nid, char *text, BN_CTX *ctx, BIO *out)
else
{
#ifndef NOISY
- BIO_printf(out, "ok\n");
+ BIO_printf(out, "
ok\n");
#endif
ret=1;
}