X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fprf.h;h=54c11f5f16fe913de828a9c71f16e340d9d8ce32;hb=71882edfbd2620b3fb4cbb688f0f479bf2ba3c6d;hp=ef4b99bbf8639a525ff2d221abcd7bf27710c33d;hpb=7b949262c4c01fdeff30a612d43f4b64f1ad426f;p=meshlink diff --git a/src/prf.h b/src/prf.h index ef4b99bb..54c11f5f 100644 --- a/src/prf.h +++ b/src/prf.h @@ -1,6 +1,6 @@ /* prf.h -- header file for prf.c - Copyright (C) 2011-2013 Guus Sliepen + Copyright (C) 2014 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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__));