sha1-alpha.pl: addenum till commit #19547.
authorAndy Polyakov <appro@openssl.org>
Sat, 10 Apr 2010 13:51:20 +0000 (13:51 +0000)
committerAndy Polyakov <appro@openssl.org>
Sat, 10 Apr 2010 13:51:20 +0000 (13:51 +0000)
crypto/sha/asm/sha1-alpha.pl

index dd9b43b69778c904ad8100d36d79fd78853f9182..e8989307112b91f98301776b53fb7b7ce5fb50ac 100644 (file)
@@ -310,5 +310,6 @@ $code.=<<___;
        ret     (ra)
 .end   sha1_block_data_order
 ___
+$output=shift and open STDOUT,">$output";
 print $code;
 close STDOUT;