X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fecdsa.h;fp=src%2Fecdsa.h;h=364b2726f443ec9bf2f86a013aaa453f1eaba288;hb=61d9b04f66055e61f0afdf8955ff890f4da39288;hp=ef10fe718363b7f87220eeae141d6492c1940f7c;hpb=196806f90f40fcc0cf727abd4bed6bc5aefff5ff;p=meshlink diff --git a/src/ecdsa.h b/src/ecdsa.h index ef10fe71..364b2726 100644 --- a/src/ecdsa.h +++ b/src/ecdsa.h @@ -1,6 +1,9 @@ +#ifndef MESHLINK_ECDSA_H +#define MESHLINK_ECDSA_H + /* ecdsa.h -- ECDSA key handling - Copyright (C) 2014 Guus Sliepen + Copyright (C) 2014, 2017 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,9 +20,6 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __MESHLINK_ECDSA_H__ -#define __MESHLINK_ECDSA_H__ - #ifndef __MESHLINK_ECDSA_INTERNAL__ typedef struct ecdsa ecdsa_t; #endif