From: Niels Möller Date: Tue, 30 Aug 2011 08:16:41 +0000 (+0200) Subject: (nettle_SOURCES): Added hmac-ripemd160.c. X-Git-Tag: nettle_2.3_release_20110902~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=068adddd9c303a51d737a0ebcd8014824854fc51;p=thirdparty%2Fnettle.git (nettle_SOURCES): Added hmac-ripemd160.c. Rev: nettle/Makefile.in:1.40 --- diff --git a/Makefile.in b/Makefile.in index 10c83858..27f076a7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -66,7 +66,7 @@ nettle_SOURCES = aes-decrypt-internal.c aes-decrypt.c \ cbc.c ctr.c gcm.c gcm-aes.c \ des.c \ des3.c des-compat.c \ - hmac.c hmac-md5.c hmac-sha1.c \ + hmac.c hmac-md5.c hmac-ripemd160.c hmac-sha1.c \ hmac-sha224.c hmac-sha256.c hmac-sha384.c hmac-sha512.c \ knuth-lfib.c \ md2.c md2-meta.c md4.c md4-meta.c \