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:
Martin Schwenke 2021-06-16 16:39:11 +10:00 committed by Pauli
parent 5ae86f284c
commit 7f98eaab8b

View File

@ -562,7 +562,6 @@ $code.=<<___;
.machine "any"
.text
.align 5
.p2align 5,,31
___
my $mont;