summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2023-01-09 08:57:33 +0100
committerTomas Mraz <tomas@openssl.org>2023-01-09 08:57:33 +0100
commit4f46ff14bec817e63990a8e268e3c53c29c996c5 (patch)
tree0a1f2fb659dacc88b3fa042459be945364c2ef9d /crypto
parente3a9668e48b2a5a20ce7fdc86d14a312f89f3e49 (diff)
rsaz_exp_x2.c: Remove leftover from broken cherry-pick
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20010)
Diffstat (limited to 'crypto')
-rw-r--r--crypto/bn/rsaz_exp_x2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/bn/rsaz_exp_x2.c b/crypto/bn/rsaz_exp_x2.c
index a29e88c709..279e2f00c6 100644
--- a/crypto/bn/rsaz_exp_x2.c
+++ b/crypto/bn/rsaz_exp_x2.c
@@ -42,8 +42,6 @@ NON_EMPTY_TRANSLATION_UNIT
# define BITS2WORD8_SIZE(x) (((x) + 7) >> 3)
# define BITS2WORD64_SIZE(x) (((x) + 63) >> 6)
-typedef uint64_t ALIGN1 uint64_t_align1;
-
static ossl_inline uint64_t get_digit52(const uint8_t *in, int in_len);
static ossl_inline void put_digit52(uint8_t *out, int out_len, uint64_t digit);
static void to_words52(BN_ULONG *out, int out_len, const BN_ULONG *in,