PR: 2730
[openssl.git] / crypto / bio / bio.h
index 60573c624fafd6605adffa06f63e6f829e6215c4..b440bdd6dda3a1a965fbc39cc5ec8a397aee956c 100644 (file)
 #include <openssl/crypto.h>
 
 #ifndef OPENSSL_NO_SCTP
-#include <stdint.h>
+# ifndef OPENSSL_SYS_VMS
+# include <stdint.h>
+# else
+# include <inttypes.h>
+# endif
 #endif
 
 #ifdef  __cplusplus