From 068adddd9c303a51d737a0ebcd8014824854fc51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Tue, 30 Aug 2011 10:16:41 +0200 Subject: [PATCH] (nettle_SOURCES): Added hmac-ripemd160.c. Rev: nettle/Makefile.in:1.40 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- GitLab