summaryrefslogtreecommitdiffstats
path: root/crypto/crypto-lib.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2006-02-26 10:46:39 +0000
committerRichard Levitte <levitte@openssl.org>2006-02-26 10:46:39 +0000
commit19017d4061590ba602b61f1b85b7e83c30010f76 (patch)
treeb0000a4052c53e232142cb25982ae9e8c81b500f /crypto/crypto-lib.com
parentf53ac639c697ac22aa1ae99dfe9a1b276ba159e5 (diff)
Add TS to the VMS build.
Diffstat (limited to 'crypto/crypto-lib.com')
-rw-r--r--crypto/crypto-lib.com5
1 files changed, 4 insertions, 1 deletions
diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com
index ea01ccfe22..914f52648b 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,PQUEUE,TS"
$!
$! Check To Make Sure We Have Valid Command Line Parameters.
$!
@@ -275,6 +275,9 @@ $ LIB_UI = "ui_err,ui_lib,ui_openssl,ui_util"+LIB_UI_COMPAT
$ LIB_KRB5 = "krb5_asn"
$ LIB_STORE = "str_err,str_lib,str_meth,str_mem"
$ LIB_PQUEUE = "pqueue"
+$ LIB_TS = "ts_err,ts_req_utils,ts_req_print,ts_rsp_utils,ts_rsp_print,"+ -
+ "ts_rsp_sign,ts_rsp_verify,ts_verify_ctx,ts_lib,ts_conf,"+ -
+ "ts_asn1"
$!
$! Setup exceptional compilations
$!