why2_chat_generate_keys grammar fix

yessir i am an english-man fr fr
This commit is contained in:
Václav Šmejkal 2024-02-23 20:25:40 +01:00
parent 4564e2b63b
commit cb15d856de
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -88,7 +88,7 @@ void why2_chat_generate_keys(void)
//COUNT d //COUNT d
mpz_invert(d, e, phi_n); mpz_invert(d, e, phi_n);
printf("Writing keys...\n"); printf("Saving keys...\n");
//ALLOCATE THE KEY PATHS //ALLOCATE THE KEY PATHS
char *public_path = why2_malloc(strlen(path) + strlen(WHY2_CHAT_PUB_KEY) + 3); char *public_path = why2_malloc(strlen(path) + strlen(WHY2_CHAT_PUB_KEY) + 3);