X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet_setup.c;h=5243b1e9a757d91c0d6b35cda5c0fc4914d93195;hp=eee056052a814ead13540bcc9e3836b5abefa788;hb=3bc554347560a9c24e68bb2c7c7749be07bbec3d;hpb=f75dcef72a81a337e847adf0bae54198894f65b9 diff --git a/src/net_setup.c b/src/net_setup.c index eee05605..5243b1e9 100644 --- a/src/net_setup.c +++ b/src/net_setup.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: net_setup.c,v 1.1.2.25 2002/09/09 21:24:41 guus Exp $ + $Id: net_setup.c,v 1.1.2.26 2002/09/09 22:32:44 guus Exp $ */ #include "config.h" @@ -77,7 +77,7 @@ char *myport; -int read_rsa_public_key(connection_t * c) +int read_rsa_public_key(connection_t *c) { FILE *fp; char *fname;