diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 14:52:36 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 14:52:36 +0200 |
commit | 923d6438f34babecfb53c3925d83afa5178641bd (patch) | |
tree | 103edb6cae25d3a398fb0ac7af392fa4274db4e1 /curvetun | |
parent | 59ebf2978741fb4cf0086440e23a1fcb522fdc21 (diff) |
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 <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 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 \ |