summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-05-31 20:28:41 +0000
committerRichard Levitte <levitte@openssl.org>2005-05-31 20:28:41 +0000
commit75c00536bae0ff7144d479932f73929a71c5ad2b (patch)
treeb95e2b10fa43ee7cd1aea0999267a8ebd808c22c /ssl
parent63d740752f1997420d008f7fdf7c0aad2eff5901 (diff)
Synchronise more with the Unix build.
Diffstat (limited to 'ssl')
-rw-r--r--ssl/install.com2
-rw-r--r--ssl/ssl-lib.com2
2 files changed, 3 insertions, 1 deletions
diff --git a/ssl/install.com b/ssl/install.com
index 7fc008f91a..fce8c66737 100644
--- a/ssl/install.com
+++ b/ssl/install.com
@@ -38,7 +38,7 @@ $ IF F$PARSE("WRK_SSLVEXE:") .EQS. "" THEN -
$ IF F$PARSE("WRK_SSLAEXE:") .EQS. "" THEN -
CREATE/DIR/LOG WRK_SSLAEXE:
$
-$ EXHEADER := ssl.h,ssl2.h,ssl3.h,ssl23.h,tls1.h,kssl.h
+$ EXHEADER := ssl.h,ssl2.h,ssl3.h,ssl23.h,tls1.h,dtls1.h,kssl.h
$ E_EXE := ssl_task
$ LIBS := LIBSSL
$
diff --git a/ssl/ssl-lib.com b/ssl/ssl-lib.com
index f0665c6b86..fcd7ff774c 100644
--- a/ssl/ssl-lib.com
+++ b/ssl/ssl-lib.com
@@ -174,6 +174,8 @@ $ 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,"+ -
"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,"+ -
"ssl_lib,ssl_err2,ssl_cert,ssl_sess,"+ -
"ssl_ciph,ssl_stat,ssl_rsa,"+ -
"ssl_asn1,ssl_txt,ssl_algs,"+ -