From 695919e059a17a8ebd49f134d280cfe9eb33810f Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sun, 20 Jan 2019 15:28:46 -0600 Subject: add new files and tests --- 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 7e992d0..f125946 100644 --- a/ssl/CMakeLists.txt +++ b/ssl/CMakeLists.txt @@ -40,6 +40,7 @@ set( tls13_buffer.c tls13_handshake.c tls13_key_schedule.c + tls13_record.c ) add_library(ssl ${SSL_SRC}) diff --git a/ssl/Makefile.am b/ssl/Makefile.am index 9122a72..992dc86 100644 --- a/ssl/Makefile.am +++ b/ssl/Makefile.am @@ -49,6 +49,7 @@ libssl_la_SOURCES += t1_lib.c libssl_la_SOURCES += tls13_buffer.c libssl_la_SOURCES += tls13_handshake.c libssl_la_SOURCES += tls13_key_schedule.c +libssl_la_SOURCES += tls13_record.c noinst_HEADERS = bytestring.h noinst_HEADERS += srtp.h @@ -57,3 +58,4 @@ noinst_HEADERS += ssl_sigalgs.h noinst_HEADERS += ssl_tlsext.h noinst_HEADERS += tls13_internal.h noinst_HEADERS += tls13_handshake.h +noinst_HEADERS += tls13_record.h -- cgit v1.2.3-55-g6feb