summaryrefslogtreecommitdiffstats
path: root/crypto/chacha/asm/chacha-s390x.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/chacha/asm/chacha-s390x.pl')
-rwxr-xr-xcrypto/chacha/asm/chacha-s390x.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/chacha/asm/chacha-s390x.pl b/crypto/chacha/asm/chacha-s390x.pl
index 00e4a146b2..42faadcd7f 100755
--- a/crypto/chacha/asm/chacha-s390x.pl
+++ b/crypto/chacha/asm/chacha-s390x.pl
@@ -23,7 +23,7 @@ if ($flavour =~ /3[12]/) {
$g="g";
}
-while (($output=shift) && ($output!~/^\w[\w\-]*\.\w+$/)) {}
+while (($output=shift) && ($output!~/\w[\w\-]*\.\w+$/)) {}
open STDOUT,">$output";
sub AUTOLOAD() # thunk [simplified] x86-style perlasm