add new files and tests

This commit is contained in:
Brent Cook
2019-01-20 15:28:46 -06:00
parent 26c8896c6b
commit 695919e059
4 changed files with 22 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ set(
tls13_buffer.c
tls13_handshake.c
tls13_key_schedule.c
tls13_record.c
)
add_library(ssl ${SSL_SRC})