summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ecp_nistz256_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/ec/ecp_nistz256_table.h')
-rw-r--r--src/lib/libcrypto/ec/ecp_nistz256_table.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ec/ecp_nistz256_table.h b/src/lib/libcrypto/ec/ecp_nistz256_table.h
index 61f32a8a5a..6aa74edf35 100644
--- a/src/lib/libcrypto/ec/ecp_nistz256_table.h
+++ b/src/lib/libcrypto/ec/ecp_nistz256_table.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ecp_nistz256_table.h,v 1.1 2016/11/04 17:33:19 miod Exp $ */ 1/* $OpenBSD: ecp_nistz256_table.h,v 1.2 2016/12/21 15:49:29 jsing Exp $ */
2/* Copyright (c) 2015, Intel Inc. 2/* Copyright (c) 2015, Intel Inc.
3 * 3 *
4 * Permission to use, copy, modify, and/or distribute this software for any 4 * Permission to use, copy, modify, and/or distribute this software for any
@@ -25,6 +25,8 @@
25 * in order to increase the chances of using a large page but that appears to 25 * in order to increase the chances of using a large page but that appears to
26 * lead to invalid ELF files being produced. */ 26 * lead to invalid ELF files being produced. */
27 27
28__BEGIN_HIDDEN_DECLS
29
28#if defined(__GNUC__) 30#if defined(__GNUC__)
29__attribute((aligned(4096))) 31__attribute((aligned(4096)))
30#elif defined(_MSC_VER) 32#elif defined(_MSC_VER)
@@ -9551,3 +9553,5 @@ ecp_nistz256_precomputed
9551 TOBN(0xd6baef61, 0x3f714aa1), TOBN(0xf51865ad, 0xeb78795e), 9553 TOBN(0xd6baef61, 0x3f714aa1), TOBN(0xf51865ad, 0xeb78795e),
9552 TOBN(0xd3e21fce, 0xe6a9d694), TOBN(0x82ceb1dd, 0x8a37b527)} 9554 TOBN(0xd3e21fce, 0xe6a9d694), TOBN(0x82ceb1dd, 0x8a37b527)}
9553}; 9555};
9556
9557__END_HIDDEN_DECLS