changeset 6395:6777a0214f5d

Include memxor.h.
author Simon Josefsson <simon@josefsson.org>
date Tue, 18 Oct 2005 23:37:20 +0000
parents 1ddc29532d18
children c5a9572c5a91
files lib/ChangeLog lib/hmac-md5.c lib/hmac-sha1.c
diffstat 3 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,7 @@
+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. 
--- a/lib/hmac-md5.c
+++ b/lib/hmac-md5.c
@@ -23,6 +23,7 @@
 
 #include "hmac.h"
 
+#include "memxor.h"
 #include "md5.h"
 
 #include <string.h>
--- a/lib/hmac-sha1.c
+++ b/lib/hmac-sha1.c
@@ -23,6 +23,7 @@
 
 #include "hmac.h"
 
+#include "memxor.h"
 #include "sha1.h"
 
 #include <string.h>