shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

shishi/tests crypto-ctx.c


From: shishi-commit
Subject: shishi/tests crypto-ctx.c
Date: Mon, 20 Oct 2003 01:49:51 -0400

CVSROOT:        /cvsroot/shishi
Module name:    shishi
Branch:         
Changes by:     Simon Josefsson <address@hidden>        03/10/20 01:49:51

Modified files:
        tests          : crypto-ctx.c 

Log message:
        Fix.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/shishi/shishi/tests/crypto-ctx.c.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: shishi/tests/crypto-ctx.c
diff -u shishi/tests/crypto-ctx.c:1.1 shishi/tests/crypto-ctx.c:1.2
--- shishi/tests/crypto-ctx.c:1.1       Sun Oct 19 23:00:42 2003
+++ shishi/tests/crypto-ctx.c   Mon Oct 20 01:49:51 2003
@@ -124,7 +124,7 @@
          err = shishi_crypto_encrypt (ctx, in, j, &out, &len);
          if (err)
            {
-             fail ("shishi_crypto_encrypt(%d, %d) failed (%d)\n",
+             fail ("shishi_crypto_encrypt(etype=%d, len=%d) failed (%d)\n",
                    tvp->etype, j, err);
              continue;
            }
@@ -132,7 +132,7 @@
          err = shishi_crypto_decrypt (ctx2, out, len, &out2, &len2);
          if (err)
            {
-             fail ("shishi_crypto_decrypt(%d, %d) failed (%d)\n",
+             fail ("shishi_crypto_decrypt(etype=%d, len=%d) failed (%d)\n",
                    tvp->etype, j, err);
              continue;
            }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]