summaryrefslogtreecommitdiffstats
path: root/ssl/ssl-lib.com
diff options
context:
space:
mode:
authorRichard Levitte <richard@levitte.org>2014-08-06 04:37:27 +0200
committerRichard Levitte <levitte@openssl.org>2014-10-15 10:49:08 +0200
commit7a3809fd97c73dcba6e97feb96401aebdaad69d8 (patch)
tree1a4baedaf0fc1dbad581d5a24701161634c5c0af /ssl/ssl-lib.com
parentf13a149088d03bb0b6cb60ec22e44b50d3279dd6 (diff)
Adjust VMS build to Unix build. Most of all, make it so the disabled
algorithms MD2 and RC5 don't get built. Also, disable building the test apps in crypto/des and crypto/pkcs7, as they have no support at all. Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'ssl/ssl-lib.com')
-rw-r--r--ssl/ssl-lib.com10
1 files changed, 5 insertions, 5 deletions
diff --git a/ssl/ssl-lib.com b/ssl/ssl-lib.com
index f811e8ce04..25df08bc3a 100644
--- a/ssl/ssl-lib.com
+++ b/ssl/ssl-lib.com
@@ -213,11 +213,11 @@ $ ENDIF
$!
$! Define The Different SSL "library" Files.
$!
-$ LIB_SSL = "s2_meth,s2_srvr,s2_clnt,s2_lib,s2_enc,s2_pkt,"+ -
- "s3_meth,s3_srvr,s3_clnt,s3_lib,s3_enc,s3_pkt,s3_both,s3_cbc,"+ -
- "s23_meth,s23_srvr,s23_clnt,s23_lib,s23_pkt,"+ -
- "t1_meth,t1_srvr,t1_clnt,t1_lib,t1_enc,"+ -
- "d1_meth,d1_srvr,d1_clnt,d1_lib,d1_pkt,"+ -
+$ LIB_SSL = "s2_meth, s2_srvr, s2_clnt, s2_lib, s2_enc, s2_pkt,"+ -
+ "s3_meth, s3_srvr, s3_clnt, s3_lib, s3_enc, s3_pkt, s3_both, s3_cbc,"+ -
+ "s23_meth,s23_srvr,s23_clnt,s23_lib, s23_pkt,"+ -
+ "t1_meth, t1_srvr, t1_clnt, t1_lib, t1_enc,"+ -
+ "d1_meth, d1_srvr, d1_clnt, d1_lib, d1_pkt,"+ -
"d1_both,d1_enc,d1_srtp,"+ -
"ssl_lib,ssl_err2,ssl_cert,ssl_sess,"+ -
"ssl_ciph,ssl_stat,ssl_rsa,"+ -