projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f62df69
)
sha1-alpha.pl: addenum till commit #19547.
author
Andy Polyakov
<appro@openssl.org>
Sat, 10 Apr 2010 13:51:20 +0000
(13:51 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sat, 10 Apr 2010 13:51:20 +0000
(13:51 +0000)
crypto/sha/asm/sha1-alpha.pl
patch
|
blob
|
history
diff --git
a/crypto/sha/asm/sha1-alpha.pl
b/crypto/sha/asm/sha1-alpha.pl
index dd9b43b69778c904ad8100d36d79fd78853f9182..e8989307112b91f98301776b53fb7b7ce5fb50ac 100644
(file)
--- 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;