openssl/crypto/ts
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
..
build.info
ts_asn1.c
ts_conf.c
ts_err.c Check for errors allocating the error strings. 2016-07-20 19:20:53 +02:00
ts_lcl.h
ts_lib.c Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data(). 2016-08-16 16:05:35 +01:00
ts_req_print.c
ts_req_utils.c Constify some ASN1_OBJECT *obj input parameters 2016-08-04 17:02:48 +02:00
ts_rsp_print.c
ts_rsp_sign.c Constify some ASN1_OBJECT *obj input parameters 2016-08-04 17:02:48 +02:00
ts_rsp_utils.c Convert TS_STATUS_INFO* functions to use const getters 2016-08-16 23:36:27 +01:00
ts_rsp_verify.c Remove trailing whitespace from some files. 2016-10-10 23:36:21 +01:00
ts_verify_ctx.c Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data(). 2016-08-16 16:05:35 +01:00