vpnkit/protocol.c: make this compile
This commit is contained in:
parent
261249cc99
commit
b748fcde0a
|
@ -6,9 +6,11 @@
|
|||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "log.h"
|
||||
#include "protocol.h"
|
||||
|
||||
#define ERROR(fmt, ...) \
|
||||
fprintf(stderr, "up_vpnkit: " fmt "\r\n", ##__VA_ARGS__)
|
||||
|
||||
/* Version 0 of the protocol used this */
|
||||
char expected_hello_old[5] = {'V', 'M', 'N', 'E', 'T'};
|
||||
|
||||
|
|
Loading…
Reference in New Issue