gobjectification: 5a9b9874: Remove some leftover test stuff.

qulogic at pidgin.im qulogic at pidgin.im
Sun Jul 11 04:05:48 EDT 2010


----------------------------------------------------------------------
Revision: 5a9b9874d4b45928900d36fc7929f2274628bcd3
Parent:   28b0eaabc8262930d5f2eb267d730d9b10f957b6
Author:   qulogic at pidgin.im
Date:     07/11/10 00:47:14
Branch:   im.pidgin.gobjectification
URL: http://d.pidgin.im/viewmtn/revision/info/5a9b9874d4b45928900d36fc7929f2274628bcd3

Changelog: 

Remove some leftover test stuff.

Changes against parent 28b0eaabc8262930d5f2eb267d730d9b10f957b6

  patched  libpurple/cipher/md5hash.c
  patched  libpurple/cipher/md5hash.h

-------------- next part --------------
============================================================
--- libpurple/cipher/md5hash.c	a0065a58b8d7dbbc7b625d6625161c73beabfdda
+++ libpurple/cipher/md5hash.c	6b38cb766a8740d92bd127d8e1ed9ebd45a57028
@@ -7,9 +7,6 @@
 
 #include <string.h>
 
-#undef GLIB_MINOR_VERSION
-#define GLIB_MINOR_VERSION 1
-
 #define MD5_HMAC_BLOCK_SIZE	64
 
 #if !GLIB_CHECK_VERSION(2,16,0)
============================================================
--- libpurple/cipher/md5hash.h	8229b24d7e77db32f393f64f3570d656663aaa80
+++ libpurple/cipher/md5hash.h	d3eb350270eded29b6c729946159ff6f86bd72df
@@ -28,9 +28,6 @@
 #include <cipher/ghash.h>
 #include <cipher/hash.h>
 
-#undef GLIB_MINOR_VERSION
-#define GLIB_MINOR_VERSION 1
-
 #define PURPLE_TYPE_MD5_HASH				(purple_md5_hash_get_gtype())
 #define PURPLE_MD5_HASH(obj)				(G_TYPE_CHECK_INSTANCE_CAST((obj), PURPLE_TYPE_MD5_HASH, PurpleMD5Hash))
 #define PURPLE_MD5_HASH_CLASS(klass)		(G_TYPE_CHECK_CLASS_CAST((klass), PURPLE_TYPE_MD5_HASH, PurpleMD5HashClass))


More information about the Commits mailing list