summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm
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/bn/asm
parente216cd6ee91f88ca22d7b12b73c3784faf763c5b (diff)
Harmonize s390x assembler modules with "catch-all" rules from commit#19749.
Diffstat (limited to 'crypto/bn/asm')
-rw-r--r--crypto/bn/asm/s390x-mont.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/bn/asm/s390x-mont.pl b/crypto/bn/asm/s390x-mont.pl
index d23251033b..502fa2e01f 100644
--- a/crypto/bn/asm/s390x-mont.pl
+++ b/crypto/bn/asm/s390x-mont.pl
@@ -32,6 +32,9 @@
# Reschedule to minimize/avoid Address Generation Interlock hazard,
# make inner loops counter-based.
+while (($output=shift) && ($output!~/^\w[\w\-]*\.\w+$/)) {}
+open STDOUT,">$output";
+
$mn0="%r0";
$num="%r1";