aboutsummaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils.c')
-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)
}
printf("\nCreating RSA key...\n");
- key = xs_evp_genkey(4096);
+ key = xs_evp_genkey(2048);
printf("Done.\n");
xs *kfn = xs_fmt("%s/key.json", basedir);