X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Ftincd.c;h=b0ac6f65fb681e258b3075a446bb556adbc4a7f5;hb=c23fcf555ee4b69f03b76a0ffb731c3a475a77e7;hp=b2e055c63834b5d28dfaa90c0c5aad329254934e;hpb=b47c17bcdeb70b63ad9346dc97ba575597cbd803;p=tinc diff --git a/src/tincd.c b/src/tincd.c index b2e055c6..b0ac6f65 100644 --- a/src/tincd.c +++ b/src/tincd.c @@ -2,6 +2,7 @@ tincd.c -- the main file for tincd Copyright (C) 1998-2005 Ivo Timmermans 2000-2009 Guus Sliepen + 2009 Michael Tokarev 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 @@ -229,7 +230,7 @@ static bool parse_options(int argc, char **argv) generate_keys &= ~7; /* Round it to bytes */ } else - generate_keys = 1024; + generate_keys = 2048; break; case 'R': /* chroot to NETNAME dir */