diff options
-rw-r--r-- | ecdsa_model.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ecdsa_model.h b/ecdsa_model.h index 4039e25..787e1ea 100644 --- a/ecdsa_model.h +++ b/ecdsa_model.h @@ -45,7 +45,9 @@ // USE_CURVE == 2 -> P-384
//
//------------------------------------------------------------------------------
+#ifndef USE_CURVE
#define USE_CURVE 1
+#endif
//------------------------------------------------------------------------------
|