comparison libpurple/tests/test_cipher.c @ 20827:6e6a870fd4f6

This is the correct fix. iirc the include for signals.h was back when this was still a plugin and it was listening for the cipher signals which is not the case anymore
author Gary Kramlich <grim@reaperworld.com>
date Sun, 07 Oct 2007 23:40:58 +0000
parents 05795b14f70b
children 03463c52b9d7
comparison
equal deleted inserted replaced
20826:05795b14f70b 20827:6e6a870fd4f6
6 #undef HAVE_DBUS 6 #undef HAVE_DBUS
7 7
8 #include "tests.h" 8 #include "tests.h"
9 9
10 #include "../cipher.h" 10 #include "../cipher.h"
11 #include "../signals.h"
12 11
13 /****************************************************************************** 12 /******************************************************************************
14 * MD4 Tests 13 * MD4 Tests
15 *****************************************************************************/ 14 *****************************************************************************/
16 #define MD4_TEST(data, digest) { \ 15 #define MD4_TEST(data, digest) { \