summaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.c b/utils.c
index 336ae2d..8422a9a 100644
--- a/utils.c
+++ b/utils.c
@@ -330,7 +330,7 @@ int adduser(const char *uid)
330 } 330 }
331 331
332 printf("\nCreating RSA key...\n"); 332 printf("\nCreating RSA key...\n");
333 key = xs_evp_genkey(4096); 333 key = xs_evp_genkey(2048);
334 printf("Done.\n"); 334 printf("Done.\n");
335 335
336 xs *kfn = xs_fmt("%s/key.json", basedir); 336 xs *kfn = xs_fmt("%s/key.json", basedir);