X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=makevms.com;h=de1dbd9058a1f031f61963f85c8e95ee51ba6790;hb=171c4da568bc8606e107cfaa3c994e3b961bec30;hp=19e3407b0554a6eaf47d86ac1dec1c43c982fb2d;hpb=8c6a514edf0f059bbca4f525ce196f58cf0c272e;p=oweals%2Fopenssl.git diff --git a/makevms.com b/makevms.com index 19e3407b05..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". @@ -784,7 +787,7 @@ $! $! Copy All The ".H" Files From The [.SSL] Directory. $! $! (keep these in the same order as ssl/Makefile) -$ EXHEADER := ssl.h, ssl2.h, ssl3.h, ssl23.h, tls1.h, dtls1.h, kssl.h +$ EXHEADER := ssl.h, ssl2.h, ssl3.h, ssl23.h, tls1.h, dtls1.h, kssl.h, srtp.h $ copy sys$disk:[.ssl]'exheader' sys$disk:[.include.openssl] $! $! Purge the [.include.openssl] header files.