summaryrefslogtreecommitdiffstats
path: root/ssl/build.info
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-11-23 17:38:31 +0000
committerMatt Caswell <matt@openssl.org>2016-12-08 17:17:26 +0000
commitede6f762030467e492fabd49ad4c3fd20deb71d4 (patch)
tree145e98e666df454c1cd8530e08c6ab36f21abe53 /ssl/build.info
parente46f23344462c33b9a9c25d5cfe09be7d1f039e3 (diff)
Move tls_collect_extensions() into a separate file
Subsequent commits will pull other extensions code into this file. Perl changes reviewed by Richard Levitte. Non-perl changes reviewed by Rich Salz Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@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 23d33d3df8..9e6d69090c 100644
--- a/ssl/build.info
+++ b/ssl/build.info
@@ -2,7 +2,7 @@ LIBS=../libssl
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 \
+ statem/statem_lib.c statem/statem_extensions.c s3_cbc.c s3_msg.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 \