From: Simon Josefsson Date: Tue, 18 Oct 2005 23:37:20 +0000 (+0000) Subject: Include memxor.h. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11ad180881e62f7d8758936af419c2cc88e9cf79;p=pspp Include memxor.h. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 19f071c2ce..4039e82b5b 100644 --- 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 index 6df653d276..ecd0714960 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 bee723118b..9c95791295 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