From 22e4551cb007312ef808669aa70cad10a7657136 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 10:02:59 +0200 Subject: xio: refactor fopencookie related functions Again, we move them out of xio to shrink it down. Signed-off-by: Daniel Borkmann --- curvetun/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'curvetun/Makefile') diff --git a/curvetun/Makefile b/curvetun/Makefile index ce91dc2..62f7a51 100644 --- a/curvetun/Makefile +++ b/curvetun/Makefile @@ -12,6 +12,7 @@ curvetun-objs = xmalloc.o \ hash.o \ rnd.o \ curve.o \ + cookie.o \ cpusched.o \ ct_usermgmt.o \ ct_servmgmt.o \ -- cgit v1.2.3-54-g00ecf