summaryrefslogtreecommitdiffstats
path: root/crypto/crypto-lib.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-01-08 21:32:46 +0000
committerRichard Levitte <levitte@openssl.org>2001-01-08 21:32:46 +0000
commit601140b3636ca3766e2d93cd8c44ebe27554b606 (patch)
treedc39b92e5b481d29ecedfebfc1bf831b4c2731b4 /crypto/crypto-lib.com
parente02cc10ea4fa7ded67203bfa89628d8fc49c8fab (diff)
Keep up with Unix code. It's beginning to be time to rethink the VMS
build system...
Diffstat (limited to 'crypto/crypto-lib.com')
-rw-r--r--crypto/crypto-lib.com5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com
index e8b8573af1..2069bec63a 100644
--- a/crypto/crypto-lib.com
+++ b/crypto/crypto-lib.com
@@ -219,7 +219,8 @@ $ LIB_BIO = "bio_lib,bio_cb,bio_err,"+ -
"bf_lbuf"
$ LIB_STACK = "stack"
$ LIB_LHASH = "lhash,lh_stats"
-$ LIB_RAND = "md_rand,randfile,rand_lib,rand_err,rand_egd,rand_win"
+$ LIB_RAND = "md_rand,randfile,rand_lib,rand_err,rand_egd,"+ -
+ "rand_vms"
$ LIB_ERR = "err,err_all,err_prn"
$ LIB_OBJECTS = "o_names,obj_dat,obj_lib,obj_err"
$ LIB_EVP = "encode,digest,evp_enc,evp_key,"+ -
@@ -267,7 +268,7 @@ $ LIB_PKCS12 = "p12_add,p12_asn,p12_attr,p12_crpt,p12_crt,p12_decr,"+ -
$ LIB_COMP = "comp_lib,"+ -
"c_rle,c_zlib"
$ LIB_OCSP = "ocsp_asn,ocsp_ext,ocsp_ht,"+ -
- "ocsp_lib,ocsp_prn,ocsp_err"
+ "ocsp_lib,ocsp_cl,ocsp_prn,ocsp_err"
$!
$! Setup exceptional compilations
$!