X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fec%2Fcurve448%2Fscalar.c;h=446670734f511f226ba032800609472ac0e53675;hp=5077680b38ef25ff697fc910b4068ee4f1ba96ee;hb=35b7c85a22a214512da9ce374ba7ff737b52f49d;hpb=8d55f844b08199e0ac6a2ddc501de39f3237c5e9 diff --git a/crypto/ec/curve448/scalar.c b/crypto/ec/curve448/scalar.c index 5077680b38..446670734f 100644 --- 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}}};