From 11ad180881e62f7d8758936af419c2cc88e9cf79 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 18 Oct 2005 23:37:20 +0000 Subject: [PATCH] Include memxor.h. --- lib/ChangeLog | 4 ++++ lib/hmac-md5.c | 1 + lib/hmac-sha1.c | 1 + 3 files changed, 6 insertions(+) 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 -- 2.11.0