More style fixes to Curve448 code based on review feedback
authorMatt Caswell <matt@openssl.org>
Mon, 12 Feb 2018 14:27:02 +0000 (14:27 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 20 Feb 2018 12:59:30 +0000 (12:59 +0000)
commit68b20c00659c16b65ae2fcfc120e1407a68de04f
tree42cc29f9e8df7f95b01998eed8034623bb2d8d0b
parent04ebd4e17e1de9a5baa65113cce57817b05ae6f8
More style fixes to Curve448 code based on review feedback

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/5105)
12 files changed:
crypto/ec/curve448/arch_32/arch_intrinsics.h
crypto/ec/curve448/arch_32/f_impl.h
crypto/ec/curve448/curve448.c
crypto/ec/curve448/curve448_lcl.h
crypto/ec/curve448/curve448utils.h
crypto/ec/curve448/ed448.h
crypto/ec/curve448/eddsa.c
crypto/ec/curve448/f_generic.c
crypto/ec/curve448/field.h
crypto/ec/curve448/point_448.h
crypto/ec/curve448/word.h
test/curve448_internal_test.c