projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b83104
)
updates
author
Pekka Riikonen
<priikone@silcnet.org>
Wed, 17 Apr 2002 08:00:28 +0000
(08:00 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Wed, 17 Apr 2002 08:00:28 +0000
(08:00 +0000)
apps/silcd/silcd.c
patch
|
blob
|
history
diff --git
a/apps/silcd/silcd.c
b/apps/silcd/silcd.c
index 53b7f81eb12a57efd4bed910f83f5699874dc60f..8915ab1bac18f2c164ab88f36c4f9584d27da07e 100644
(file)
--- 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();