From db2dcd00b13b18ddf726f62b34b37e252faef0a1 Mon Sep 17 00:00:00 2001
From: Andres Mejia <mcitadel@gmail.com>
Date: Sun, 28 Aug 2011 20:17:04 +0200
Subject: [PATCH] (nettle_SOURCES): Added ripemd160.c ripemd160-compress.c
 ripemd160-meta.c. (HEADERS): Added ripemd160.h.

Rev: nettle/Makefile.in:1.38
---
 Makefile.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 3bd8c4ff..ef79b468 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -71,6 +71,7 @@ nettle_SOURCES = aes-decrypt-internal.c aes-decrypt.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 \
+		 ripemd160.c ripemd160-compress.c ripemd160-meta.c \
 		 sha1.c sha1-compress.c sha1-meta.c \
 		 sha256.c sha256-compress.c sha224-meta.c sha256-meta.c \
 		 sha512.c sha512-compress.c sha384-meta.c sha512-meta.c \
@@ -116,7 +117,7 @@ HEADERS = aes.h arcfour.h arctwo.h asn1.h bignum.h blowfish.h \
 	  md5.h md5-compat.h \
 	  memxor.h \
 	  nettle-meta.h nettle-types.h \
-	  pgp.h pkcs1.h realloc.h rsa.h rsa-compat.h \
+	  pgp.h pkcs1.h realloc.h ripemd160.h rsa.h rsa-compat.h \
 	  sexp.h \
 	  serpent.h sha.h twofish.h \
 	  yarrow.h
-- 
GitLab