Unify all assembler file generators
[openssl.git] / crypto / sha / asm / sha512-c64xplus.pl
index 270343522e4b5734a33810507505d6c69f46e84d..b7a12544b9fc29c83d51b7f9a17872bf15453484 100644 (file)
@@ -29,8 +29,7 @@
 # service routines are expected to preserve it and for own well-being
 # zero it upon entry.
 
-while (($output=shift) && ($output!~/\w[\w\-]*\.\w+$/)) {}
-open STDOUT,">$output";
+($output = pop) =~ m|\.\w+$| and open STDOUT,">$output";
 
 ($CTXA,$INP,$NUM) = ("A4","B4","A6");            # arguments
  $K512="A3";