openssl/crypto/ec
David Benjamin 609b0852e4 Remove trailing whitespace from some files.
The prevailing style seems to not have trailing whitespace, but a few
lines do. This is mostly in the perlasm files, but a few C files got
them after the reformat. This is the result of:

  find . -name '*.pl' | xargs sed -E -i '' -e 's/( |'$'\t'')*$//'
  find . -name '*.c' | xargs sed -E -i '' -e 's/( |'$'\t'')*$//'
  find . -name '*.h' | xargs sed -E -i '' -e 's/( |'$'\t'')*$//'

Then bn_prime.h was excluded since this is a generated file.

Note mkerr.pl has some changes in a heredoc for some help output, but
other lines there lack trailing whitespace too.

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
2016-10-10 23:36:21 +01:00
..
asm Remove trailing whitespace from some files. 2016-10-10 23:36:21 +01:00
build.info Add ecp_nistz256-ppc64 module. 2016-08-29 23:12:32 +02:00
curve25519.c
ec2_mult.c
ec2_oct.c
ec2_smpl.c
ec_ameth.c Fix EC_KEY_print so it prints out private key information 2016-09-10 06:53:33 +10:00
ec_asn1.c Fix a memory leak in EC_GROUP_get_ecparameters() 2016-08-22 15:10:03 +01:00
ec_check.c
ec_curve.c Remove old EC based X25519 code. 2016-08-13 14:11:05 +01:00
ec_cvt.c
ec_err.c make errors 2016-08-13 14:11:04 +01:00
ec_key.c Fix some style issues... 2016-08-02 09:59:23 +02:00
ec_kmeth.c
ec_lcl.h Remove comment tags from structs (coding style) 2016-08-29 09:07:38 -04:00
ec_lib.c Add -Wswitch-enum 2016-09-22 08:36:26 -04:00
ec_mult.c
ec_oct.c
ec_pmeth.c
ec_print.c
ecdh_kdf.c check return values for EVP_Digest*() APIs 2016-07-15 14:09:05 +01:00
ecdh_ossl.c
ecdsa_ossl.c Don't allocate r/s in DSA_SIG and ECDSA_SIG 2016-07-20 14:02:54 +01:00
ecdsa_sign.c
ecdsa_vrf.c
eck_prn.c
ecp_mont.c fix memory leaks 2016-07-16 12:32:34 -04:00
ecp_nist.c
ecp_nistp224.c
ecp_nistp256.c
ecp_nistp521.c
ecp_nistputil.c
ecp_nistz256_table.c
ecp_nistz256.c Add -Wswitch-enum 2016-09-22 08:36:26 -04:00
ecp_oct.c
ecp_smpl.c
ecx_meth.c Constify private key decode. 2016-08-17 12:01:29 +01:00