diff options
Diffstat (limited to 'src/lib/libcrypto/ec/ecp_nistp521.c')
-rw-r--r-- | src/lib/libcrypto/ec/ecp_nistp521.c | 4 |
1 files changed, 0 insertions, 4 deletions
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> |