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 19f071c2ce40e8b071ae0e733124dd3154dbfbb5..4039e82b5b8227e5c8b1a652a86c1d13b53d350a 100644 (file)
@@ -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. 
index 6df653d276ac2465084c89a304e420888e67f6ec..ecd071496049b0e23d75b83712aa80cf00ac92c9 100644 (file)
@@ -23,6 +23,7 @@
 
 #include "hmac.h"
 
+#include "memxor.h"
 #include "md5.h"
 
 #include <string.h>
index bee723118b609511a60e5871f9998c3a7264faa5..9c95791295b50ab26ee9818dd9549f3ab06c0c47 100644 (file)
@@ -23,6 +23,7 @@
 
 #include "hmac.h"
 
+#include "memxor.h"
 #include "sha1.h"
 
 #include <string.h>