X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=src%2Fprf.h;h=54c11f5f16fe913de828a9c71f16e340d9d8ce32;hb=42e9341c12c630ebe3a550a4ce813aac4b1b047c;hp=596d274407a9a2da569f9e3bdb9eb0d77aa99635;hpb=fb7b6e7a0c966a88a682f656ca1caeb9a0583c5b;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__));