]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/chacha/asm/chacha-c64xplus.pl
Unified - adapt the generation of chacha assembler to use GENERATE
[thirdparty/openssl.git] / crypto / chacha / asm / chacha-c64xplus.pl
index 55854d0b9eb79800780e3045cbe670ad47d3cbc4..b2ea40666f0adaa6dd1f0656c4e17dc133d58c6b 100755 (executable)
@@ -17,6 +17,9 @@
 # dependent on input length. This module on the other hand is free
 # from such limiation.
 
+$output=pop;
+open STDOUT,">$output";
+
 ($OUT,$INP,$LEN,$KEYB,$COUNTERA)=("A4","B4","A6","B6","A8");
 ($KEYA,$COUNTERB,$STEP)=("A7","B7","A3");