diff options
Diffstat (limited to 'nest/password.h')
-rw-r--r-- | nest/password.h | 2 |
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 |