From: Pekka Riikonen Date: Wed, 17 Apr 2002 08:00:28 +0000 (+0000) Subject: updates X-Git-Tag: silc.toolkit.0.9~47 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=a375ed18c005396a2c6273f17b3dc2a4484ec37d updates --- diff --git a/apps/silcd/silcd.c b/apps/silcd/silcd.c index 53b7f81e..8915ab1b 100644 --- a/apps/silcd/silcd.c +++ b/apps/silcd/silcd.c @@ -63,7 +63,7 @@ static struct option long_opts[] = static char *opt_keypath = NULL; static char *opt_pkcs = "rsa"; static char *opt_identifier = NULL; -static int opt_bits = 1024; +static int opt_bits = 2048; /* Prints out the usage of silc client */ @@ -489,7 +489,7 @@ silc_server_create_key_pair(char *pkcs_name, int bits, char *path, } if (!bits) - bits = 1024; + bits = 2048; if (!identifier) identifier = silc_server_create_identifier();