X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fcrypto.h;h=4514f8dadf2e7c1ec5c2b13ded7864a1e99e60f1;hb=cfb5273b8e1e5ab7dadb1e05ed7294fcb394e5e8;hp=cd3654fec4849805c004e86eb6fd68c7729c5b6e;hpb=0acdce222ff21c84cafc82c137e3d1e107a66fd9;p=meshlink diff --git a/src/crypto.h b/src/crypto.h index cd3654fe..4514f8da 100644 --- a/src/crypto.h +++ b/src/crypto.h @@ -1,6 +1,6 @@ /* crypto.h -- header for crypto.c - Copyright (C) 2007-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_CRYPTO_H__ -#define __TINC_CRYPTO_H__ +#ifndef __MESHLINK_CRYPTO_H__ +#define __MESHLINK_CRYPTO_H__ extern void crypto_init(); extern void crypto_exit();