X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2Fcrypto.h;h=779f4522b01b4e6bb9e99526a720bd5a2c7ce594;hp=4514f8dadf2e7c1ec5c2b13ded7864a1e99e60f1;hb=963c5055505f2fc117cd5efa06eaa02c9b2bf85d;hpb=9415f4b08fb2ca9ae933edd0bf8b096db195ebae diff --git a/src/crypto.h b/src/crypto.h index 4514f8da..779f4522 100644 --- a/src/crypto.h +++ b/src/crypto.h @@ -1,6 +1,9 @@ +#ifndef MESHLINK_CRYPTO_H +#define MESHLINK_CRYPTO_H + /* crypto.h -- header for crypto.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_CRYPTO_H__ -#define __MESHLINK_CRYPTO_H__ - extern void crypto_init(); extern void crypto_exit(); extern void randomize(void *, size_t);