catcrypt: Implement symmetric key-encapsulation and signature schemes.
[u/mdw/catacomb] / rsa-test.c
index 16f44e5..ad788d8 100644 (file)
@@ -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");
     }