openssl/crypto/bf
David Benjamin 32be631ca1 Do not silently truncate files on perlasm errors
If one of the perlasm xlate drivers crashes, OpenSSL's build will
currently swallow the error and silently truncate the output to however
far the driver got. This will hopefully fail to build, but better to
check such things.

Handle this by checking for errors when closing STDOUT (which is a pipe
to the xlate driver).

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10883)
2020-01-22 18:11:30 +01:00
..
asm Do not silently truncate files on perlasm errors 2020-01-22 18:11:30 +01:00
bf_cfb64.c Deprecate Low Level Blowfish APIs 2020-01-08 11:25:25 +00:00
bf_ecb.c Deprecate Low Level Blowfish APIs 2020-01-08 11:25:25 +00:00
bf_enc.c Deprecate Low Level Blowfish APIs 2020-01-08 11:25:25 +00:00
bf_local.h Fix header file include guard names 2019-09-28 20:26:36 +02:00
bf_ofb64.c Deprecate Low Level Blowfish APIs 2020-01-08 11:25:25 +00:00
bf_pi.h
bf_skey.c Deprecate Low Level Blowfish APIs 2020-01-08 11:25:25 +00:00
build.info