diff options
| author | J08nY | 2018-03-28 17:40:46 +0200 |
|---|---|---|
| committer | J08nY | 2018-03-28 17:41:08 +0200 |
| commit | bfee3d1ef27c87424b8d5324926593c1d852b91e (patch) | |
| tree | 3fbc4a67aab966b9e3053eb3db6cea4f032b2b88 /test/src/gen/test_point.c | |
| parent | 97149b9104569f70dc0eec47e2e0df4d8d05022d (diff) | |
| download | ecgen-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.c | 1 |
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" |
