From: <amc...@us...> - 2006-11-27 03:58:00
|
Revision: 17828 http://svn.sourceforge.net/gaim/?rev=17828&view=rev Author: amc_grim Date: 2006-11-26 19:58:00 -0800 (Sun, 26 Nov 2006) Log Message: ----------- copy/paste fix... Modified Paths: -------------- trunk/libgaim/tests/test_cipher.c Modified: trunk/libgaim/tests/test_cipher.c =================================================================== --- trunk/libgaim/tests/test_cipher.c 2006-11-27 02:59:33 UTC (rev 17827) +++ trunk/libgaim/tests/test_cipher.c 2006-11-27 03:58:00 UTC (rev 17828) @@ -199,7 +199,7 @@ Suite *s = suite_create("Cipher Suite"); TCase *tc = NULL; - /* md5 tests */ + /* md4 tests */ tc = tcase_create("MD4"); tcase_add_test(tc, test_md4_empty_string); tcase_add_test(tc, test_md4_a); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |