X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fecdh.h;h=eb66ec0d17713bcd706ce747b60aef1b5a8ceeb4;hb=be83b0af60449c7b35d17d97f2e6dc12f611e831;hp=92be3ed5bc8c05ef0d64779b80dee87d0ccf2b87;hpb=196806f90f40fcc0cf727abd4bed6bc5aefff5ff;p=meshlink diff --git a/src/ecdh.h b/src/ecdh.h index 92be3ed5..eb66ec0d 100644 --- a/src/ecdh.h +++ b/src/ecdh.h @@ -1,6 +1,9 @@ +#ifndef MESHLINK_ECDH_H +#define MESHLINK_ECDH_H + /* ecdh.h -- header file for ecdh.c - 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_ECDH_H__ -#define __MESHLINK_ECDH_H__ - #define ECDH_SIZE 32 #define ECDH_SHARED_SIZE 32