From: Andres Mejia Date: Sun, 28 Aug 2011 18:12:50 +0000 (+0200) Subject: * nettle-meta.h: Declare nettle_ripemd160. X-Git-Tag: nettle_2.3_release_20110902~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=661d42ae68d594f66f235ea773fd279258b40efe;p=thirdparty%2Fnettle.git * nettle-meta.h: Declare nettle_ripemd160. Rev: nettle/nettle-meta.h:1.11 --- diff --git a/nettle-meta.h b/nettle-meta.h index 0fbfc031..16af7f0d 100644 --- a/nettle-meta.h +++ b/nettle-meta.h @@ -158,6 +158,7 @@ extern const struct nettle_hash * const nettle_hashes[]; extern const struct nettle_hash nettle_md2; extern const struct nettle_hash nettle_md4; extern const struct nettle_hash nettle_md5; +extern const struct nettle_hash nettle_ripemd160; extern const struct nettle_hash nettle_sha1; extern const struct nettle_hash nettle_sha224; extern const struct nettle_hash nettle_sha256;