summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2011-08-30 10:17:19 +0200
committerNiels Möller <nisse@lysator.liu.se>2011-08-30 10:17:19 +0200
commit579a2222a5f090047a8db5b99b853aaec1d5163d (patch)
tree17cc60bd65e7bd7ba7b882c790fe37aa46b6c980
parent068adddd9c303a51d737a0ebcd8014824854fc51 (diff)
downloadnettle-579a2222a5f090047a8db5b99b853aaec1d5163d.tar.gz
Declare hmac-ripemd160 related functions.
Rev: nettle/hmac.h:1.6
-rw-r--r--hmac.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/hmac.h b/hmac.h
index 2388d7aa..ea6cef2d 100644
--- 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