summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ecp_nistp256.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/ec/ecp_nistp256.c')
-rw-r--r--src/lib/libcrypto/ec/ecp_nistp256.c4
1 files changed, 0 insertions, 4 deletions
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>