mirror of
https://github.com/openssl/openssl.git
synced 2025-01-12 13:36:28 +08:00
bn: Drop use of .p2align pseudo-op
This works on Linux but breaks the build on AIX. Fixes #15748 Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15798)
This commit is contained in:
parent
5ae86f284c
commit
7f98eaab8b
@ -562,7 +562,6 @@ $code.=<<___;
|
||||
.machine "any"
|
||||
.text
|
||||
.align 5
|
||||
.p2align 5,,31
|
||||
___
|
||||
|
||||
my $mont;
|
||||
|
Loading…
Reference in New Issue
Block a user