--- a/libpurple/ciphers/hmaccipher.h Sat Oct 12 22:40:48 2013 +0530 +++ b/libpurple/ciphers/hmaccipher.h Sat Oct 12 22:57:00 2013 +0530 @@ -40,14 +40,13 @@ typedef struct _PurpleHMACCipherClass PurpleHMACCipherClass; struct _PurpleHMACCipher { - /*< private >*/ PurpleCipher gparent; }; struct _PurpleHMACCipherClass { - /*< private >*/ PurpleCipherClass gparent; + /*< private >*/ void (*_purple_reserved1)(void); void (*_purple_reserved2)(void); void (*_purple_reserved3)(void);