projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove some unneeded code
[openssl.git]
/
crypto
/
ec
/
curve448
/
scalar.c
diff --git
a/crypto/ec/curve448/scalar.c
b/crypto/ec/curve448/scalar.c
index 5077680b38ef25ff697fc910b4068ee4f1ba96ee..446670734f511f226ba032800609472ac0e53675 100644
(file)
--- a/
crypto/ec/curve448/scalar.c
+++ b/
crypto/ec/curve448/scalar.c
@@
-37,8
+37,6
@@
static const curve448_scalar_t sc_p = {
}
};
-/* End of template stuff */
-
#define WBITS DECAF_WORD_BITS /* NB this may be different from ARCH_WORD_BITS */
const curve448_scalar_t curve448_scalar_one = {{{1}}};