]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(nettle_SOURCES): Added hmac-ripemd160.c.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 30 Aug 2011 08:16:41 +0000 (10:16 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 30 Aug 2011 08:16:41 +0000 (10:16 +0200)
Rev: nettle/Makefile.in:1.40

Makefile.in

index 10c83858e1c6d489487dc23f5d3bc0084b181f96..27f076a7dc0b9fd7a3c96c3b00a4ccc79d42d91b 100644 (file)
@@ -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 \