From: Andres Mejia Date: Sun, 28 Aug 2011 18:17:04 +0000 (+0200) Subject: (nettle_SOURCES): Added ripemd160.c X-Git-Tag: nettle_2.3_release_20110902~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db2dcd00b13b18ddf726f62b34b37e252faef0a1;p=thirdparty%2Fnettle.git (nettle_SOURCES): Added ripemd160.c ripemd160-compress.c ripemd160-meta.c. (HEADERS): Added ripemd160.h. Rev: nettle/Makefile.in:1.38 --- 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