summaryrefslogtreecommitdiff
path: root/crypto/bio
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-02-25 17:58:03 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-02-25 17:58:03 +0000
commitcef781cc873e5f14fa418ca8ec2b7ad882b8de5d (patch)
treeab482ef0fb5eb0c8cada149d15af14347e6cf5ef /crypto/bio
parent08e4c7a967cc9d82264d125440d8b17b912bd250 (diff)
downloadopenssl-new-cef781cc873e5f14fa418ca8ec2b7ad882b8de5d.tar.gz
PR: 2730
Submitted by: Arpadffy Zoltan <Zoltan.Arpadffy@scientificgames.se> VMS fixes: disable SCTP by default.
Diffstat (limited to 'crypto/bio')
-rw-r--r--crypto/bio/bio.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/crypto/bio/bio.h b/crypto/bio/bio.h
index 60573c624f..b440bdd6dd 100644
--- a/crypto/bio/bio.h
+++ b/crypto/bio/bio.h
@@ -69,7 +69,11 @@
#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