X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fprf.h;h=54c11f5f16fe913de828a9c71f16e340d9d8ce32;hb=9415f4b08fb2ca9ae933edd0bf8b096db195ebae;hp=596d274407a9a2da569f9e3bdb9eb0d77aa99635;hpb=158cbe99f972a1613b7d4d95abfe5fe48e019e67;p=meshlink diff --git a/src/prf.h b/src/prf.h index 596d2744..54c11f5f 100644 --- a/src/prf.h +++ b/src/prf.h @@ -17,8 +17,8 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __TINC_PRF_H__ -#define __TINC_PRF_H__ +#ifndef __MESHLINK_PRF_H__ +#define __MESHLINK_PRF_H__ extern bool prf(const char *secret, size_t secretlen, char *seed, size_t seedlen, char *out, size_t outlen) __attribute__ ((__warn_unused_result__));