summaryrefslogtreecommitdiffstats
path: root/makevms.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2011-10-30 11:46:07 +0000
committerRichard Levitte <levitte@openssl.org>2011-10-30 11:46:07 +0000
commitada35f9c2c4afe5eb003695e08908eb3c7644860 (patch)
tree4e34f335cf7c2613dd23972c94594d7f2752f60a /makevms.com
parent6aaa942d530285ad51691c3ad1e0142dc7aa0b5b (diff)
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.
Diffstat (limited to 'makevms.com')
-rwxr-xr-xmakevms.com5
1 files changed, 4 insertions, 1 deletions
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
$