X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fgcrypt%2Fcrypto.c;h=cf5d0e64d8ac0f84aa385587127b1838a54ce57e;hb=28b7a53b693f6b4e70218a926e68a36ece54cda1;hp=946560614ff1c03c0c7b669bac18dedf41f9131e;hpb=5a132550deb58473285e5f91705d286aef47be71;p=tinc diff --git a/src/gcrypt/crypto.c b/src/gcrypt/crypto.c index 94656061..cf5d0e64 100644 --- a/src/gcrypt/crypto.c +++ b/src/gcrypt/crypto.c @@ -1,6 +1,6 @@ /* crypto.c -- Cryptographic miscellaneous functions and initialisation - Copyright (C) 2007 Guus Sliepen + Copyright (C) 2007-2022 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 @@ -12,23 +12,21 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - - $Id$ + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include "system.h" +#include "../system.h" #include -#include "crypto.h" +#include "../crypto.h" -void crypto_init() { +void crypto_init(void) { } -void crypto_exit() { +void crypto_exit(void) { } void randomize(void *out, size_t outlen) {