aboutsummaryrefslogtreecommitdiff
path: root/tls/CMakeLists.txt
diff options
context:
space:
mode:
authorTobias Pape <tobias@netshed.de>2016-06-28 03:29:54 +0200
committerTobias Pape <tobias@netshed.de>2016-06-28 03:29:54 +0200
commita69063be1023217548046b9c8615293b88f2ad19 (patch)
tree18cc4690f81ef0dd3808713a8a5de4f2723b7060 /tls/CMakeLists.txt
parentddb22413ed761294b04365b20eae1f6667372cf6 (diff)
downloadportable-a69063be1023217548046b9c8615293b88f2ad19.tar.gz
portable-a69063be1023217548046b9c8615293b88f2ad19.tar.bz2
portable-a69063be1023217548046b9c8615293b88f2ad19.zip
Portable code part for callbacks in accept/connect
see https://github.com/libressl-portable/openbsd/pull/64
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 53c8be7..8079cae 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