add key_schedule test, tls13 key schedule bits

This commit is contained in:
Brent Cook
2018-11-08 13:46:21 -07:00
parent 940accb52c
commit 6564332d4d
5 changed files with 13 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ set(
t1_enc.c
t1_hash.c
t1_lib.c
tls13_key_schedule.c
)
add_library(ssl ${SSL_SRC})