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})