summaryrefslogtreecommitdiff
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 cdfa2e6..24a6be6 100644
--- a/utils.c
+++ b/utils.c
@@ -295,7 +295,7 @@ int adduser(const char *uid)
295 } 295 }
296 296
297 printf("\nCreating RSA key...\n"); 297 printf("\nCreating RSA key...\n");
298 key = xs_rsa_genkey(4096); 298 key = xs_evp_genkey(4096);
299 printf("Done.\n"); 299 printf("Done.\n");
300 300
301 xs *kfn = xs_fmt("%s/key.json", basedir); 301 xs *kfn = xs_fmt("%s/key.json", basedir);