Fix an annoying quirk in the EC code
authortb <tb@openbsd.org>
Sat, 19 Nov 2022 07:29:29 +0000 (07:29 +0000)
committertb <tb@openbsd.org>
Sat, 19 Nov 2022 07:29:29 +0000 (07:29 +0000)
commit8071d4dbe5da21882b50d14fd5f7e4585b3ee697
tree2f773c44d33b6eea024bc365e887fd156203690a
parent9d9f513e235c786065104046d1d13ad80429c5c3
Fix an annoying quirk in the EC code

Dealing with elliptic curves makes some people think that it would be kind
of neat to multiply types with variable names. Sometimes. Only in function
definitions.
20 files changed:
lib/libcrypto/ec/ec2_mult.c
lib/libcrypto/ec/ec2_oct.c
lib/libcrypto/ec/ec2_smpl.c
lib/libcrypto/ec/ec_ameth.c
lib/libcrypto/ec/ec_asn1.c
lib/libcrypto/ec/ec_check.c
lib/libcrypto/ec/ec_curve.c
lib/libcrypto/ec/ec_key.c
lib/libcrypto/ec/ec_lib.c
lib/libcrypto/ec/ec_mult.c
lib/libcrypto/ec/ec_pmeth.c
lib/libcrypto/ec/ec_print.c
lib/libcrypto/ec/eck_prn.c
lib/libcrypto/ec/ecp_mont.c
lib/libcrypto/ec/ecp_nist.c
lib/libcrypto/ec/ecp_nistp224.c
lib/libcrypto/ec/ecp_nistp256.c
lib/libcrypto/ec/ecp_nistp521.c
lib/libcrypto/ec/ecp_oct.c
lib/libcrypto/ec/ecp_smpl.c