Allow to specify filename on sha1-ia64.pl command line.

This commit is contained in:
Andy Polyakov 2008-01-13 17:43:11 +00:00
parent abe7f8b457
commit ca55d11f84

View File

@ -302,4 +302,5 @@ $code.=<<___;
stringz "SHA1 block transform for IA64, CRYPTOGAMS by <appro\@openssl.org>"
___
$output=shift and open STDOUT,">$output";
print $code;