summaryrefslogtreecommitdiff
path: root/curvetun
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-11 00:22:08 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-11 00:22:08 +0200
commit22aeecb491b346fe944f38e083cd26d4d235c632 (patch)
tree44d44c9b36ad442214ca04b32901b9f207859356 /curvetun
parent42d1a29e7b7a55f39114115b9cb4814989ad5bf2 (diff)
curve: move selftest to own file
Move the curve selftest to its own file. 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 aebc642..5882683 100644
--- a/curvetun/Makefile
+++ b/curvetun/Makefile
@@ -16,6 +16,7 @@ curvetun-objs = xmalloc.o \
hash.o \
rnd.o \
curve.o \
+ curve_test.o \
cookie.o \
keypair.o \
ioexact.o \