summaryrefslogtreecommitdiffstats
path: root/crypto/aes/asm/aes-sparcv9.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2012-01-11 15:30:53 +0000
committerAndy Polyakov <appro@openssl.org>2012-01-11 15:30:53 +0000
commite255024bf7b1cdd00667ea72918afc92ec07c1c7 (patch)
tree1c9ef043c2f3c322fea3510df2c14b65473fd539 /crypto/aes/asm/aes-sparcv9.pl
parent8fa397a6bc54444f3b59fb5aac391279a53a9988 (diff)
aes-sparcv9.pl: clean up regexp
PR: 2685
Diffstat (limited to 'crypto/aes/asm/aes-sparcv9.pl')
-rwxr-xr-xcrypto/aes/asm/aes-sparcv9.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/aes/asm/aes-sparcv9.pl b/crypto/aes/asm/aes-sparcv9.pl
index c57b3a2d6d..403c4d1290 100755
--- a/crypto/aes/asm/aes-sparcv9.pl
+++ b/crypto/aes/asm/aes-sparcv9.pl
@@ -1176,6 +1176,7 @@ ___
# As UltraSPARC T1, a.k.a. Niagara, has shared FPU, FP nops can have
# undesired effect, so just omit them and sacrifice some portion of
# percent in performance...
-$code =~ s/fmovs.*$//gem;
+$code =~ s/fmovs.*$//gm;
print $code;
+close STDOUT; # ensure flush