summaryrefslogtreecommitdiffstats
path: root/include
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:54:13 +0200
commit94225cf59ec50e356e2c090bcbe76e1635e6d565 (patch)
treeac51311017e70b2731af84a4f104e97fe6b99b78 /include
parent01b30563b97d01477e2ab577a8a268991696c6e1 (diff)
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) (cherry picked from commit 74a011ebb5e9028ef18982d737a434a8ff926a95)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/bio.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/openssl/bio.h b/include/openssl/bio.h
index 6d45101cc7..781285157b 100644
--- a/include/openssl/bio.h
+++ b/include/openssl/bio.h
@@ -20,11 +20,7 @@
# include <openssl/crypto.h>
# ifndef OPENSSL_NO_SCTP
-# ifndef OPENSSL_SYS_VMS
-# include <stdint.h>
-# else
-# include <inttypes.h>
-# endif
+# include <openssl/e_os2.h>
# endif
#ifdef __cplusplus