diff options
| author | J08nY | 2017-04-07 02:45:32 +0200 |
|---|---|---|
| committer | J08nY | 2017-04-07 02:45:32 +0200 |
| commit | 7f4596f2735d6011f7413edd7211b8673ecb4a14 (patch) | |
| tree | d2c745ee2bb615933a9efde7476ef258319609db /src/io/cli.c | |
| parent | 59b338cf8734f89c04042f217fcccf8509c3a197 (diff) | |
| download | ecgen-7f4596f2735d6011f7413edd7211b8673ecb4a14.tar.gz ecgen-7f4596f2735d6011f7413edd7211b8673ecb4a14.tar.zst ecgen-7f4596f2735d6011f7413edd7211b8673ecb4a14.zip | |
Fix binary field curve generation, move config into config.h
Diffstat (limited to 'src/io/cli.c')
| -rw-r--r-- | src/io/cli.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/io/cli.c b/src/io/cli.c index 4e4a7f9..3c74c1e 100644 --- a/src/io/cli.c +++ b/src/io/cli.c @@ -4,6 +4,7 @@ */ #include "cli.h" #include <string.h> +#include "io/config.h" char doc[] = "ecgen, tool for generating Elliptic curve domain parameters.\v(C) 2017 " |
