diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 10:02:59 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 10:02:59 +0200 |
commit | 22e4551cb007312ef808669aa70cad10a7657136 (patch) | |
tree | 6e0b8ee7ddb4e30865813d704fa7f5de1a0796d9 /curvetun | |
parent | 0f1f8ccf43e1296725cfbef482d19c90b15af98c (diff) |
xio: refactor fopencookie related functions
Again, we move them out of xio to shrink it down.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'curvetun')
-rw-r--r-- | curvetun/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |