diff options
author | Patrick Steuer <patrick.steuer@de.ibm.com> | 2019-03-25 18:22:02 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-04-25 23:07:36 +0200 |
commit | 302aa3c26d9e716ed4a3fba453faafa7acadf22c (patch) | |
tree | d2d9ef8e94966845a1eb3cf24d5cf9b44f4c33b6 | |
parent | 3062468b0aa0eaa287e44689157d97774fd5817e (diff) | |
download | openssl-new-302aa3c26d9e716ed4a3fba453faafa7acadf22c.tar.gz |
s390x assembly pack: remove chacha20 dependency on non-base memnonics
Signed-off-by: Patrick Steuer <patrick.steuer@de.ibm.com>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8181)
-rwxr-xr-x | crypto/chacha/asm/chacha-s390x.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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; |