summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/ec')
-rw-r--r--src/lib/libcrypto/ec/ecp_nistp224.c4
-rw-r--r--src/lib/libcrypto/ec/ecp_nistp256.c4
-rw-r--r--src/lib/libcrypto/ec/ecp_nistp521.c4
3 files changed, 0 insertions, 12 deletions
diff --git a/src/lib/libcrypto/ec/ecp_nistp224.c b/src/lib/libcrypto/ec/ecp_nistp224.c
index 057670cf04..7593b3c440 100644
--- a/src/lib/libcrypto/ec/ecp_nistp224.c
+++ b/src/lib/libcrypto/ec/ecp_nistp224.c
@@ -28,11 +28,7 @@
28#include <openssl/opensslconf.h> 28#include <openssl/opensslconf.h>
29#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 29#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
30 30
31#ifndef OPENSSL_SYS_VMS
32#include <stdint.h> 31#include <stdint.h>
33#else
34#include <inttypes.h>
35#endif
36 32
37#include <string.h> 33#include <string.h>
38#include <openssl/err.h> 34#include <openssl/err.h>
diff --git a/src/lib/libcrypto/ec/ecp_nistp256.c b/src/lib/libcrypto/ec/ecp_nistp256.c
index 345f67d520..1ff63bbbcc 100644
--- a/src/lib/libcrypto/ec/ecp_nistp256.c
+++ b/src/lib/libcrypto/ec/ecp_nistp256.c
@@ -29,11 +29,7 @@
29#include <openssl/opensslconf.h> 29#include <openssl/opensslconf.h>
30#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 30#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
31 31
32#ifndef OPENSSL_SYS_VMS
33#include <stdint.h> 32#include <stdint.h>
34#else
35#include <inttypes.h>
36#endif
37 33
38#include <string.h> 34#include <string.h>
39#include <openssl/err.h> 35#include <openssl/err.h>
diff --git a/src/lib/libcrypto/ec/ecp_nistp521.c b/src/lib/libcrypto/ec/ecp_nistp521.c
index f5b72a4c0d..53a10aa1b9 100644
--- a/src/lib/libcrypto/ec/ecp_nistp521.c
+++ b/src/lib/libcrypto/ec/ecp_nistp521.c
@@ -29,11 +29,7 @@
29#include <openssl/opensslconf.h> 29#include <openssl/opensslconf.h>
30#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 30#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
31 31
32#ifndef OPENSSL_SYS_VMS
33#include <stdint.h> 32#include <stdint.h>
34#else
35#include <inttypes.h>
36#endif
37 33
38#include <string.h> 34#include <string.h>
39#include <openssl/err.h> 35#include <openssl/err.h>