X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnet_setup.c;h=9d20fd577e5116ec13946372172281c95f68cbf2;hb=d772289f6d6adfb8932658b533349d43f08ec326;hp=3d05ca9c8fd533deddc0599640b84df0e1879281;hpb=02e32cf61ee25d3d0e2fc1fef5cd98cbfa1c9a2f;p=tinc diff --git a/src/net_setup.c b/src/net_setup.c index 3d05ca9c..9d20fd57 100644 --- a/src/net_setup.c +++ b/src/net_setup.c @@ -81,7 +81,7 @@ bool read_rsa_public_key(connection_t *c) { return result; } -bool read_rsa_private_key() { +static bool read_rsa_private_key(void) { FILE *fp; char *fname; char *n, *d; @@ -220,7 +220,7 @@ void load_all_subnets(void) { /* Configure node_t myself and set up the local sockets (listen only) */ -bool setup_myself(void) { +static bool setup_myself(void) { config_t *cfg; subnet_t *subnet; char *name, *hostname, *mode, *afname, *cipher, *digest;