projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3062468
)
s390x assembly pack: remove chacha20 dependency on non-base memnonics
author
Patrick Steuer
<patrick.steuer@de.ibm.com>
Mon, 25 Mar 2019 17:22:02 +0000
(18:22 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 25 Apr 2019 21:07:36 +0000
(23:07 +0200)
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)
crypto/chacha/asm/chacha-s390x.pl
patch
|
blob
|
history
diff --git
a/crypto/chacha/asm/chacha-s390x.pl
b/crypto/chacha/asm/chacha-s390x.pl
index 51efe64408bb04fc6e279d242930805ff21a8afa..1f22b26147e4435cb0c178d09ecd908fd5b0e399 100755
(executable)
--- 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;