Mercurial > pidgin.yaz
log libpurple/ciphers/Makefile.am @ 32137:3e98b34853ee
age | author | description |
---|---|---|
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:51:10 +0000 | Gary Kramlich | broke des and des3 out to ciphers/des.c |
Mon, 14 Feb 2011 06:20:59 +0000 | Gary Kramlich | Moved sha256 to the sub library |
Mon, 14 Feb 2011 06:10:49 +0000 | Gary Kramlich | Moved rc4 to the ciphers sublibrary |
Mon, 14 Feb 2011 06:05:29 +0000 | Gary Kramlich | Broke sha1 out |
Mon, 14 Feb 2011 05:57:04 +0000 | Gary Kramlich | Broke out the hmac cipher to it's own file. Removed already transitioned info in the fileheader of cipher.c |
Mon, 14 Feb 2011 05:48:59 +0000 | Gary Kramlich | Created a new branch to break the ciphers out to their own files. Also I've now exposed purple_g_checksum_* if we're on glib >= 2.16.0 |