1
0
Fork 0

Fixed usage. Didn't notice before.

This commit is contained in:
Alexander Andreev 2024-03-26 04:54:18 +04:00
parent 6d9596e1d0
commit 2680674c71
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ int client_handshake(net_t *const n, crypt_session_t *const s, crypt_key_t *cons
int server_handshake(net_t *const n, crypt_session_t *const s, crypt_key_t *const ok, crypt_key_t *const rk);
void usage(void) {
fprintf(stderr, "A Sodium cryptography library is failed to initialise!\n");
fprintf(stderr, "tetatet c|s ADDR PORT\n");
}
int main(int argc, char **argv) {