summaryrefslogtreecommitdiff
path: root/makevms.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2011-10-30 11:45:30 +0000
committerRichard Levitte <levitte@openssl.org>2011-10-30 11:45:30 +0000
commit8c6a514edf0f059bbca4f525ce196f58cf0c272e (patch)
tree36a604d0e05fe69d45c73ae13ecadfc32ecdd4bb /makevms.com
parent7f3fdab793bb59676b99f519d0ea458b47f7b059 (diff)
downloadopenssl-new-8c6a514edf0f059bbca4f525ce196f58cf0c272e.tar.gz
Add missing algorithms to disable, and in particular, disable
EC_NISTP_64_GCC_128 by default, as GCC isn't currently supported on VMS. Add CMAC to the modules to build, and synchronise with Unix.
Diffstat (limited to 'makevms.com')
-rwxr-xr-xmakevms.com9
1 files changed, 7 insertions, 2 deletions
diff --git a/makevms.com b/makevms.com
index 4a4780a147..19e3407b05 100755
--- a/makevms.com
+++ b/makevms.com
@@ -263,8 +263,10 @@ $ CONFIG_LOGICALS := AES,-
DH,-
DSA,-
EC,-
+ EC2M,-
ECDH,-
ECDSA,-
+ EC_NISTP_64_GCC_128,-
ENGINE,-
ERR,-
EVP,-
@@ -298,6 +300,7 @@ $ CONFIG_LOGICALS := AES,-
SOCK,-
SRP,-
SSL2,-
+ SSL_INTERN,-
STACK,-
STATIC_ENGINE,-
STDIO,-
@@ -336,7 +339,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
$
@@ -705,7 +709,7 @@ $ SDIRS := , -
BUFFER, BIO, STACK, LHASH, RAND, ERR, -
EVP, ASN1, PEM, X509, X509V3, CONF, TXT_DB, PKCS7, PKCS12, -
COMP, OCSP, UI, KRB5, -
- CMS, PQUEUE, TS, JPAKE, SRP, STORE
+ CMS, PQUEUE, TS, JPAKE, SRP, STORE, CMAC
$!
$ EXHEADER_ := crypto.h, opensslv.h, ebcdic.h, symhacks.h, ossl_typ.h
$ EXHEADER_'ARCHD' := opensslconf.h
@@ -764,6 +768,7 @@ $ EXHEADER_JPAKE := jpake.h
$ EXHEADER_SRP := srp.h
$!!! EXHEADER_STORE := store.h, str_compat.h
$ EXHEADER_STORE := store.h
+$ EXHEADER_CMAC := cmac.h
$!
$ i = 0
$ loop_sdirs: