summaryrefslogtreecommitdiffstats
path: root/crypto/ec/curve448/curve448.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-02-12 13:56:50 +0000
committerMatt Caswell <matt@openssl.org>2018-02-20 12:59:31 +0000
commitc1f15b76ef13823ddd1f006ba75128c369eca067 (patch)
tree56ce5d971b7e3481e055433377ac9085c3197f05 /crypto/ec/curve448/curve448.c
parent9c9d6ff41c7cbd6c551bd056bf9cc06390de8290 (diff)
Further style changes to curve448 code
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> (Merged from https://github.com/openssl/openssl/pull/5105)
Diffstat (limited to 'crypto/ec/curve448/curve448.c')
-rw-r--r--crypto/ec/curve448/curve448.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/ec/curve448/curve448.c b/crypto/ec/curve448/curve448.c
index f34dfcce6c..1459976981 100644
--- a/crypto/ec/curve448/curve448.c
+++ b/crypto/ec/curve448/curve448.c
@@ -22,7 +22,8 @@
#define C448_WNAF_FIXED_TABLE_BITS 5
#define C448_WNAF_VAR_TABLE_BITS 3
-static const int EDWARDS_D = -39081;
+#define EDWARDS_D (-39081)
+
static const curve448_scalar_t precomputed_scalarmul_adjustment = {
{
{