From 77216eec7ac40bee90fafa4344242abf028db08d Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Mon, 18 Nov 2019 01:20:04 -0600 Subject: add tls13_server.c --- ssl/CMakeLists.txt | 1 + ssl/Makefile.am | 1 + 2 files changed, 2 insertions(+) (limited to 'ssl') diff --git a/ssl/CMakeLists.txt b/ssl/CMakeLists.txt index 5c6460f..a72f759 100644 --- a/ssl/CMakeLists.txt +++ b/ssl/CMakeLists.txt @@ -46,6 +46,7 @@ set( tls13_lib.c tls13_record.c tls13_record_layer.c + tls13_server.c ) add_library(ssl ${SSL_SRC}) diff --git a/ssl/Makefile.am b/ssl/Makefile.am index 8b80c7b..2651181 100644 --- a/ssl/Makefile.am +++ b/ssl/Makefile.am @@ -55,6 +55,7 @@ libssl_la_SOURCES += tls13_key_schedule.c libssl_la_SOURCES += tls13_lib.c libssl_la_SOURCES += tls13_record.c libssl_la_SOURCES += tls13_record_layer.c +libssl_la_SOURCES += tls13_server.c noinst_HEADERS = bytestring.h noinst_HEADERS += srtp.h -- cgit v1.2.3-55-g6feb