From 661d42ae68d594f66f235ea773fd279258b40efe Mon Sep 17 00:00:00 2001 From: Andres Mejia <mcitadel@gmail.com> Date: Sun, 28 Aug 2011 20:12:50 +0200 Subject: [PATCH] * nettle-meta.h: Declare nettle_ripemd160. Rev: nettle/nettle-meta.h:1.11 --- nettle-meta.h | 1 + 1 file changed, 1 insertion(+) 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; -- GitLab