summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm/mips.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bn/asm/mips.pl')
-rw-r--r--crypto/bn/asm/mips.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/asm/mips.pl b/crypto/bn/asm/mips.pl
index acafde5e56..4c8eba0a05 100644
--- a/crypto/bn/asm/mips.pl
+++ b/crypto/bn/asm/mips.pl
@@ -49,7 +49,7 @@
# key length, more for longer keys.
$flavour = shift || "o32";
-while (($output=shift) && ($output!~/^\w[\w\-]*\.\w+$/)) {}
+while (($output=shift) && ($output!~/\w[\w\-]*\.\w+$/)) {}
open STDOUT,">$output";
if ($flavour =~ /64|n32/i) {