add tls13_server.c

This commit is contained in:
Brent Cook
2019-11-18 01:20:04 -06:00
parent 0ab2955f9e
commit 77216eec7a
2 changed files with 2 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ set(
tls13_lib.c
tls13_record.c
tls13_record_layer.c
tls13_server.c
)
add_library(ssl ${SSL_SRC})