diff options
Diffstat (limited to 'src/math/curve.c')
| -rw-r--r-- | src/math/curve.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/math/curve.c b/src/math/curve.c index d4b7c00..6b0742c 100644 --- a/src/math/curve.c +++ b/src/math/curve.c @@ -81,12 +81,12 @@ int curve_nonzero(curve_t *curve, config_t *cfg, arg_t *args) { } } -int curve_seed_fp(curve_t *curve, config_t *cfg, arg_t *args) { +static int curve_seed_fp(curve_t *curve, config_t *cfg, arg_t *args) { // TODO implement return INT_MIN; } -int curve_seed_f2m(curve_t *curve, config_t *cfg, arg_t *args) { +static int curve_seed_f2m(curve_t *curve, config_t *cfg, arg_t *args) { // TODO implement return INT_MIN; } |
