cipher_breakout: 67fc2ce9: hmac.c needs to include libpurple/util.h

grim at pidgin.im grim at pidgin.im
Thu Feb 17 01:02:18 EST 2011


----------------------------------------------------------------------
Revision: 67fc2ce9542ebb73b99c7b13f66b3ff367ea7e42
Parent:   879e282c4d54ea7afc8d632837e46a523abe6fa5
Author:   grim at pidgin.im
Date:     02/17/11 00:03:58
Branch:   im.pidgin.cipher_breakout
URL: http://d.pidgin.im/viewmtn/revision/info/67fc2ce9542ebb73b99c7b13f66b3ff367ea7e42

Changelog: 

hmac.c needs to include libpurple/util.h

Changes against parent 879e282c4d54ea7afc8d632837e46a523abe6fa5

  patched  libpurple/ciphers/hmac.c

-------------- next part --------------
============================================================
--- libpurple/ciphers/hmac.c	9fc4ab52a7767c277a8fb0dd656e1ba16be6e841
+++ libpurple/ciphers/hmac.c	723d6c956f0574714cb9798f59dd6cec86542801
@@ -21,6 +21,8 @@
  */
 #include <cipher.h>
 
+#include <util.h>
+
 struct HMAC_Context {
 	PurpleCipherContext *hash;
 	char *name;


More information about the Commits mailing list