summaryrefslogtreecommitdiffstats
path: root/crypto/aes
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2010-07-09 12:11:12 +0000
committerAndy Polyakov <appro@openssl.org>2010-07-09 12:11:12 +0000
commit1cbdca7bf2d09d7fcae26cf05050e8644a253d9a (patch)
tree3987e07e8a3e47e656bcaed525d6258694e05fbf /crypto/aes
parente216cd6ee91f88ca22d7b12b73c3784faf763c5b (diff)
Harmonize s390x assembler modules with "catch-all" rules from commit#19749.
Diffstat (limited to 'crypto/aes')
-rw-r--r--crypto/aes/asm/aes-s390x.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/aes/asm/aes-s390x.pl b/crypto/aes/asm/aes-s390x.pl
index 7e01889298..1fd91ca1b8 100644
--- a/crypto/aes/asm/aes-s390x.pl
+++ b/crypto/aes/asm/aes-s390x.pl
@@ -50,6 +50,9 @@
# it was measured to be ~6.6x. It's less than previously mentioned 8x,
# because software implementation was optimized.
+while (($output=shift) && ($output!~/^\w[\w\-]*\.\w+$/)) {}
+open STDOUT,">$output";
+
$softonly=0; # allow hardware support
$t0="%r0"; $mask="%r0";
@@ -1337,3 +1340,4 @@ ___
$code =~ s/\`([^\`]*)\`/eval $1/gem;
print $code;
+close STDOUT; # force flush