aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-05-11 20:20:07 +0200
committerRichard Levitte <levitte@openssl.org>2017-05-11 21:52:37 +0200
commit74a011ebb5e9028ef18982d737a434a8ff926a95 (patch)
tree3ef87fea021cb43269cd9b1ee0e577a24eaa71f4 /crypto/ec
parent0b10da806a3a15b9bfe24ce8d67d3ebac7b7ab06 (diff)
downloadopenssl-74a011ebb5e9028ef18982d737a434a8ff926a95.tar.gz
Cleanup - use e_os2.h rather than stdint.h
Not exactly everywhere, but in those source files where stdint.h is included conditionally, or where it will be eventually Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3447)
Diffstat (limited to 'crypto/ec')
-rw-r--r--crypto/ec/ecp_nistp521.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/crypto/ec/ecp_nistp521.c b/crypto/ec/ecp_nistp521.c
index 33c4cd5df5..929be857a2 100644
--- a/crypto/ec/ecp_nistp521.c
+++ b/crypto/ec/ecp_nistp521.c
@@ -31,17 +31,11 @@
* work which got its smarts from Daniel J. Bernstein's work on the same.
*/
-#include <openssl/opensslconf.h>
+#include <openssl/e_os2.h>
#ifdef OPENSSL_NO_EC_NISTP_64_GCC_128
NON_EMPTY_TRANSLATION_UNIT
#else
-# ifndef OPENSSL_SYS_VMS
-# include <stdint.h>
-# else
-# include <inttypes.h>
-# endif
-
# include <string.h>
# include <openssl/err.h>
# include "ec_lcl.h"