aboutsummaryrefslogtreecommitdiff
path: root/tls/CMakeLists.txt
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2016-09-04 08:58:30 -0500
committerBrent Cook <bcook@openbsd.org>2016-09-04 08:58:30 -0500
commit5532f007d3713e9e790b7577e5f79acd66802bf0 (patch)
tree5fab051ef21d39317d2374737e706d5b9f2a87e8 /tls/CMakeLists.txt
parent6f24864a7301efa60a5722e08172f9554653ede6 (diff)
parenta69063be1023217548046b9c8615293b88f2ad19 (diff)
downloadportable-5532f007d3713e9e790b7577e5f79acd66802bf0.tar.gz
portable-5532f007d3713e9e790b7577e5f79acd66802bf0.tar.bz2
portable-5532f007d3713e9e790b7577e5f79acd66802bf0.zip
Land #203, add libtls callback API
Diffstat (limited to 'tls/CMakeLists.txt')
-rw-r--r--tls/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tls/CMakeLists.txt b/tls/CMakeLists.txt
index 54ae953..2377685 100644
--- a/tls/CMakeLists.txt
+++ b/tls/CMakeLists.txt
@@ -7,6 +7,7 @@ include_directories(
7set( 7set(
8 TLS_SRC 8 TLS_SRC
9 tls.c 9 tls.c
10 tls_bio_cb.c
10 tls_client.c 11 tls_client.c
11 tls_config.c 12 tls_config.c
12 tls_conninfo.c 13 tls_conninfo.c