s390x assembly pack: perlasm module update
[openssl.git] / crypto / chacha / asm / chacha-s390x.pl
index 1f577b86cdc53040d8361225927c718845f34207..9e29ebccb5964163d0ceaf0ed414a89a678637e3 100755 (executable)
@@ -40,7 +40,7 @@
 use strict;
 use FindBin qw($Bin);
 use lib "$Bin/../..";
-use perlasm::s390x qw(:DEFAULT :VX :LD AUTOLOAD LABEL INCLUDE);
+use perlasm::s390x qw(:DEFAULT :VX :EI AUTOLOAD LABEL INCLUDE);
 
 # $output is the last argument if it looks like a file (it has an extension)
 # $flavour is the first argument if it doesn't look like a file