aboutsummaryrefslogtreecommitdiff
path: root/ssl/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/CMakeLists.txt')
-rw-r--r--ssl/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/CMakeLists.txt b/ssl/CMakeLists.txt
index 7e992d0..f125946 100644
--- a/ssl/CMakeLists.txt
+++ b/ssl/CMakeLists.txt
@@ -40,6 +40,7 @@ set(
40 tls13_buffer.c 40 tls13_buffer.c
41 tls13_handshake.c 41 tls13_handshake.c
42 tls13_key_schedule.c 42 tls13_key_schedule.c
43 tls13_record.c
43) 44)
44 45
45add_library(ssl ${SSL_SRC}) 46add_library(ssl ${SSL_SRC})