projects
/
openssl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abe7f8b
)
Allow to specify filename on sha1-ia64.pl command line.
author
Andy Polyakov
<appro@openssl.org>
Sun, 13 Jan 2008 17:43:11 +0000
(17:43 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sun, 13 Jan 2008 17:43:11 +0000
(17:43 +0000)
crypto/sha/asm/sha1-ia64.pl
patch
|
blob
|
history
diff --git
a/crypto/sha/asm/sha1-ia64.pl
b/crypto/sha/asm/sha1-ia64.pl
index aa18c1089b289a922a9d6416f7e6d2d6ea128c58..51c4f47ecbdc215d6457c8d3c1ac3d16e9db9733 100644
(file)
--- a/
crypto/sha/asm/sha1-ia64.pl
+++ b/
crypto/sha/asm/sha1-ia64.pl
@@
-302,4
+302,5
@@
$code.=<<___;
stringz "SHA1 block transform for IA64, CRYPTOGAMS by <appro\@openssl.org>"
___
+$output=shift and open STDOUT,">$output";
print $code;