summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/bn/rsaz_exp_x2.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/crypto/bn/rsaz_exp_x2.c b/crypto/bn/rsaz_exp_x2.c
index c3086402de..6ef49ae129 100644
--- a/crypto/bn/rsaz_exp_x2.c
+++ b/crypto/bn/rsaz_exp_x2.c
@@ -24,14 +24,6 @@ NON_EMPTY_TRANSLATION_UNIT
# include <assert.h>
# include <string.h>
-# if defined(__GNUC__)
-# define ALIGN64 __attribute__((aligned(64)))
-# elif defined(_MSC_VER)
-# define ALIGN64 __declspec(align(64))
-# else
-# define ALIGN64
-# endif
-
# define ALIGN_OF(ptr, boundary) \
((unsigned char *)(ptr) + (boundary - (((size_t)(ptr)) & (boundary - 1))))