aboutsummaryrefslogtreecommitdiff
path: root/src/math/order.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/order.c')
-rw-r--r--src/math/order.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/order.c b/src/math/order.c
index 83d7e0d..8902524 100644
--- a/src/math/order.c
+++ b/src/math/order.c
@@ -11,7 +11,7 @@ int order_any(curve_t *curve, config_t *cfg, arg_t *args) {
int order_smallfact(curve_t *curve, config_t *cfg, arg_t *args) {
if (!args) {
- fprintf(stderr, "No args to an arged function. points_random");
+ fprintf(stderr, "No args to an arged function. order_smallfact");
return INT_MIN;
}
pari_ulong smallfact = *(pari_ulong *)args->args;