log libpurple/ciphers/sha1.c @ 31802:ca94413ccd0e

age author description
Sun, 13 Mar 2011 16:47:36 +0000 Florian Qu«²ze Named initializers and most other C99isms don't work in Visual C++ .NET 2005 in
Tue, 22 Feb 2011 04:45:54 +0000 Mark Doliner Fix compilation on glib < 2.16. Somehow a trailing semicolon got lost.
Thu, 17 Feb 2011 05:05:03 +0000 Gary Kramlich rc4.c and sha1.c needs to include libpurple/util.h as well
Thu, 17 Feb 2011 00:42:53 +0000 Gary Kramlich Removed the "new" api I added by moving it to ciphers/gchecksum.c. Moved the gchecksum implements into gchecksum.c as a preproc macro, removed them from their individual files
Mon, 14 Feb 2011 06:54:12 +0000 Gary Kramlich included string.h in cipher.h since almost all of the ciphers use it.
Mon, 14 Feb 2011 06:05:29 +0000 Gary Kramlich Broke sha1 out