diff options
author | Richard Levitte <levitte@openssl.org> | 2011-10-30 12:46:07 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2011-10-30 12:46:07 +0100 |
commit | ada35f9c2c4afe5eb003695e08908eb3c7644860 (patch) | |
tree | 4e34f335cf7c2613dd23972c94594d7f2752f60a /makevms.com | |
parent | Teach mkshared.com to have a look for disabled algorithms in opensslconf.h (diff) | |
download | openssl-ada35f9c2c4afe5eb003695e08908eb3c7644860.tar.xz openssl-ada35f9c2c4afe5eb003695e08908eb3c7644860.zip |
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-x | makevms.com | 5 |
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 $ |