From 9e4cf71371187927a6eb7cc4fe32b67d58a93010 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 00:04:15 +0200 Subject: xutils: break out string handling and locking Break out all string handling functions and lockme stuff in order to further eliminate the big code blob in xutils, so that it can be easier maintained. Signed-off-by: Daniel Borkmann --- curvetun/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'curvetun') diff --git a/curvetun/Makefile b/curvetun/Makefile index 954a865..c54f8e2 100644 --- a/curvetun/Makefile +++ b/curvetun/Makefile @@ -4,6 +4,7 @@ curvetun-libs = -lnacl \ curvetun-objs = xmalloc.o \ xio.o \ xutils.o \ + str.o \ stun.o \ patricia.o \ trie.o \ -- cgit v1.2.3-54-g00ecf