From fb5eebbe9c45d28dca66fd54df18acb3d9bd6ce1 Mon Sep 17 00:00:00 2001 From: Andrew Wedgbury Date: Fri, 30 Aug 2019 21:03:37 +0000 Subject: [PATCH] ssl: Fix missing file in CMakeLists --- ssl/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ssl/CMakeLists.txt b/ssl/CMakeLists.txt index a4a8005..9ff3821 100644 --- a/ssl/CMakeLists.txt +++ b/ssl/CMakeLists.txt @@ -4,12 +4,14 @@ include(../sconeserver.cmake) include(FindOpenSSL) set(SRCS + CryptoDigests.cpp openssl-compat.c SSLChannel.cpp SSLModule.cpp SSLStream.cpp) set(HDRS + CryptoDigests.h openssl-compat.h SSLChannel.h SSLModule.h