aboutsummaryrefslogtreecommitdiffstats
path: root/nest/password.h
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2016-10-26 16:07:45 +0200
committerOndrej Zajicek (work) <santiago@crfreenet.org>2016-11-02 17:53:22 +0100
commit390601f038b69d5de3841c691f92af0fcd088454 (patch)
tree2b4eaa32636dd33d1e556e177bd29b40c16dfcd0 /nest/password.h
parent64385aee0cc2dfae8297f29ce6724cedf7cc4736 (diff)
downloadbird-390601f038b69d5de3841c691f92af0fcd088454.tar.gz
RIP: Use message authentication interface
Based on former commit from Pavel Tvrdik
Diffstat (limited to 'nest/password.h')
-rw-r--r--nest/password.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nest/password.h b/nest/password.h
index 7392389b..f21483c4 100644
--- a/nest/password.h
+++ b/nest/password.h
@@ -34,4 +34,6 @@ static inline int password_verify(struct password_item *p1, char *p2, uint size)
return !memcmp(buf, p2, size);
}
+uint max_mac_length(list *l);
+
#endif