diff options
Diffstat (limited to 'src/lib/libcrypto/ec/ecp_nistputil.c')
-rw-r--r-- | src/lib/libcrypto/ec/ecp_nistputil.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ecp_nistputil.c b/src/lib/libcrypto/ec/ecp_nistputil.c index 87aa979252..ca55b49ba2 100644 --- a/src/lib/libcrypto/ec/ecp_nistputil.c +++ b/src/lib/libcrypto/ec/ecp_nistputil.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ecp_nistputil.c,v 1.5 2014/06/12 15:49:29 deraadt Exp $ */ | 1 | /* $OpenBSD: ecp_nistputil.c,v 1.6 2014/07/10 22:45:57 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Written by Bodo Moeller for the OpenSSL project. | 3 | * Written by Bodo Moeller for the OpenSSL project. |
4 | */ | 4 | */ |
@@ -18,14 +18,16 @@ | |||
18 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 18 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
19 | */ | 19 | */ |
20 | 20 | ||
21 | #include <stddef.h> | ||
22 | |||
21 | #include <openssl/opensslconf.h> | 23 | #include <openssl/opensslconf.h> |
24 | |||
22 | #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 | 25 | #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 |
23 | 26 | ||
24 | /* | 27 | /* |
25 | * Common utility functions for ecp_nistp224.c, ecp_nistp256.c, ecp_nistp521.c. | 28 | * Common utility functions for ecp_nistp224.c, ecp_nistp256.c, ecp_nistp521.c. |
26 | */ | 29 | */ |
27 | 30 | ||
28 | #include <stddef.h> | ||
29 | #include "ec_lcl.h" | 31 | #include "ec_lcl.h" |
30 | 32 | ||
31 | /* Convert an array of points into affine coordinates. | 33 | /* Convert an array of points into affine coordinates. |