From fc270c5957f580d828a726cf07eb1d56023afa2c Mon Sep 17 00:00:00 2001 From: Treeve Jelbert Date: Tue, 11 Feb 2020 16:06:07 +0100 Subject: [PATCH 6/9] cmake fix for SecDbCache --- src/CMakeLists.txt | 1 + src/remote/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3c8641b743..d289e37ef9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -390,6 +390,7 @@ file(GLOB_RECURSE yvalve_include "yvalve/*.h") set(yvalve_src ${yvalve_src} auth/SecureRemotePassword/client/SrpClient.cpp auth/SecurityDatabase/LegacyClient.cpp + auth/SecDbCache.cpp plugins/crypt/arc4/Arc4.cpp remote/client/BlrFromMessage.cpp remote/client/interface.cpp diff --git a/src/remote/CMakeLists.txt b/src/remote/CMakeLists.txt index 5926008cc8..3d8ff54aad 100644 --- a/src/remote/CMakeLists.txt +++ b/src/remote/CMakeLists.txt @@ -15,6 +15,7 @@ set(remote_src ../auth/SecureRemotePassword/srp.h ../auth/SecureRemotePassword/Message.h ../auth/trusted/AuthSspi.cpp + ../auth/SecDbCache.cpp ) add_src_win32(remote_src os/win32/wnet.cpp -- 2.28.0 .