Include memxor.h.
authorSimon Josefsson <simon@josefsson.org>
Tue, 18 Oct 2005 23:37:20 +0000 (23:37 +0000)
committerSimon Josefsson <simon@josefsson.org>
Tue, 18 Oct 2005 23:37:20 +0000 (23:37 +0000)
lib/ChangeLog
lib/hmac-md5.c
lib/hmac-sha1.c

index 19f071c..4039e82 100644 (file)
@@ -1,5 +1,9 @@
 2005-10-19  Simon Josefsson  <jas@extundo.com>
 
+       * hmac-md5.c, hmac-sha1.c: Include memxor.h.
+
+2005-10-19  Simon Josefsson  <jas@extundo.com>
+
        * gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4. 
 
 2005-10-18  Simon Josefsson  <jas@extundo.com>
index 6df653d..ecd0714 100644 (file)
@@ -23,6 +23,7 @@
 
 #include "hmac.h"
 
+#include "memxor.h"
 #include "md5.h"
 
 #include <string.h>
index bee7231..9c95791 100644 (file)
@@ -23,6 +23,7 @@
 
 #include "hmac.h"
 
+#include "memxor.h"
 #include "sha1.h"
 
 #include <string.h>