From: Dr. Stephen Henson Date: Sat, 25 Feb 2012 17:58:03 +0000 (+0000) Subject: PR: 2730 X-Git-Tag: OpenSSL_1_0_1~29 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cef781cc873e5f14fa418ca8ec2b7ad882b8de5d;p=oweals%2Fopenssl.git PR: 2730 Submitted by: Arpadffy Zoltan VMS fixes: disable SCTP by default. --- 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 #ifndef OPENSSL_NO_SCTP -#include +# ifndef OPENSSL_SYS_VMS +# include +# else +# include +# endif #endif #ifdef __cplusplus diff --git a/makevms.com b/makevms.com index 4797b928bc..de1dbd9058 100755 --- a/makevms.com +++ b/makevms.com @@ -503,6 +503,9 @@ $ WRITE H_FILE " * value _IONBF is not supported." $ WRITE H_FILE " * So, skip it on VMS." $ WRITE H_FILE " */" $ WRITE H_FILE "#define OPENSSL_NO_SETVBUF_IONBF" +$ WRITE H_FILE "/* STCP support comes with TCPIP 5.7 ECO 2 " +$ WRITE H_FILE " * enable on newer systems / 2012-02-24 arpadffy */" +$ WRITE H_FILE "#define OPENSSL_NO_SCTP" $ WRITE H_FILE "" $! $! Add in the common "crypto/opensslconf.h.in".