summaryrefslogtreecommitdiffstats
path: root/ssl/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-11-08 10:34:28 +0000
committerMatt Caswell <matt@openssl.org>2016-11-09 14:08:14 +0000
commit34574f193bf9961256d5b8bdb6950dcc890e0336 (patch)
tree8fecf61766bcbe05fdcb50607f82985222d30acb /ssl/build.info
parent9b36b7d9bdb33d1edbc2bbfd8a773a0eb8645788 (diff)
Add support for TLS1.3 secret generation
Nothing is using this yet, it just adds the underlying functions necesary for generating the TLS1.3 secrets. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'ssl/build.info')
-rw-r--r--ssl/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/build.info b/ssl/build.info
index c7d4574884..72b8dfc2be 100644
--- a/ssl/build.info
+++ b/ssl/build.info
@@ -3,7 +3,7 @@ SOURCE[../libssl]=\
pqueue.c packet.c \
statem/statem_srvr.c statem/statem_clnt.c s3_lib.c s3_enc.c record/rec_layer_s3.c \
statem/statem_lib.c s3_cbc.c s3_msg.c \
- methods.c t1_lib.c t1_enc.c t1_ext.c \
+ methods.c t1_lib.c t1_enc.c tls13_enc.c t1_ext.c \
d1_lib.c record/rec_layer_d1.c d1_msg.c \
statem/statem_dtls.c d1_srtp.c \
ssl_lib.c ssl_cert.c ssl_sess.c \