diff options
Diffstat (limited to 'src/lib/libcrypto/ec/ecp_nistp521.c')
-rw-r--r-- | src/lib/libcrypto/ec/ecp_nistp521.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/libcrypto/ec/ecp_nistp521.c b/src/lib/libcrypto/ec/ecp_nistp521.c index 1ff3837411..cec0a3b470 100644 --- a/src/lib/libcrypto/ec/ecp_nistp521.c +++ b/src/lib/libcrypto/ec/ecp_nistp521.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ecp_nistp521.c,v 1.13 2014/06/12 15:49:29 deraadt Exp $ */ | 1 | /* $OpenBSD: ecp_nistp521.c,v 1.14 2014/07/10 22:45:57 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Written by Adam Langley (Google) for the OpenSSL project | 3 | * Written by Adam Langley (Google) for the OpenSSL project |
4 | */ | 4 | */ |
@@ -26,12 +26,13 @@ | |||
26 | * work which got its smarts from Daniel J. Bernstein's work on the same. | 26 | * work which got its smarts from Daniel J. Bernstein's work on the same. |
27 | */ | 27 | */ |
28 | 28 | ||
29 | #include <stdint.h> | ||
30 | #include <string.h> | ||
31 | |||
29 | #include <openssl/opensslconf.h> | 32 | #include <openssl/opensslconf.h> |
30 | #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 | ||
31 | 33 | ||
32 | #include <stdint.h> | 34 | #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 |
33 | 35 | ||
34 | #include <string.h> | ||
35 | #include <openssl/err.h> | 36 | #include <openssl/err.h> |
36 | #include "ec_lcl.h" | 37 | #include "ec_lcl.h" |
37 | 38 | ||