added missing hmac_md5() function to hmac.h

This commit is contained in:
Michael Rash
2013-03-10 18:56:19 -04:00
parent 7274f6724e
commit 3598fc7d7d
+2
View File
@@ -33,6 +33,8 @@
#include "digest.h"
void hmac_md5(const char *msg, const unsigned int msg_len,
unsigned char *hmac, const char *hmac_key, const int hmac_key_len);
void hmac_sha1(const char *msg, const unsigned int msg_len,
unsigned char *hmac, const char *hmac_key, const int hmac_key_len);
void hmac_sha256(const char *msg, const unsigned int msg_len,