From: Dr. Stephen Henson Date: Sat, 25 Feb 2012 17:59:40 +0000 (+0000) Subject: PR: 2730 X-Git-Tag: master-post-reformat~1934 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=a36fb7258440470a14fe24c10030963e7b7c1572;ds=sidebyside 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 bbb9015fd7..d5a25264b1 100755 --- a/makevms.com +++ b/makevms.com @@ -504,6 +504,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".