diff --git a/src/main.c b/src/main.c index 40c8e85..d20c083 100644 --- a/src/main.c +++ b/src/main.c @@ -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);