add more tls13 files

This commit is contained in:
Brent Cook 2019-01-20 16:25:25 -06:00
parent 695919e059
commit f67724d084
2 changed files with 4 additions and 0 deletions

View File

@ -39,8 +39,10 @@ set(
t1_lib.c
tls13_buffer.c
tls13_handshake.c
tls13_handshake_msg.c
tls13_key_schedule.c
tls13_record.c
tls13_record_layer.c
)
add_library(ssl ${SSL_SRC})

View File

@ -48,8 +48,10 @@ libssl_la_SOURCES += t1_hash.c
libssl_la_SOURCES += t1_lib.c
libssl_la_SOURCES += tls13_buffer.c
libssl_la_SOURCES += tls13_handshake.c
libssl_la_SOURCES += tls13_handshake_msg.c
libssl_la_SOURCES += tls13_key_schedule.c
libssl_la_SOURCES += tls13_record.c
libssl_la_SOURCES += tls13_record_layer.c
noinst_HEADERS = bytestring.h
noinst_HEADERS += srtp.h