X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fecdsa.h;h=707b02cfc282d8150f1d9425d0d4c5508a399a12;hb=refs%2Fheads%2Ftesting%2Finvitations;hp=d03a58edc5760dbd5811084b867dc2b4b220d8f8;hpb=7b949262c4c01fdeff30a612d43f4b64f1ad426f;p=meshlink diff --git a/src/ecdsa.h b/src/ecdsa.h index d03a58ed..707b02cf 100644 --- a/src/ecdsa.h +++ b/src/ecdsa.h @@ -1,6 +1,6 @@ /* ecdsa.h -- ECDSA key handling - 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,10 +17,10 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __TINC_ECDSA_H__ -#define __TINC_ECDSA_H__ +#ifndef __MESHLINK_ECDSA_H__ +#define __MESHLINK_ECDSA_H__ -#ifndef __TINC_ECDSA_INTERNAL__ +#ifndef __MESHLINK_ECDSA_INTERNAL__ typedef struct ecdsa ecdsa_t; #endif