From: Andy Polyakov Date: Sat, 10 Apr 2010 13:51:20 +0000 (+0000) Subject: sha1-alpha.pl: addenum till commit #19547. X-Git-Tag: OpenSSL-fips-2_0-rc1~1142 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a649f3b462e80b39691e34aa9fe814063c9b5a1;p=openssl sha1-alpha.pl: addenum till commit #19547. --- diff --git a/crypto/sha/asm/sha1-alpha.pl b/crypto/sha/asm/sha1-alpha.pl index dd9b43b697..e898930711 100644 --- a/crypto/sha/asm/sha1-alpha.pl +++ b/crypto/sha/asm/sha1-alpha.pl @@ -310,5 +310,6 @@ $code.=<<___; ret (ra) .end sha1_block_data_order ___ +$output=shift and open STDOUT,">$output"; print $code; close STDOUT;