From a375ed18c005396a2c6273f17b3dc2a4484ec37d Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Wed, 17 Apr 2002 08:00:28 +0000 Subject: [PATCH] updates --- apps/silcd/silcd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.24.0