aboutsummaryrefslogtreecommitdiff
path: root/src/io/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/config.h')
-rw-r--r--src/io/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/io/config.h b/src/io/config.h
index 70018a9..426661c 100644
--- a/src/io/config.h
+++ b/src/io/config.h
@@ -24,12 +24,13 @@ typedef struct {
bool binary_field;
bool prime_field;
- unsigned long count;
+ long count;
bool random;
bool prime;
bool invalid;
bool cm;
char *order;
+ bool anomalous;
bool koblitz;
bool cofactor;
long cofactor_bound;