aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/tls/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/supplemental/tls/CMakeLists.txt')
-rw-r--r--src/supplemental/tls/CMakeLists.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/supplemental/tls/CMakeLists.txt b/src/supplemental/tls/CMakeLists.txt
index 17d957ff..78fb10b7 100644
--- a/src/supplemental/tls/CMakeLists.txt
+++ b/src/supplemental/tls/CMakeLists.txt
@@ -1,5 +1,5 @@
#
-# Copyright 2020 Staysail Systems, Inc. <info@staysail.tech>
+# Copyright 2025 Staysail Systems, Inc. <info@staysail.tech>
# Copyright 2018 Capitar IT Group BV <info@capitar.com>
# Copyright 2019 Devolutions <info@devolutions.net>
#
@@ -20,10 +20,6 @@ else ()
set(NNG_TLS_ENGINE none)
endif ()
-# default TLS implementation for now is Mbed.
-nng_headers(nng/supplemental/tls/tls.h)
-nng_headers(nng/supplemental/tls/engine.h)
-
if (NOT NNG_TLS_ENGINE STREQUAL "none")
nng_test(tls_test)
endif ()
@@ -32,4 +28,4 @@ add_subdirectory(mbedtls)
add_subdirectory(wolfssl)
nng_sources(tls_common.c)
-nng_sources(tls_api.h)
+nng_sources(tls_api.h tls_engine.h)