aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ecdh_fpga_model.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ecdh_fpga_model.h b/ecdh_fpga_model.h
index 6b66c99..398d1d3 100644
--- a/ecdh_fpga_model.h
+++ b/ecdh_fpga_model.h
@@ -51,7 +51,9 @@
// USE_CURVE == 2 -> P-384
//
//------------------------------------------------------------------------------
-#define USE_CURVE 2
+#ifndef USE_CURVE
+#define USE_CURVE 1
+#endif
//------------------------------------------------------------------------------