From 923d6438f34babecfb53c3925d83afa5178641bd Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 14:52:36 +0200 Subject: taia: move taia evaluation out of curve. This is not really related to curve functions, so move it out from there. 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 f13c8c7..aebc642 100644 --- a/curvetun/Makefile +++ b/curvetun/Makefile @@ -12,6 +12,7 @@ curvetun-objs = xmalloc.o \ patricia.o \ corking.o \ trie.o \ + taia.o \ hash.o \ rnd.o \ curve.o \ -- cgit v1.2.3-54-g00ecf