From faebe21bf97cc653a7b8b87f1f594d4f33a9ebcd Mon Sep 17 00:00:00 2001 From: Tushar Pankaj Date: Wed, 31 Oct 2018 19:59:12 -0500 Subject: Empty files for protocol code Signed-off-by: Tushar Pankaj --- protocol.h | 9 +++++++++ wg-dynamic-client.c | 4 ++++ wg-dynamic-server.c | 4 ++++ 3 files changed, 17 insertions(+) create mode 100644 protocol.h create mode 100644 wg-dynamic-client.c create mode 100644 wg-dynamic-server.c diff --git a/protocol.h b/protocol.h new file mode 100644 index 0000000..47199cd --- /dev/null +++ b/protocol.h @@ -0,0 +1,9 @@ +/* SPDX-License-Identifier: MIT */ +/* + * Copyright (C) 2018 Wireguard LLC + */ + +#ifndef NEGOTIATION_H +#define NEGOTIATION_H + +#endif diff --git a/wg-dynamic-client.c b/wg-dynamic-client.c new file mode 100644 index 0000000..87e3946 --- /dev/null +++ b/wg-dynamic-client.c @@ -0,0 +1,4 @@ +/* SPDX-License-Identifier: MIT */ +/* + * Copyright (C) 2018 Wireguard LLC + */ diff --git a/wg-dynamic-server.c b/wg-dynamic-server.c new file mode 100644 index 0000000..87e3946 --- /dev/null +++ b/wg-dynamic-server.c @@ -0,0 +1,4 @@ +/* SPDX-License-Identifier: MIT */ +/* + * Copyright (C) 2018 Wireguard LLC + */ -- cgit v1.2.3-59-g8ed1b