summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecp_nistz256_table.c
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2016-01-28 18:41:59 +0000
committerjkim <jkim@FreeBSD.org>2016-01-28 18:41:59 +0000
commit71cece53f20ad0348c8e6a83b032a4bcfa42cdcf (patch)
tree7af4d87a03d869e528631ede778e4423dd6a281a /crypto/ec/ecp_nistz256_table.c
parentafd52a5fc90e70242dbb0e7d29987c976eb993e0 (diff)
downloadFreeBSD-src-71cece53f20ad0348c8e6a83b032a4bcfa42cdcf.zip
FreeBSD-src-71cece53f20ad0348c8e6a83b032a4bcfa42cdcf.tar.gz
Import OpenSSL 1.0.2f.
Diffstat (limited to 'crypto/ec/ecp_nistz256_table.c')
-rw-r--r--crypto/ec/ecp_nistz256_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ec/ecp_nistz256_table.c b/crypto/ec/ecp_nistz256_table.c
index 216d024..2f0797d 100644
--- a/crypto/ec/ecp_nistz256_table.c
+++ b/crypto/ec/ecp_nistz256_table.c
@@ -17,7 +17,7 @@ __attribute((aligned(4096)))
#elif defined(_MSC_VER)
__declspec(align(4096))
#elif defined(__SUNPRO_C)
-# pragma align 4096(ecp_nistz256_precomputed)
+# pragma align 64(ecp_nistz256_precomputed)
#endif
static const BN_ULONG ecp_nistz256_precomputed[37][64 *
sizeof(P256_POINT_AFFINE) /
OpenPOWER on IntegriCloud