X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Ftincd.c;h=1a5677f1295c264eb94fca71bdc38d7fd61f3379;hp=299e51608aa587c438121c918060f843c94afed2;hb=ffb7327c20952cefcb5578e40f9802295172c5c2;hpb=cbf5a741aa2af937b3db606f0894990703f77bcb diff --git a/src/tincd.c b/src/tincd.c index 299e5160..1a5677f1 100644 --- a/src/tincd.c +++ b/src/tincd.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: tincd.c,v 1.10.4.87 2003/09/08 21:52:47 guus Exp $ + $Id: tincd.c,v 1.10.4.89 2003/10/06 16:13:08 guus Exp $ */ #include "system.h" @@ -39,6 +39,7 @@ #include #include +#include #include "conf.h" #include "device.h" @@ -291,7 +292,7 @@ static bool keygen(int bits) char *filename; fprintf(stderr, _("Generating %d bits keys:\n"), bits); - rsa_key = RSA_generate_key(bits, 0xFFFF, indicator, NULL); + rsa_key = RSA_generate_key(bits, 0x10001, indicator, NULL); if(!rsa_key) { fprintf(stderr, _("Error during key generation!\n"));