From de2a27e255b6ec834d11c005909b28a150c7c0db Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Tue, 25 Oct 2016 17:04:17 +0200 Subject: Add generic message authentication interface Add generic interface for generating and verifying MACs (message authentication codes). Replace multiple HMAC implementation with a generic one. --- nest/password.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest/password.c') diff --git a/nest/password.c b/nest/password.c index 91aaa418..d6e2087f 100644 --- a/nest/password.c +++ b/nest/password.c @@ -37,7 +37,7 @@ password_find(list *l, int first_fit) } struct password_item * -password_find_by_id(list *l, int id) +password_find_by_id(list *l, uint id) { struct password_item *pi; -- cgit v1.2.3