summaryrefslogtreecommitdiff
path: root/third_party/srtp/crypto/hash/null_auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/srtp/crypto/hash/null_auth.c')
-rw-r--r--third_party/srtp/crypto/hash/null_auth.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/third_party/srtp/crypto/hash/null_auth.c b/third_party/srtp/crypto/hash/null_auth.c
index 301348b6..73fd9187 100644
--- a/third_party/srtp/crypto/hash/null_auth.c
+++ b/third_party/srtp/crypto/hash/null_auth.c
@@ -44,6 +44,9 @@
*
*/
+#ifdef HAVE_CONFIG_H
+ #include <config.h>
+#endif
#include "null_auth.h"
#include "alloc.h"
@@ -155,6 +158,8 @@ null_auth = {
(auth_start_func) null_auth_start,
(char *) null_auth_description,
(int) 0, /* instance count */
- (auth_test_case_t *) &null_auth_test_case_0
+ (auth_test_case_t *) &null_auth_test_case_0,
+ (debug_module_t *) NULL,
+ (auth_type_id_t) NULL_AUTH
};