shishi-commit
[Top][All Lists]
Advanced

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

shishi/lib nettle.c libgcrypt.c


From: shishi-commit
Subject: shishi/lib nettle.c libgcrypt.c
Date: Mon, 20 Oct 2003 01:48:58 -0400

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

Modified files:
        lib            : nettle.c libgcrypt.c 

Log message:
        Fix whitespace.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/shishi/shishi/lib/nettle.c.diff?tr1=1.17&tr2=1.18&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/shishi/shishi/lib/libgcrypt.c.diff?tr1=1.20&tr2=1.21&r1=text&r2=text

Patches:
Index: shishi/lib/libgcrypt.c
diff -u shishi/lib/libgcrypt.c:1.20 shishi/lib/libgcrypt.c:1.21
--- shishi/lib/libgcrypt.c:1.20 Sun Oct 19 21:43:53 2003
+++ shishi/lib/libgcrypt.c      Mon Oct 20 01:48:58 2003
@@ -359,7 +359,6 @@
 
   if (ivout)
     {
-
       *ivout = xmalloc (ivlen);
 
       if (decryptp)
Index: shishi/lib/nettle.c
diff -u shishi/lib/nettle.c:1.17 shishi/lib/nettle.c:1.18
--- shishi/lib/nettle.c:1.17    Sun Sep 28 19:38:03 2003
+++ shishi/lib/nettle.c Mon Oct 20 01:48:58 2003
@@ -568,7 +568,6 @@
 
   *out = xmalloc (inlen);
 
-
   if (iv)
     CBC_SET_IV (&aes, iv);
   else




reply via email to

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