why2_chat_generate_keys grammar fix
yessir i am an english-man fr fr
This commit is contained in:
parent
4564e2b63b
commit
cb15d856de
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user