blob: 4d7b1981820c7dd474383d9d89b60c9a95a9fb20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
diff -ur openssl-0.9.8j/crypto/sha/asm/sha1-ia64.pl
openssl-0.9.8j-local/crypto/sha/asm/sha1-ia64.pl
--- openssl-0.9.8j/crypto/sha/asm/sha1-ia64.pl 2007-11-11 06:34:08.000000000
-0700
+++ openssl-0.9.8j-local/crypto/sha/asm/sha1-ia64.pl 2009-02-03
12:15:47.592829480 -0700
@@ -14,6 +14,10 @@
# Performance under big-endian OS such as HP-UX is 179MBps*1GHz, which
# is >50% better than HP C and >2x better than gcc.
+$output=shift;
+
+open STDOUT,">$output" || die "can't open $output: $!";
+
$code=<<___;
.ident \"sha1-ia64.s, version 1.2\"
.ident \"IA-64 ISA artwork by Andy Polyakov <app...@fy.chalmers.se>\"
|