X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/b817bfc642225b8c3c0b6a7e42d1fb949b61a606..02dfbd5b7af7816959dbd39c1fe628451204e35f:/rsa-test.c diff --git a/rsa-test.c b/rsa-test.c index 16f44e5..ad788d8 100644 --- a/rsa-test.c +++ b/rsa-test.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: rsa-test.c,v 1.1 2004/04/08 01:36:15 mdw Exp $ + * $Id$ * * Testing RSA padding operations * @@ -291,9 +291,9 @@ static int tvrfpub(rsa_pub *rp, MP_EPRINTX("*** input", c); fprintf(stderr, "*** message = "); type_hex.dump(m, stderr); if (rc < 0) - fprintf(stderr, "*** expected failure\n"); + fprintf(stderr, "\n*** expected failure\n"); else { - fprintf(stderr, "*** expected = %d: ", rc); type_hex.dump(p, stderr); + fprintf(stderr, "\n*** expected = %d: ", rc); type_hex.dump(p, stderr); fprintf(stderr, "\n*** computed = %d: ", n); type_hex.dump(&d, stderr); fprintf(stderr, "\n"); }