aboutsummaryrefslogtreecommitdiff
path: root/src/gen/point.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gen/point.c')
-rw-r--r--src/gen/point.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gen/point.c b/src/gen/point.c
index 00e7c3c..98422db 100644
--- a/src/gen/point.c
+++ b/src/gen/point.c
@@ -55,7 +55,7 @@ GENERATOR(points_gen_random) {
return 1;
}
-static point_t **points_from_orders(GEN curve, point_t *generator, GEN orders) {
+point_t **points_from_orders(GEN curve, point_t *generator, GEN orders) {
size_t norders = (size_t)glength(orders);
point_t **result = points_new(norders);