diff options
| author | J08nY | 2017-02-10 01:24:48 +0100 |
|---|---|---|
| committer | J08nY | 2017-02-10 01:24:48 +0100 |
| commit | de90c5cd76bcd45c82f34d1f3d60b529b7d5a86d (patch) | |
| tree | 6d5b6923cf7443e14004e779258b4c546cf769b5 /src/math/equation.c | |
| parent | 79b29481b1c4d13063dd8b6ee6a1d0d70a54faab (diff) | |
| download | ecgen-de90c5cd76bcd45c82f34d1f3d60b529b7d5a86d.tar.gz ecgen-de90c5cd76bcd45c82f34d1f3d60b529b7d5a86d.tar.zst ecgen-de90c5cd76bcd45c82f34d1f3d60b529b7d5a86d.zip | |
Properly split into submodules
Diffstat (limited to 'src/math/equation.c')
| -rw-r--r-- | src/math/equation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/equation.c b/src/math/equation.c index 571ee71..b699b9a 100644 --- a/src/math/equation.c +++ b/src/math/equation.c @@ -2,8 +2,8 @@ * ecgen, tool for generating Elliptic curve domain parameters * Copyright (C) 2017 J08nY */ -#include <io/input.h> #include "equation.h" +#include "io/input.h" int eq_random(curve_t *curve, config_t *config, ...) { int r = a_random(curve, config) + b_random(curve, config); |
