From 6564332d4d972cff7ea176b79b5261398c87b26e Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 8 Nov 2018 13:46:21 -0700 Subject: add key_schedule test, tls13 key schedule bits --- ssl/CMakeLists.txt | 1 + ssl/Makefile.am | 2 ++ 2 files changed, 3 insertions(+) (limited to 'ssl') diff --git a/ssl/CMakeLists.txt b/ssl/CMakeLists.txt index 5c13e5d..b790fb4 100644 --- a/ssl/CMakeLists.txt +++ b/ssl/CMakeLists.txt @@ -36,6 +36,7 @@ set( t1_enc.c t1_hash.c t1_lib.c + tls13_key_schedule.c ) add_library(ssl ${SSL_SRC}) diff --git a/ssl/Makefile.am b/ssl/Makefile.am index 8263749..8e8d1c8 100644 --- a/ssl/Makefile.am +++ b/ssl/Makefile.am @@ -45,8 +45,10 @@ libssl_la_SOURCES += ssl_versions.c libssl_la_SOURCES += t1_enc.c libssl_la_SOURCES += t1_hash.c libssl_la_SOURCES += t1_lib.c +libssl_la_SOURCES += tls13_key_schedule.c noinst_HEADERS = srtp.h noinst_HEADERS += ssl_locl.h noinst_HEADERS += ssl_tlsext.h noinst_HEADERS += bytestring.h +noinst_HEADERS += tls13_internal.h -- cgit v1.2.3-55-g6feb