aboutsummaryrefslogtreecommitdiff
path: root/src/misc/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/config.h')
-rw-r--r--src/misc/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/misc/config.h b/src/misc/config.h
index 55a3cdd..7db13de 100644
--- a/src/misc/config.h
+++ b/src/misc/config.h
@@ -47,7 +47,8 @@ typedef enum {
METHOD_ANOMALOUS = 1 << 1,
METHOD_SEED = 1 << 2,
METHOD_INVALID = 1 << 3,
- METHOD_TWIST = 1 << 4
+ METHOD_TWIST = 1 << 4,
+ METHOD_SUPERSINGULAR = 1 << 5
} method_e;
/**