Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-02-25 21:59:40 +0400
committerDr. Stephen Henson <steve@openssl.org>2012-02-25 21:59:40 +0400
commita36fb7258440470a14fe24c10030963e7b7c1572 (patch)
treee39c67e0959e1b632ac5fee3abf92eaf03c211fb /crypto/bio/bio.h
parent8f27a927544f659685de59ebc6d63a717f8fa362 (diff)
PR: 2730
Submitted by: Arpadffy Zoltan <Zoltan.Arpadffy@scientificgames.se> VMS fixes: disable SCTP by default.
Diffstat (limited to 'crypto/bio/bio.h')
-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