X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=makevms.com;h=37e1e3ce185db8dc236d59b03e760bae3f483f55;hb=1904d21123849a65dafde1705e6dd5b7c2f420eb;hp=4bb3d6a360580f9e980c8b064631e2314c6d8ec5;hpb=4ec3e8ca510b411bde2353ede05ed19fe3372eaa;p=oweals%2Fopenssl.git diff --git a/makevms.com b/makevms.com index 4bb3d6a360..37e1e3ce18 100755 --- a/makevms.com +++ b/makevms.com @@ -33,7 +33,7 @@ $! ENGINES Just build the "[.xxx.EXE.ENGINES]" application programs for O $! $! P2, if defined, specifies the C pointer size. Ignored on VAX. $! ("64=ARGV" gives more efficient code with HP C V7.3 or newer.) -$! Supported values are: +$! Supported values are: $! $! "" Compile with default (/NOPOINTER_SIZE). $! 32 Compile with /POINTER_SIZE=32 (SHORT). @@ -266,6 +266,7 @@ $ CONFIG_LOGICALS := AES,- EC2M,- ECDH,- ECDSA,- + EC_NISTP_64_GCC_128,- ENGINE,- ERR,- EVP,- @@ -299,7 +300,7 @@ $ CONFIG_LOGICALS := AES,- SHA512,- SOCK,- SRP,- - SSL2,- + SSL_INTERN,- STACK,- STATIC_ENGINE,- STDIO,- @@ -328,17 +329,16 @@ $! algos part. $ CONFIG_DISABLE_RULES := RIJNDAEL/AES;- DES/MDC2;- EC/ECDSA,ECDH;- - MD5/SSL2,SSL3,TLS1;- + MD5/SSL3,TLS1;- SHA/SSL3,TLS1;- - RSA/SSL2;- - RSA,DSA/SSL2;- DH/SSL3,TLS1;- TLS1/TLSEXT;- EC/GOST;- DSA/GOST;- DH/GOST;- /STATIC_ENGINE;- - /KRB5 + /KRB5;- + /EC_NISTP_64_GCC_128 $ CONFIG_ENABLE_RULES := ZLIB_DYNAMIC/ZLIB;- /THREADS $ @@ -501,6 +501,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".