X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fgcrypt%2Fcrypto.c;h=cf5d0e64d8ac0f84aa385587127b1838a54ce57e;hb=28b7a53b6;hp=dc92b3e0eeb27e9e35fed40560953d4c9711657b;hpb=0912276c6467aa3ee6f570b31245367319da572a;p=tinc diff --git a/src/gcrypt/crypto.c b/src/gcrypt/crypto.c index dc92b3e0..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 @@ -17,16 +17,16 @@ 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) {