]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Declare hmac-ripemd160 related functions.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 30 Aug 2011 08:17:19 +0000 (10:17 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 30 Aug 2011 08:17:19 +0000 (10:17 +0200)
Rev: nettle/hmac.h:1.6

hmac.h

diff --git a/hmac.h b/hmac.h
index 2388d7aa798a9ed798e41796f7c619cec59caa98..ea6cef2d194ff48cfec439b41563b26a9af08376 100644 (file)
--- a/hmac.h
+++ b/hmac.h
@@ -29,6 +29,7 @@
 #include "nettle-meta.h"
 
 #include "md5.h"
+#include "ripemd160.h"
 #include "sha.h"
 
 #ifdef __cplusplus
@@ -42,6 +43,9 @@ extern "C" {
 #define hmac_md5_set_key nettle_hmac_md5_set_key
 #define hmac_md5_update nettle_hmac_md5_update
 #define hmac_md5_digest nettle_hmac_md5_digest
+#define hmac_ripemd160_set_key nettle_hmac_ripemd160_set_key
+#define hmac_ripemd160_update nettle_hmac_ripemd160_update
+#define hmac_ripemd160_digest nettle_hmac_ripemd160_digest
 #define hmac_sha1_set_key nettle_hmac_sha1_set_key
 #define hmac_sha1_update nettle_hmac_sha1_update
 #define hmac_sha1_digest nettle_hmac_sha1_digest