diff libpurple/ciphers/md4.c @ 31219:2d3c1197f930

included string.h in cipher.h since almost all of the ciphers use it.
author Gary Kramlich <grim@reaperworld.com>
date Mon, 14 Feb 2011 06:54:12 +0000
parents a1a0936d10c3
children ca94413ccd0e
line wrap: on
line diff
--- a/libpurple/ciphers/md4.c	Mon Feb 14 06:51:10 2011 +0000
+++ b/libpurple/ciphers/md4.c	Mon Feb 14 06:54:12 2011 +0000
@@ -34,7 +34,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
 #include <cipher.h>
-#include <string.h>
 
 #define MD4_DIGEST_SIZE     16
 #define MD4_HMAC_BLOCK_SIZE 64