aboutsummaryrefslogtreecommitdiff
path: root/src/math/field.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/field.c')
-rw-r--r--src/math/field.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/field.c b/src/math/field.c
index ba2972c..a4b038e 100644
--- a/src/math/field.c
+++ b/src/math/field.c
@@ -32,7 +32,7 @@ int field_random(curve_t *curve, config_t *config, ...) {
}
int field_input(curve_t *curve, config_t *config, ...) {
- return -1; // NOT IMPLEMENTED
+ return INT_MIN; // NOT IMPLEMENTED
}
GEN field_params(GEN field) {