From 5ee08f45bcabc3cef0d7d7b2aa6ecad12ca4197b Mon Sep 17 00:00:00 2001 From: Patrick Steuer Date: Mon, 25 Mar 2019 18:23:59 +0100 Subject: [PATCH] s390x assembly pack: remove poly1305 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/poly1305/asm/poly1305-s390x.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;