From: Niels Möller Date: Mon, 22 Mar 2010 21:59:35 +0000 (+0100) Subject: * Makefile.in (nettle_SOURCES): Added hmac-sha512.c. X-Git-Tag: camellia_32bit_20100720~122 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2927c71138a37abe2a1f261b53960ba01c3b8d56;p=thirdparty%2Fnettle.git * Makefile.in (nettle_SOURCES): Added hmac-sha512.c. Rev: nettle/Makefile.in:1.15 --- diff --git a/Makefile.in b/Makefile.in index d328a639..823aab27 100644 --- a/Makefile.in +++ b/Makefile.in @@ -60,7 +60,7 @@ nettle_SOURCES = aes-decrypt-internal.c aes-decrypt.c \ cbc.c ctr.c \ des.c \ des3.c des-compat.c \ - hmac.c hmac-md5.c hmac-sha1.c hmac-sha256.c \ + hmac.c hmac-md5.c hmac-sha1.c hmac-sha256.c hmac-sha512.c \ knuth-lfib.c \ md2.c md2-meta.c md4.c md4-meta.c \ md5.c md5-compress.c md5-compat.c md5-meta.c \