aboutsummaryrefslogtreecommitdiff
path: root/test/src/gen/test_point.c
diff options
context:
space:
mode:
authorJ08nY2018-03-28 17:40:46 +0200
committerJ08nY2018-03-28 17:41:08 +0200
commitbfee3d1ef27c87424b8d5324926593c1d852b91e (patch)
tree3fbc4a67aab966b9e3053eb3db6cea4f032b2b88 /test/src/gen/test_point.c
parent97149b9104569f70dc0eec47e2e0df4d8d05022d (diff)
downloadecgen-bfee3d1ef27c87424b8d5324926593c1d852b91e.tar.gz
ecgen-bfee3d1ef27c87424b8d5324926593c1d852b91e.tar.zst
ecgen-bfee3d1ef27c87424b8d5324926593c1d852b91e.zip
Separate curve object functions into obj.
Diffstat (limited to 'test/src/gen/test_point.c')
-rw-r--r--test/src/gen/test_point.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/gen/test_point.c b/test/src/gen/test_point.c
index 4bb3cd7..97f5445 100644
--- a/test/src/gen/test_point.c
+++ b/test/src/gen/test_point.c
@@ -7,6 +7,7 @@
#include "gen/curve.h"
#include "gen/point.h"
#include "math/subgroup.h"
+#include "obj/curve.h"
#include "obj/point.h"
#include "test/io.h"