summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm/s390x-gf2m.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bn/asm/s390x-gf2m.pl')
-rw-r--r--crypto/bn/asm/s390x-gf2m.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/asm/s390x-gf2m.pl b/crypto/bn/asm/s390x-gf2m.pl
index 9d18d40e77..1d76c9f416 100644
--- a/crypto/bn/asm/s390x-gf2m.pl
+++ b/crypto/bn/asm/s390x-gf2m.pl
@@ -35,7 +35,7 @@ if ($flavour =~ /3[12]/) {
$g="g";
}
-while (($output=shift) && ($output!~/^\w[\w\-]*\.\w+$/)) {}
+while (($output=shift) && ($output!~/\w[\w\-]*\.\w+$/)) {}
open STDOUT,">$output";
$stdframe=16*$SIZE_T+4*8;