summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm/mips-mont.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bn/asm/mips-mont.pl')
-rw-r--r--crypto/bn/asm/mips-mont.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/asm/mips-mont.pl b/crypto/bn/asm/mips-mont.pl
index a33cdf4111..3bccdf6931 100644
--- a/crypto/bn/asm/mips-mont.pl
+++ b/crypto/bn/asm/mips-mont.pl
@@ -67,7 +67,7 @@ $SAVED_REGS_MASK = ($flavour =~ /nubi/i) ? 0x00fff000 : 0x00ff0000;
#
######################################################################
-while (($output=shift) && ($output!~/^\w[\w\-]*\.\w+$/)) {}
+while (($output=shift) && ($output!~/\w[\w\-]*\.\w+$/)) {}
open STDOUT,">$output";
if ($flavour =~ /64|n32/i) {