X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Futils.h;h=7ab29d2ced15f91a706e3e1c755c8dda4c4357f7;hp=2e4fcf86083154b54399b8e34773d294ca1c9fd2;hb=3f937afd75c758d7396a3f516ae77231a6f5b3d2;hpb=68f4ca711593416d0defd81199b176ba604c6cb1 diff --git a/src/utils.h b/src/utils.h index 2e4fcf86..7ab29d2c 100644 --- a/src/utils.h +++ b/src/utils.h @@ -42,4 +42,6 @@ extern const char *winerror(int); extern unsigned int bitfield_to_int(const void *bitfield, size_t size); +int memcmp_constant_time (const void *a, const void *b, size_t size); + #endif /* __TINC_UTILS_H__ */