diff options
| author | J08nY | 2017-09-19 12:47:45 +0200 |
|---|---|---|
| committer | J08nY | 2017-09-19 12:47:45 +0200 |
| commit | 3e8c233f7aa720608bf6b82744948eb1709e1d84 (patch) | |
| tree | b05187c9dc01caa0fa6e3ec99240ac232aaceffe /src/exhaustive | |
| parent | 3fad579c3cbcbce457f36af6c1ceff37ec04ee54 (diff) | |
| download | ecgen-3e8c233f7aa720608bf6b82744948eb1709e1d84.tar.gz ecgen-3e8c233f7aa720608bf6b82744948eb1709e1d84.tar.zst ecgen-3e8c233f7aa720608bf6b82744948eb1709e1d84.zip | |
Move some files into src/misc.
Diffstat (limited to 'src/exhaustive')
| -rw-r--r-- | src/exhaustive/anomalous.h | 2 | ||||
| -rw-r--r-- | src/exhaustive/ansi.c | 4 | ||||
| -rw-r--r-- | src/exhaustive/ansi.h | 2 | ||||
| -rw-r--r-- | src/exhaustive/arg.h | 2 | ||||
| -rw-r--r-- | src/exhaustive/exhaustive.c | 2 | ||||
| -rw-r--r-- | src/exhaustive/exhaustive.h | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/src/exhaustive/anomalous.h b/src/exhaustive/anomalous.h index ff6c053..cf8c208 100644 --- a/src/exhaustive/anomalous.h +++ b/src/exhaustive/anomalous.h @@ -10,7 +10,7 @@ #include <pari/pari.h> #include "arg.h" -#include "gen/types.h" +#include "misc/types.h" #include "io/cli.h" typedef struct disc_t { diff --git a/src/exhaustive/ansi.c b/src/exhaustive/ansi.c index b407d8e..40fbf41 100644 --- a/src/exhaustive/ansi.c +++ b/src/exhaustive/ansi.c @@ -1,6 +1,6 @@ -#include <io/config.h> -#include <gen/types.h> +#include <misc/config.h> +#include <misc/types.h> #include "ansi.h" #include "gen/seed.h" #include "gen/field.h" diff --git a/src/exhaustive/ansi.h b/src/exhaustive/ansi.h index e395691..74e787e 100644 --- a/src/exhaustive/ansi.h +++ b/src/exhaustive/ansi.h @@ -2,7 +2,7 @@ #ifndef ECGEN_ANSI_H #define ECGEN_ANSI_H -#include "gen/types.h" +#include "misc/types.h" bool ansi_seed_valid(const char *hex_str); diff --git a/src/exhaustive/arg.h b/src/exhaustive/arg.h index 1a4d0ed..415008c 100644 --- a/src/exhaustive/arg.h +++ b/src/exhaustive/arg.h @@ -8,7 +8,7 @@ #ifndef ECGEN_ARG_H #define ECGEN_ARG_H -#include "gen/types.h" +#include "misc/types.h" /** * @brief diff --git a/src/exhaustive/exhaustive.c b/src/exhaustive/exhaustive.c index af4be22..0506409 100644 --- a/src/exhaustive/exhaustive.c +++ b/src/exhaustive/exhaustive.c @@ -2,7 +2,7 @@ * ecgen, tool for generating Elliptic curve domain parameters * Copyright (C) 2017 J08nY */ -#include <io/config.h> +#include <misc/config.h> #include "exhaustive.h" #include "anomalous.h" #include "ansi.h" diff --git a/src/exhaustive/exhaustive.h b/src/exhaustive/exhaustive.h index 3b26d73..446dff2 100644 --- a/src/exhaustive/exhaustive.h +++ b/src/exhaustive/exhaustive.h @@ -8,7 +8,7 @@ #ifndef ECGEN_GENERATORS_H #define ECGEN_GENERATORS_H -#include "gen/types.h" +#include "misc/types.h" /** * |
