summaryrefslogtreecommitdiffstats
path: root/crypto/sha/asm/sha1-alpha.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2010-04-10 13:51:20 +0000
committerAndy Polyakov <appro@openssl.org>2010-04-10 13:51:20 +0000
commit9a649f3b462e80b39691e34aa9fe814063c9b5a1 (patch)
treed02b82259b9eaf11828e852aaaa3557d640c23cb /crypto/sha/asm/sha1-alpha.pl
parentf62df694ad78c72c94a3ff2dfe118dfaaeb029f8 (diff)
sha1-alpha.pl: addenum till commit #19547.
Diffstat (limited to 'crypto/sha/asm/sha1-alpha.pl')
-rw-r--r--crypto/sha/asm/sha1-alpha.pl1
1 files changed, 1 insertions, 0 deletions
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;