Fixed usage. Didn't notice before.
This commit is contained in:
parent
6d9596e1d0
commit
2680674c71
@ -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);
|
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) {
|
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) {
|
int main(int argc, char **argv) {
|
||||||
|
Loading…
Reference in New Issue
Block a user