shishi-commit
[Top][All Lists]
Advanced

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

shishi/lib crypto-rc4.c


From: shishi-commit
Subject: shishi/lib crypto-rc4.c
Date: Sun, 21 Sep 2003 09:01:54 -0400

CVSROOT:        /cvsroot/shishi
Module name:    shishi
Branch:         
Changes by:     Simon Josefsson <address@hidden>        03/09/21 09:01:54

Modified files:
        lib            : crypto-rc4.c 

Log message:
        Doc fix.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/shishi/shishi/lib/crypto-rc4.c.diff?tr1=1.12&tr2=1.13&r1=text&r2=text

Patches:
Index: shishi/lib/crypto-rc4.c
diff -u shishi/lib/crypto-rc4.c:1.12 shishi/lib/crypto-rc4.c:1.13
--- shishi/lib/crypto-rc4.c:1.12        Sun Sep 21 08:58:29 2003
+++ shishi/lib/crypto-rc4.c     Sun Sep 21 09:01:54 2003
@@ -214,7 +214,7 @@
   memcpy (*out + 16, ct, ptlen);
 
   if (ivoutlen)
-    /* size = sbox[256] + int32_t i + int32_t j */
+    /* size = sbox[256] + int8_t i + int8_t j */
     *ivoutlen = 256 + 2*8;
 
   err = SHISHI_OK;
@@ -332,7 +332,7 @@
   memcpy (*out, pt + 8, inlen - 16 - 8);
 
   if (ivoutlen)
-    /* size = sbox[256] + int32_t i + int32_t j */
+    /* size = sbox[256] + int8_t i + int8_t j */
     *ivoutlen = 256 + 2*8;
 
   err = SHISHI_OK;




reply via email to

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