From: Simon Josefsson Date: Tue, 18 Oct 2005 23:37:20 +0000 (+0000) Subject: Include memxor.h. X-Git-Tag: cvs-readonly~2791 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=11ad180881e62f7d8758936af419c2cc88e9cf79;p=gnulib.git Include memxor.h. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 19f071c2c..4039e82b5 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,9 @@ 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. 2005-10-18 Simon Josefsson diff --git a/lib/hmac-md5.c b/lib/hmac-md5.c index 6df653d27..ecd071496 100644 --- 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 index bee723118..9c9579129 100644 --- a/lib/hmac-sha1.c +++ b/lib/hmac-sha1.c @@ -23,6 +23,7 @@ #include "hmac.h" +#include "memxor.h" #include "sha1.h" #include