[Cryptech-Commits] [user/shatov/ecdsa_fpga_model] branch fix updated: Don't override curve if it was selected externally.
git at cryptech.is
git at cryptech.is
Sun Apr 1 20:19:33 UTC 2018
This is an automated email from the git hooks/post-receive script.
meisterpaul1 at yandex.ru pushed a commit to branch fix
in repository user/shatov/ecdsa_fpga_model.
The following commit(s) were added to refs/heads/fix by this push:
new cfd12ae Don't override curve if it was selected externally.
cfd12ae is described below
commit cfd12aea23300f47acdb3127cc9da6e3bd242fab
Author: Pavel V. Shatov (Meister) <meisterpaul1 at yandex.ru>
AuthorDate: Sun Apr 1 23:17:41 2018 +0300
Don't override curve if it was selected externally.
---
ecdsa_model.h | 2 ++
1 file changed, 2 insertions(+)
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
//------------------------------------------------------------------------------
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list