X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fecdsa.h;h=707b02cfc282d8150f1d9425d0d4c5508a399a12;hb=57b227500ff9daf865e70c95d5837bd3103d6be5;hp=9d7c34d866ba048b71b0896764bc8843a499ef48;hpb=a86faaf34711d6b0f278b670d70a229a3cf0d479;p=meshlink diff --git a/src/ecdsa.h b/src/ecdsa.h index 9d7c34d8..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