X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fgcrypt%2Fcrypto.h;h=c77d4f46bf40d1bf3790856e8b193669fab11105;hb=5822f817aa802c2c5a83e9d99a8ae78cb822799b;hp=8047bfbec3f70d2df5feb4b089cf41d6dd8b7cc7;hpb=886a6f61a1f4cc48a77b42d10f34f9126377d904;p=tinc diff --git a/src/gcrypt/crypto.h b/src/gcrypt/crypto.h index 8047bfbe..c77d4f46 100644 --- a/src/gcrypt/crypto.h +++ b/src/gcrypt/crypto.h @@ -1,6 +1,9 @@ +#ifndef TINC_GCRYPT_CRYPTO_H +#define TINC_GCRYPT_CRYPTO_H + /* crypto.h -- header for crypto.c - Copyright (C) 2007 Guus Sliepen + Copyright (C) 2007-2009 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 __TINC_CRYPTO_H__ -#define __TINC_CRYPTO_H__ - extern void crypto_init(); extern void crypto_exit(); extern void randomize(void *, size_t);