aboutsummaryrefslogtreecommitdiff
path: root/ssl/Makefile.am
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2019-01-20 16:25:25 -0600
committerBrent Cook <busterb@gmail.com>2019-01-20 16:25:25 -0600
commitf67724d08479257a8afd1ec94ad3a4d77b2670e6 (patch)
treeac21eab64ed7cd413163f16c5a16fb2b34dd0bff /ssl/Makefile.am
parent695919e059a17a8ebd49f134d280cfe9eb33810f (diff)
downloadportable-f67724d08479257a8afd1ec94ad3a4d77b2670e6.tar.gz
portable-f67724d08479257a8afd1ec94ad3a4d77b2670e6.tar.bz2
portable-f67724d08479257a8afd1ec94ad3a4d77b2670e6.zip
add more tls13 files
Diffstat (limited to 'ssl/Makefile.am')
-rw-r--r--ssl/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssl/Makefile.am b/ssl/Makefile.am
index 992dc86..1f77193 100644
--- a/ssl/Makefile.am
+++ b/ssl/Makefile.am
@@ -48,8 +48,10 @@ libssl_la_SOURCES += t1_hash.c
48libssl_la_SOURCES += t1_lib.c 48libssl_la_SOURCES += t1_lib.c
49libssl_la_SOURCES += tls13_buffer.c 49libssl_la_SOURCES += tls13_buffer.c
50libssl_la_SOURCES += tls13_handshake.c 50libssl_la_SOURCES += tls13_handshake.c
51libssl_la_SOURCES += tls13_handshake_msg.c
51libssl_la_SOURCES += tls13_key_schedule.c 52libssl_la_SOURCES += tls13_key_schedule.c
52libssl_la_SOURCES += tls13_record.c 53libssl_la_SOURCES += tls13_record.c
54libssl_la_SOURCES += tls13_record_layer.c
53 55
54noinst_HEADERS = bytestring.h 56noinst_HEADERS = bytestring.h
55noinst_HEADERS += srtp.h 57noinst_HEADERS += srtp.h