From ada35f9c2c4afe5eb003695e08908eb3c7644860 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sun, 30 Oct 2011 11:46:07 +0000 Subject: Add missing algorithms to disable, and in particular, disable EC_NISTP_64_GCC_128 by default, as GCC isn't currently supported on VMS. Synchronise with Unix. --- makevms.com | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'makevms.com') diff --git a/makevms.com b/makevms.com index c361c25e1f..bbb9015fd7 100755 --- a/makevms.com +++ b/makevms.com @@ -266,6 +266,7 @@ $ CONFIG_LOGICALS := AES,- EC2M,- ECDH,- ECDSA,- + EC_NISTP_64_GCC_128,- ENGINE,- ERR,- EVP,- @@ -300,6 +301,7 @@ $ CONFIG_LOGICALS := AES,- SOCK,- SRP,- SSL2,- + SSL_INTERN,- STACK,- STATIC_ENGINE,- STDIO,- @@ -338,7 +340,8 @@ $ CONFIG_DISABLE_RULES := RIJNDAEL/AES;- DSA/GOST;- DH/GOST;- /STATIC_ENGINE;- - /KRB5 + /KRB5;- + /EC_NISTP_64_GCC_128 $ CONFIG_ENABLE_RULES := ZLIB_DYNAMIC/ZLIB;- /THREADS $ -- cgit v1.2.3