From 9a649f3b462e80b39691e34aa9fe814063c9b5a1 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sat, 10 Apr 2010 13:51:20 +0000 Subject: [PATCH] sha1-alpha.pl: addenum till commit #19547. --- crypto/sha/asm/sha1-alpha.pl | 1 + 1 file changed, 1 insertion(+) 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; -- 2.34.1