diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2009-04-06 06:30:05 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2009-04-06 06:30:05 +0000 |
commit | cea69e0d929b3248b3139c9ca312f9c85933095f (patch) | |
tree | f9b0964b79e14744924e3ab1b70fc6120fc8247a /lib/libcrypto/sha | |
parent | b48ceb21651dd1652ec9ed364487faa889b57c70 (diff) |
import of OpenSSL 0.9.8k
Diffstat (limited to 'lib/libcrypto/sha')
-rw-r--r-- | lib/libcrypto/sha/asm/sha1-ia64.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcrypto/sha/asm/sha1-ia64.pl b/lib/libcrypto/sha/asm/sha1-ia64.pl index aa18c1089b2..51c4f47ecbd 100644 --- a/lib/libcrypto/sha/asm/sha1-ia64.pl +++ b/lib/libcrypto/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; |