X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fecdh.h;h=5a88244da02ebe104e9c11db4e9975161447b829;hp=c5ea3efbb6d64b593de3d789785b8264c8b9d4a2;hb=5822f817aa802c2c5a83e9d99a8ae78cb822799b;hpb=3465746b9bf75124b21eab21cdf390696b608405 diff --git a/src/ecdh.h b/src/ecdh.h index c5ea3efb..5a88244d 100644 --- a/src/ecdh.h +++ b/src/ecdh.h @@ -1,3 +1,6 @@ +#ifndef TINC_ECDH_H +#define TINC_ECDH_H + /* ecdh.h -- header file for ecdh.c Copyright (C) 2011-2013 Guus Sliepen @@ -17,13 +20,10 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __TINC_ECDH_H__ -#define __TINC_ECDH_H__ - #define ECDH_SIZE 32 #define ECDH_SHARED_SIZE 32 -#ifndef __TINC_ECDH_INTERNAL__ +#ifndef TINC_ECDH_INTERNAL typedef struct ecdh ecdh_t; #endif