summaryrefslogtreecommitdiffstats
path: root/crypto/crypto-lib.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2008-04-11 01:53:19 +0000
committerRichard Levitte <levitte@openssl.org>2008-04-11 01:53:19 +0000
commit5ca48cc853961f050ec844050333f75440927fd6 (patch)
tree152b4845e773034a746aa9a2c47111f0ebc4d3ce /crypto/crypto-lib.com
parent79996e333518ec396152901f3dcdbd7285a9bd2a (diff)
Synchronise with Unix build
Diffstat (limited to 'crypto/crypto-lib.com')
-rw-r--r--crypto/crypto-lib.com4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com
index 44a99af04f..2857aec4f1 100644
--- a/crypto/crypto-lib.com
+++ b/crypto/crypto-lib.com
@@ -83,7 +83,7 @@ $ ENCRYPT_TYPES = "Basic,"+ -
"BUFFER,BIO,STACK,LHASH,RAND,ERR,"+ -
"EVP,EVP_2,ASN1,ASN1_2,PEM,X509,X509V3,"+ -
"CONF,TXT_DB,PKCS7,PKCS12,COMP,OCSP,UI,KRB5,"+ -
- "STORE,PQUEUE"
+ "STORE,CMS,PQUEUE"
$!
$! Check To Make Sure We Have Valid Command Line Parameters.
$!
@@ -282,6 +282,8 @@ $!
$! Setup exceptional compilations
$!
$ ! Add definitions for no threads on OpenVMS 7.1 and higher
+$ LIB_CMS = "cms_lib,cms_asn1,cms_att,cms_io,cms_smime,cms_err,"+ -
+ "cms_sd,cms_dd,cms_cd,cms_env,cms_enc,cms_ess"
$ COMPILEWITH_CC3 = ",bss_rtcp,"
$ ! Disable the DOLLARID warning
$ COMPILEWITH_CC4 = ",a_utctm,bss_log,o_time,o_dir"