From 302aa3c26d9e716ed4a3fba453faafa7acadf22c Mon Sep 17 00:00:00 2001 From: Patrick Steuer Date: Mon, 25 Mar 2019 18:22:02 +0100 Subject: 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) --- crypto/chacha/asm/chacha-s390x.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/chacha/asm') diff --git a/crypto/chacha/asm/chacha-s390x.pl b/crypto/chacha/asm/chacha-s390x.pl index 51efe64408..1f22b26147 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; -- cgit v1.2.3