diff options
Diffstat (limited to 'src/lib/libcrypto/ec/ecp_nistp224.c')
-rw-r--r-- | src/lib/libcrypto/ec/ecp_nistp224.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/libcrypto/ec/ecp_nistp224.c b/src/lib/libcrypto/ec/ecp_nistp224.c index 473d75a72b..c466d2db83 100644 --- a/src/lib/libcrypto/ec/ecp_nistp224.c +++ b/src/lib/libcrypto/ec/ecp_nistp224.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ecp_nistp224.c,v 1.13 2014/06/12 15:49:29 deraadt Exp $ */ | 1 | /* $OpenBSD: ecp_nistp224.c,v 1.14 2014/07/10 22:45:57 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Written by Emilia Kasper (Google) for the OpenSSL project. | 3 | * Written by Emilia Kasper (Google) for the OpenSSL project. |
4 | */ | 4 | */ |
@@ -25,12 +25,13 @@ | |||
25 | * and Adam Langley's public domain 64-bit C implementation of curve25519 | 25 | * and Adam Langley's public domain 64-bit C implementation of curve25519 |
26 | */ | 26 | */ |
27 | 27 | ||
28 | #include <stdint.h> | ||
29 | #include <string.h> | ||
30 | |||
28 | #include <openssl/opensslconf.h> | 31 | #include <openssl/opensslconf.h> |
29 | #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 | ||
30 | 32 | ||
31 | #include <stdint.h> | 33 | #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 |
32 | 34 | ||
33 | #include <string.h> | ||
34 | #include <openssl/err.h> | 35 | #include <openssl/err.h> |
35 | #include "ec_lcl.h" | 36 | #include "ec_lcl.h" |
36 | 37 | ||