# HG changeset patch # User Simon Josefsson # Date 1129678640 0 # Node ID 6777a0214f5d0962339575aa3b6be25eba8ad430 # Parent 1ddc29532d1892b421afa4ec2e3cd4d7602677b1 Include memxor.h. diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2005-10-19 Simon Josefsson + + * hmac-md5.c, hmac-sha1.c: Include memxor.h. + 2005-10-19 Simon Josefsson * gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4. diff --git a/lib/hmac-md5.c b/lib/hmac-md5.c --- a/lib/hmac-md5.c +++ b/lib/hmac-md5.c @@ -23,6 +23,7 @@ #include "hmac.h" +#include "memxor.h" #include "md5.h" #include diff --git a/lib/hmac-sha1.c b/lib/hmac-sha1.c --- a/lib/hmac-sha1.c +++ b/lib/hmac-sha1.c @@ -23,6 +23,7 @@ #include "hmac.h" +#include "memxor.h" #include "sha1.h" #include