X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsptps.h;h=11c0d2e66846390df29b12edf4b88a9c45c9ec79;hb=61d9b04f66055e61f0afdf8955ff890f4da39288;hp=ab163442a18afc19605dee842e2b12bbbb17fd5a;hpb=196806f90f40fcc0cf727abd4bed6bc5aefff5ff;p=meshlink diff --git a/src/sptps.h b/src/sptps.h index ab163442..11c0d2e6 100644 --- a/src/sptps.h +++ b/src/sptps.h @@ -1,6 +1,9 @@ +#ifndef MESHLINK_SPTPS_H +#define MESHLINK_SPTPS_H + /* sptps.h -- Simple Peer-to-Peer Security - 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 __SPTPS_H__ -#define __SPTPS_H__ - #include "system.h" #include "chacha-poly1305/chacha-poly1305.h"