shishi-commit
[Top][All Lists]
Advanced

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

shishi/lib libgcrypt.c


From: shishi-commit
Subject: shishi/lib libgcrypt.c
Date: Sun, 21 Sep 2003 09:02:47 -0400

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

Modified files:
        lib            : libgcrypt.c 

Log message:
        API fix.

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

Patches:
Index: shishi/lib/libgcrypt.c
diff -u shishi/lib/libgcrypt.c:1.17 shishi/lib/libgcrypt.c:1.18
--- shishi/lib/libgcrypt.c:1.17 Sun Sep 21 09:00:01 2003
+++ shishi/lib/libgcrypt.c      Sun Sep 21 09:02:47 2003
@@ -389,10 +389,11 @@
 int
 shishi_arcfour (Shishi * handle, int decryptp,
                const char *key, size_t keylen,
-               const char *iv, char **ivout,
+               const char iv[258], char *ivout[258],
                const char *in, size_t inlen,
                char **out)
 {
+  /* XXX Support iv/ivout. */
   return libgcrypt_dencrypt (handle, GCRY_CIPHER_ARCFOUR, 0,
                             GCRY_CIPHER_MODE_STREAM, decryptp,
                             key, keylen, NULL, NULL, in, inlen, out);




reply via email to

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