add tls13_client

This commit is contained in:
Brent Cook 2019-01-21 16:06:45 -06:00
parent 1b2e3576e0
commit aa85c64caf
2 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ set(
t1_hash.c
t1_lib.c
tls13_buffer.c
tls13_client.c
tls13_handshake.c
tls13_handshake_msg.c
tls13_key_schedule.c

View File

@ -48,6 +48,7 @@ libssl_la_SOURCES += t1_enc.c
libssl_la_SOURCES += t1_hash.c
libssl_la_SOURCES += t1_lib.c
libssl_la_SOURCES += tls13_buffer.c
libssl_la_SOURCES += tls13_client.c
libssl_la_SOURCES += tls13_handshake.c
libssl_la_SOURCES += tls13_handshake_msg.c
libssl_la_SOURCES += tls13_key_schedule.c