1
0
Fork 0

Oops... Theses are no longer needed. :)

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

View File

@ -17,12 +17,6 @@
#define NET_BUF_SIZE 1024
#define MSG_HSFUCKOFF "HSFUCKOFF"
#define MSG_HSFUCKOFF_LEN 9
#define MSG_HSACK "HSACK"
#define MSG_HSACK_LEN 5
int client_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);