From: Patrick Steuer Date: Mon, 25 Mar 2019 17:22:02 +0000 (+0100) Subject: s390x assembly pack: remove chacha20 dependency on non-base memnonics X-Git-Tag: openssl-3.0.0-alpha1~2125 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=302aa3c26d9e716ed4a3fba453faafa7acadf22c;p=thirdparty%2Fopenssl.git s390x assembly pack: remove chacha20 dependency on non-base memnonics Signed-off-by: Patrick Steuer Reviewed-by: Paul Dale Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/8181) --- diff --git a/crypto/chacha/asm/chacha-s390x.pl b/crypto/chacha/asm/chacha-s390x.pl index 51efe64408b..1f22b26147e 100755 --- a/crypto/chacha/asm/chacha-s390x.pl +++ b/crypto/chacha/asm/chacha-s390x.pl @@ -40,7 +40,7 @@ use strict; use FindBin qw($Bin); use lib "$Bin/../.."; -use perlasm::s390x qw(:DEFAULT :VX AUTOLOAD LABEL INCLUDE); +use perlasm::s390x qw(:DEFAULT :VX :LD AUTOLOAD LABEL INCLUDE); my $flavour = shift;