]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
* nettle-meta.h: Declare nettle_ripemd160.
authorAndres Mejia <mcitadel@gmail.com>
Sun, 28 Aug 2011 18:12:50 +0000 (20:12 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 28 Aug 2011 18:12:50 +0000 (20:12 +0200)
Rev: nettle/nettle-meta.h:1.11

nettle-meta.h

index 0fbfc031411606f121d5a7a5637d3a758761730e..16af7f0df70bde911c0b78d63b05e4f0f81818b4 100644 (file)
@@ -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;