openssl/crypto/md5
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
build.info Fix missing Assembler defines 2019-10-16 16:10:39 +10:00
md5_dgst.c Deprecate the low level MD5 functions. 2020-01-19 10:14:39 +10:00
md5_local.h md4/md5: macros should not include the line following them 2019-11-01 15:58:00 +01:00
md5_one.c Deprecate the low level MD5 functions. 2020-01-19 10:14:39 +10:00
md5_sha1.c Deprecate the low level MD5 functions. 2020-01-19 10:14:39 +10:00