summaryrefslogtreecommitdiff
path: root/third_party/srtp/crypto/hash/hmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/srtp/crypto/hash/hmac.c')
-rw-r--r--third_party/srtp/crypto/hash/hmac.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/third_party/srtp/crypto/hash/hmac.c b/third_party/srtp/crypto/hash/hmac.c
index 4336cf0a..ddb75ea3 100644
--- a/third_party/srtp/crypto/hash/hmac.c
+++ b/third_party/srtp/crypto/hash/hmac.c
@@ -42,6 +42,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+ #include <config.h>
+#endif
+
#include "hmac.h"
#include "alloc.h"
@@ -262,6 +266,7 @@ hmac = {
(char *) hmac_description,
(int) 0, /* instance count */
(auth_test_case_t *) &hmac_test_case_0,
- (debug_module_t *) &mod_hmac
+ (debug_module_t *) &mod_hmac,
+ (auth_type_id_t) HMAC_SHA1
};