diff options
author | Patrick Steuer <patrick.steuer@de.ibm.com> | 2019-03-25 18:23:59 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-04-25 23:07:36 +0200 |
commit | 5ee08f45bcabc3cef0d7d7b2aa6ecad12ca4197b (patch) | |
tree | 0dd3c8350fa0d6c3e91916579230196f8838cca9 | |
parent | 302aa3c26d9e716ed4a3fba453faafa7acadf22c (diff) | |
download | openssl-new-5ee08f45bcabc3cef0d7d7b2aa6ecad12ca4197b.tar.gz |
s390x assembly pack: remove poly1305 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/poly1305/asm/poly1305-s390x.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/poly1305/asm/poly1305-s390x.pl b/crypto/poly1305/asm/poly1305-s390x.pl index ea1c2d82b5..73efdd9e6d 100755 --- a/crypto/poly1305/asm/poly1305-s390x.pl +++ b/crypto/poly1305/asm/poly1305-s390x.pl @@ -45,7 +45,7 @@ use strict; use FindBin qw($Bin); use lib "$Bin/../.."; -use perlasm::s390x qw(:DEFAULT :VX AUTOLOAD LABEL INCLUDE); +use perlasm::s390x qw(:DEFAULT :LD :GE :EI :MI1 :VX AUTOLOAD LABEL INCLUDE); my $flavour = shift; |