summaryrefslogtreecommitdiff
path: root/curvetun
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-04 11:21:48 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-04 11:22:25 +0200
commita66fe185ab6a3eb7a483fd9888b54ee43328836e (patch)
tree527c53135af3c6d2c9b27e6de628c1ac5e2e2754 /curvetun
parent0b65b09f15783b067343f7a2dcf67ae1f1e27dc7 (diff)
sock: add socket management functions
Remove them from xutils, and add them to socket management. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'curvetun')
-rw-r--r--curvetun/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/curvetun/Makefile b/curvetun/Makefile
index 970bfa8..b2693ed 100644
--- a/curvetun/Makefile
+++ b/curvetun/Makefile
@@ -6,6 +6,7 @@ curvetun-objs = xmalloc.o \
str.o \
dev.o \
stun.o \
+ sock.o \
patricia.o \
corking.o \
trie.o \