Hello, While writing a script to automate building FreeBSD packages, I came across an issue in the crypto/sha/asm/sha512-x86_64.pl script which caused it to send its output to the terminal output rather than piping it to the x86_64-xlate.pl script. This caused compilation of openssl to fail.
This issue was resolved by closing STDOUT before (re)opening STDOUT, as per the attached patch. Best regards, Andy Piper Senior Software Developer | Hosted Security Services | Kaspersky Lab
patch-crypto_sha_asm_sha512-x86_64.pl
Description: Binary data
