Skip to content

Commit

Permalink
s390x assembly pack: remove poly1305 dependency on non-base memnonics
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Steuer <[email protected]>

Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Richard Levitte <[email protected]>
(Merged from openssl#8181)
  • Loading branch information
p-steuer authored and levitte committed Apr 25, 2019
1 parent 302aa3c commit 5ee08f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/poly1305/asm/poly1305-s390x.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 5ee08f4

Please sign in to comment.